From 716987063c765a74cd9957d6beae810f73bf3d85 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 2 Jun 2014 12:40:27 +0100 Subject: [PATCH] oggstream: consider all opus packets as "keyframes" This lets oggdemux determine they are not delta units, and removes spurious per packet warnings about being unable to determine the packet's keyframeness. --- 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 a199ffe..d0d50d9 100644 --- a/ext/ogg/gstoggstream.c +++ b/ext/ogg/gstoggstream.c @@ -2467,7 +2467,7 @@ const GstOggMap mappers[] = { granulepos_to_granule_opus, granule_to_granulepos_default, NULL, - NULL, + is_packet_keyframe_true, is_header_opus, packet_duration_opus, NULL, -- 2.7.4