From 51cc9681987557b115c3e913112fa433705e65d1 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 21 Aug 2008 12:52:47 +0000 Subject: gst/matroska/matroska-demux.c: Don't calculate the default duration of a frame from the audio sampling rate. This onl... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): Don't calculate the default duration of a frame from the audio sampling rate. This only works for raw audio if every frame contains a single sample and results in broken buffer durations for other formats if no specified default duration is given or the blocks have no duration. Fixes bug #548831. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c3d32f1..325926b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-21 Sebastian Dröge + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): + Don't calculate the default duration of a frame from the audio sampling + rate. This only works for raw audio if every frame contains a single + sample and results in broken buffer durations for other formats + if no specified default duration is given or the blocks have no + duration. Fixes bug #548831. + 2008-08-21 Sebastian Dröge * gst/matroska/matroska-demux.c: -- cgit