diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-15 09:19:37 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-15 09:19:37 +0000 |
commit | 9b6e65d53730e3aab3a8a1d1622a35cc485c5fd4 (patch) | |
tree | 8c323f58217c1b5f385ac2a25916d0823c4ad838 /ChangeLog | |
parent | 67f62e276b661b27dd2c469bf0568b60cba0229d (diff) | |
download | gst-plugins-bad-9b6e65d53730e3aab3a8a1d1622a35cc485c5fd4.tar.gz gst-plugins-bad-9b6e65d53730e3aab3a8a1d1622a35cc485c5fd4.tar.bz2 gst-plugins-bad-9b6e65d53730e3aab3a8a1d1622a35cc485c5fd4.zip |
gst/qtdemux/qtdemux.c: An esds box is not a container.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(qtdemux_parse), (gst_qtdemux_handle_esds):
An esds box is not a container.
Fix parsing of mp4v boxes.
Do not try to renegotiate fps for each frame. Need to
find a better method. This should fix mp4 playback.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-10-15 Wim Taymans <wim@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), + (qtdemux_parse), (gst_qtdemux_handle_esds): + An esds box is not a container. + Fix parsing of mp4v boxes. + Do not try to renegotiate fps for each frame. Need to + find a better method. This should fix mp4 playback. + 2004-10-14 David Schleef <ds@schleef.org> * configure.ac: update for swfdec-0.3 and liboil-0.2 |