diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-08 13:38:11 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-08 13:38:11 +0000 |
commit | b3f14985798cec8dad16bdbda51e20f4e3fd209e (patch) | |
tree | 631909c3ae0be2aeeda61bf9d1d67cf52c3958b7 | |
parent | b1699021f22288c1b825724461c99809be409fe9 (diff) |
gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#165290).
Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
Fix wrong order of reading of optional bytes (#165290).
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data): + Fix wrong order of reading of optional bytes (#165290). + +2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): Implement FILLER event awareness. |