diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-01-24 11:58:53 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-01-24 11:58:53 +0000 |
commit | 883bcdafbbd4552cfc2cfa1f96c5b0b807e42037 (patch) | |
tree | d7c26093825695e60eb591f44ddba9e39dcb7395 /ChangeLog | |
parent | 8d1719bd4fd5d593815f84ff6e6701b8edd0a124 (diff) | |
download | gst-plugins-bad-883bcdafbbd4552cfc2cfa1f96c5b0b807e42037.tar.gz gst-plugins-bad-883bcdafbbd4552cfc2cfa1f96c5b0b807e42037.tar.bz2 gst-plugins-bad-883bcdafbbd4552cfc2cfa1f96c5b0b807e42037.zip |
gst/qtdemux/qtdemux.c: More coherent framerate setting on caps.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(gst_qtdemux_add_stream), (qtdemux_parse_trak):
More coherent framerate setting on caps.
If sample_size is available, use that for the samples' duration in
the index. This enables single frame streams to work (and I imagine
fixes some other cases).
Tested on testsuite, no regression.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-01-24 Edward Hervey <edward@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), + (gst_qtdemux_add_stream), (qtdemux_parse_trak): + More coherent framerate setting on caps. + If sample_size is available, use that for the samples' duration in + the index. This enables single frame streams to work (and I imagine + fixes some other cases). + Tested on testsuite, no regression. + 2006-01-23 Edward Hervey <edward@fluendo.com> * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), |