summaryrefslogtreecommitdiff
path: root/transmitters
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2014-07-31 17:03:02 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-09-18 13:38:01 -0400
commitb344a73c10cb1a57bbacf55292c0a376f7e43c97 (patch)
treefea894c0d7d601fa2a396f0decbf841c1de00a8b /transmitters
parentc8a6bf9f4b72dd3264cc6a80290ee8ef71c7b695 (diff)
downloadfarstream-b344a73c10cb1a57bbacf55292c0a376f7e43c97.tar.gz
rtpsession: Fix discovery of RTCP ssrc.
SRTCP packets will have SDES encrypted, so we need to check for RR and SR reports. Also, the code was checking if rtcp_map failed, instead of succeeded. This also allows us to mix rtp and rtcp on the same component.
Diffstat (limited to 'transmitters')
-rw-r--r--transmitters/nice/fs-nice-transmitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transmitters/nice/fs-nice-transmitter.c b/transmitters/nice/fs-nice-transmitter.c
index 0de6b4ea..7bb9e465 100644
--- a/transmitters/nice/fs-nice-transmitter.c
+++ b/transmitters/nice/fs-nice-transmitter.c
@@ -214,7 +214,7 @@ fs_nice_transmitter_constructed (GObject *object)
self->priv->src_funnels = g_new0 (GstElement *, self->components+1);
self->priv->sink_tees = g_new0 (GstElement *, self->components+1);
- /* First we need the src elemnet */
+ /* First we need the src element */
self->priv->gst_src = gst_bin_new (NULL);