diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-12-10 18:36:04 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-12-10 18:36:04 +0000 |
commit | 8b973428f3f1b2df938ea4a2f5786b3ff5f1e925 (patch) | |
tree | 4e953bb6e85aa3633c82f884c153332885e25098 /ChangeLog | |
parent | 5c1c4a4477f4177c84435b225ce161798ffc21f9 (diff) | |
download | gst-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,17 @@ 2007-12-10 Wim Taymans <wim.taymans@collabora.co.uk> + * 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. + +2007-12-10 Wim Taymans <wim.taymans@collabora.co.uk> + Based on patch by: <mutex at runbox dot com> * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query): @@ -150,7 +162,6 @@ * sys/dvb/dvbbasebin.c: Make sure initial pids are added properly to filter, ->>>>>>> 1.2909 2007-12-05 Andy Wingo <wingo@pobox.com> * gst/switch/gstswitch.c (gst_switch_set_property): Don't push |