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. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index d70ca17a..8d494854 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d70ca17ae6fbe6020996e4567275d5e14972ed45 +Subproject commit 8d494854a6018336a80ece82ceb3df0033e2da9c -- cgit