diff options
| author | Edward Hervey <bilboed@bilboed.com> | 2007-11-12 17:59:40 +0000 |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2007-11-12 17:59:40 +0000 |
| commit | 7522192fab2995abc74061b96801da0663701771 (patch) | |
| tree | f6af64f2dcc189298e853e960044b173ffe710b0 /ChangeLog | |
| parent | 8deb4fbd925656c38ad5b6553769e524e707dba9 (diff) | |
gst/qtdemux/qtdemux.c: Properly free QTDemuxSamples array.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
(qtdemux_parse_samples):
Properly free QTDemuxSamples array.
Protect table write with a sensible check, some files apparently DO contain
stts values starting with 0 :(
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-11-12 Edward Hervey <bilboed@bilboed.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), + (qtdemux_parse_samples): + Properly free QTDemuxSamples array. + Protect table write with a sensible check, some files apparently DO contain + stts values starting with 0 :( + 2007-11-12 Stefan Kost <ensonic@users.sf.net> * gst/avi/gstavidemux.c: |
