summaryrefslogtreecommitdiff
path: root/src/pipelines.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-02 23:25:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-02 23:25:28 +0200
commitd048447e6bee06400acd3854f999e4c264172ac0 (patch)
tree7c6d04cebd98ceb40bea09a77da248ad808128af /src/pipelines.c
parentimproved explanation of sydra (diff)
renamed the sydra utility to sydra-rtp
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;