summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-25 02:36:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-25 02:36:01 +0200
commit44af4365b00ddcbae4664bedbb2caf8496eb79b5 (patch)
treeff94726133e662add33af5778f21dcb61ec7eccb
parenttimeout for clients (diff)
this bug is now a feature
-rw-r--r--src/pipelines.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pipelines.c b/src/pipelines.c
index dc75499..5f73af3 100644
--- a/src/pipelines.c
+++ b/src/pipelines.c
@@ -124,7 +124,6 @@ static gboolean create_udp_sinks(options_t* opt, GstElement* pipeline, GstElemen
g_signal_emit_by_name(G_OBJECT(sinks->rtcp_video_.udp_), "add", opt->rtp_host_, rtp_port++, NULL);
g_signal_emit_by_name(G_OBJECT(sinks->rtp_audio_.udp_), "add", opt->rtp_host_, rtp_port++, NULL);
g_signal_emit_by_name(G_OBJECT(sinks->rtcp_audio_.udp_), "add", opt->rtp_host_, rtp_port++, NULL);
- // TODO: add this to the clients_ list
}
if(opt->rtp_addr_local_) {
g_object_set(G_OBJECT(sinks->rtp_video_.udp_), "bind-address", opt->rtp_addr_local_, NULL);