summaryrefslogtreecommitdiff
path: root/src/pipelines.h
diff options
context:
space:
mode:
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