From 482dd1e56a7455fed7477f0c3ab5ea945d0ebb17 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 26 Mar 2010 15:57:39 +0100 Subject: oggdemux: Provide packet duration function for old FLAC mapping too Fixes bug #613809. --- ext/ogg/gstoggstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c index 66192cc27..9c3392c2a 100644 --- a/ext/ogg/gstoggstream.c +++ b/ext/ogg/gstoggstream.c @@ -1157,7 +1157,7 @@ static const GstOggMap mappers[] = { granule_to_granulepos_default, is_keyframe_true, is_header_fLaC, - NULL + packet_duration_flac }, { "\177FLAC", 5, 36, -- cgit v1.2.3