summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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: