diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-11-20 21:31:19 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-20 21:31:19 +0000 |
commit | 3838bdb40dc2c52d2f693fa6db8ee6fdca344ca6 (patch) | |
tree | 41e59c31012e790868ffe60b80b9501f0e91b366 /ChangeLog | |
parent | 4a8c73e6946ae0e2d4199b4281277a80ea1f7e45 (diff) |
gst/asfdemux/gstasfdemux.c: Remove duplicate and broken code for the streaming case and simply reuse the much better ...
Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_chain):
Remove duplicate and broken code for the streaming case and simply reuse
the much better working pull based code. Fixes #560348.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-11-20 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_chain): + Remove duplicate and broken code for the streaming case and simply reuse + the much better working pull based code. Fixes #560348. + 2008-11-20 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: |