summaryrefslogtreecommitdiff
path: root/src/pipelines.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipelines.c')
-rw-r--r--src/pipelines.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipelines.c b/src/pipelines.c
index 114a2c5..fa33562 100644
--- a/src/pipelines.c
+++ b/src/pipelines.c
@@ -353,7 +353,7 @@ static gboolean create_recorder_elements(options_t* opt, GstElement* pipeline, s
GstElement* create_sender_pipeline(options_t* opt, struct udp_sinks *udp)
{
- GstElement *pipeline = gst_pipeline_new ("sydra-sender");
+ GstElement *pipeline = gst_pipeline_new ("sydra-rtp-sender");
if(!pipeline) {
log_printf(ERROR, "Creating pipeline failed!");
return NULL;
@@ -434,7 +434,7 @@ static void rtpbin_pad_added(GstElement* rtp, GstPad* pad, gpointer user_data)
GstElement* create_receiver_pipeline(options_t* opt, struct udp_sources *udp)
{
- GstElement *pipeline = gst_pipeline_new ("sydra-receiver");
+ GstElement *pipeline = gst_pipeline_new ("sydra-rtp-receiver");
if(!pipeline) {
log_printf(ERROR, "Creating pipeline failed!");
return NULL;