summaryrefslogtreecommitdiff
path: root/src/pipelines.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-24 23:52:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-24 23:52:13 +0200
commit812b94d7f880d8844da3533df083899eafe1d676 (patch)
tree3f36b14207282804818b089e0488e3530f6fdb53 /src/pipelines.c
parentadded udp socket handling to own file (diff)
some name refactoring
Diffstat (limited to 'src/pipelines.c')
-rw-r--r--src/pipelines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipelines.c b/src/pipelines.c
index 5c687fb..dc75499 100644
--- a/src/pipelines.c
+++ b/src/pipelines.c
@@ -233,7 +233,7 @@ static gboolean create_recorder_elements(options_t* opt, GstElement* pipeline, s
return TRUE;
}
-GstElement* create_pipeline(options_t* opt, struct udp_sinks *udp)
+GstElement* create_sender_pipeline(options_t* opt, struct udp_sinks *udp)
{
GstElement *pipeline = gst_pipeline_new ("sydra");
if(!pipeline) {