summaryrefslogtreecommitdiff
path: root/src/pipelines.h
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.h
parentadded udp socket handling to own file (diff)
some name refactoring
Diffstat (limited to 'src/pipelines.h')
-rw-r--r--src/pipelines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipelines.h b/src/pipelines.h
index 3c68365..effd590 100644
--- a/src/pipelines.h
+++ b/src/pipelines.h
@@ -40,6 +40,6 @@
#include <gst/gst.h>
#include "options.h"
-GstElement* create_pipeline(options_t* opt, struct udp_sinks *udp);
+GstElement* create_sender_pipeline(options_t* opt, struct udp_sinks *udp);
#endif