summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpsession.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-10 18:36:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-10 18:36:04 +0000
commit8b973428f3f1b2df938ea4a2f5786b3ff5f1e925 (patch)
tree4e953bb6e85aa3633c82f884c153332885e25098 /gst/rtpmanager/rtpsession.c
parent5c1c4a4477f4177c84435b225ce161798ffc21f9 (diff)
downloadgst-plugins-bad-8b973428f3f1b2df938ea4a2f5786b3ff5f1e925.tar.gz
gst-plugins-bad-8b973428f3f1b2df938ea4a2f5786b3ff5f1e925.tar.bz2
gst-plugins-bad-8b973428f3f1b2df938ea4a2f5786b3ff5f1e925.zip
gst/rtpmanager/: Post a message when the SDES infor changes for a source.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init), (gst_rtp_bin_handle_message): * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure), (on_ssrc_sdes): Post a message when the SDES infor changes for a source. * gst/rtpmanager/rtpsession.c: * gst/rtpmanager/rtpsource.c: Update some comments.
Diffstat (limited to 'gst/rtpmanager/rtpsession.c')
-rw-r--r--gst/rtpmanager/rtpsession.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c
index ab5e7688..5cba052b 100644
--- a/gst/rtpmanager/rtpsession.c
+++ b/gst/rtpmanager/rtpsession.c
@@ -1221,7 +1221,7 @@ rtp_session_process_rr (RTPSession * sess, GstRTCPPacket * packet,
rtp_session_process_rb (sess, source, packet, arrival);
}
-/* FIXME, we're just printing this for now... */
+/* Get SDES items and store them in the SSRC */
static void
rtp_session_process_sdes (RTPSession * sess, GstRTCPPacket * packet,
RTPArrivalStats * arrival)