From 771ed2339d87d2daf79abbafd54b705d129dd159 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 10 Dec 2007 18:36:04 +0000 Subject: 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. --- gst/rtpmanager/rtpsource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/rtpmanager/rtpsource.c') diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 00f298d4..4985bccc 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -600,7 +600,7 @@ rtp_source_set_sdes_string (RTPSource * src, GstRTCPSDESType type, * @data remains valid until the next call to rtp_source_set_sdes(). * * Returns: %TRUE if @type was valid and @data and @len contain valid - * data. + * data. @data can be NULL when the item was unset. */ gboolean rtp_source_get_sdes (RTPSource * src, GstRTCPSDESType type, guint8 ** data, @@ -627,7 +627,7 @@ rtp_source_get_sdes (RTPSource * src, GstRTCPSDESType type, guint8 ** data, * Get the SDES item of @type from @src. * * Returns: a null-terminated copy of the SDES item or NULL when @type was not - * valid. g_free() after usage. + * valid or the SDES item was unset. g_free() after usage. */ gchar * rtp_source_get_sdes_string (RTPSource * src, GstRTCPSDESType type) -- cgit