diff options
author | mutex at runbox dot com <mutex@runbox.com> | 2007-12-10 17:18:35 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-12-10 17:18:35 +0000 |
commit | 5c1c4a4477f4177c84435b225ce161798ffc21f9 (patch) | |
tree | af699469dedf400c6d53cb5a7e174c6f6bedb7ea /ChangeLog | |
parent | b99d637ab7d86e10624ee428d962cc3051f3308a (diff) | |
download | gst-plugins-bad-5c1c4a4477f4177c84435b225ce161798ffc21f9.tar.gz gst-plugins-bad-5c1c4a4477f4177c84435b225ce161798ffc21f9.tar.bz2 gst-plugins-bad-5c1c4a4477f4177c84435b225ce161798ffc21f9.zip |
gst/videoparse/gstvideoparse.c: Forward the query upstream, the default element event handler does something differen...
Original commit message from CVS:
Based on patch by: <mutex at runbox dot com>
* gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
Forward the query upstream, the default element event handler does
something different. Fixes #502879.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 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): + Forward the query upstream, the default element event handler does + something different. Fixes #502879. + +2007-12-10 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session), (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: |