summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-01-24 11:58:53 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-01-24 11:58:53 +0000
commit883bcdafbbd4552cfc2cfa1f96c5b0b807e42037 (patch)
treed7c26093825695e60eb591f44ddba9e39dcb7395 /ChangeLog
parent8d1719bd4fd5d593815f84ff6e6701b8edd0a124 (diff)
downloadgst-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0537e533..1088bc39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),