From 0d3b023699640dc2866a2edba8c910ddf54c290e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 11 Dec 2006 13:59:33 +0000 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b468ca76..104c7e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-12-11 Tim-Philipp Müller + + * 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 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init), -- cgit