summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-11 13:59:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-11 13:59:33 +0000
commit0d3b023699640dc2866a2edba8c910ddf54c290e (patch)
tree50ff01f9d216a8235c3508dc323a7de032db1a10 /ChangeLog
parent2f992c783ef619eabc8baec272bf71c3397051d6 (diff)
gst/matroska/: Try harder to extract the framerate for video tracks correctly and save it directly instead of convert...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream), (gst_matroska_demux_video_caps): * gst/matroska/matroska-ids.c: (gst_matroska_track_init_video_context): * gst/matroska/matroska-ids.h: Try harder to extract the framerate for video tracks correctly and save it directly instead of converting it back and forth a few times. Mostly makes a difference for very small framerates (<1). Fixes #380199.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b468ca76..104c7e3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
+ (gst_matroska_demux_video_caps):
+ * gst/matroska/matroska-ids.c:
+ (gst_matroska_track_init_video_context):
+ * gst/matroska/matroska-ids.h:
+ Try harder to extract the framerate for video tracks correctly and
+ save it directly instead of converting it back and forth a few
+ times. Mostly makes a difference for very small framerates (<1).
+ Fixes #380199.
+
+2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
(gst_gconf_audio_src_dispose), (do_toggle_element):
* ext/gconf/gstgconfaudiosrc.h: