diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-02-14 11:24:53 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-02-14 11:24:53 +0000 |
commit | fb05a750e01e6167e19a86f34d60336b430068e6 (patch) | |
tree | 0264b0679343fbbe81db21193e6c1eaf9d8a9bff /ChangeLog | |
parent | 49f830d457fbc69dcd9e3e23b44e3d1f5f53499a (diff) | |
download | gst-plugins-bad-fb05a750e01e6167e19a86f34d60336b430068e6.tar.gz gst-plugins-bad-fb05a750e01e6167e19a86f34d60336b430068e6.tar.bz2 gst-plugins-bad-fb05a750e01e6167e19a86f34d60336b430068e6.zip |
gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms in push-based mode.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
Handle the case where data atoms are before moov atoms in push-based mode.
Errors out gracefully.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-02-14 Edward Hervey <edward@fluendo.com> + + * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain): + Handle the case where data atoms are before moov atoms in push-based mode. + Errors out gracefully. + 2006-02-13 Edward Hervey <edward@fluendo.com> * gst/qtdemux/Makefile.am: |