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.
This commit is contained in:
Vincent Penquerc'h 2014-06-02 12:40:27 +01:00
parent 464611acc4
commit 716987063c

View file

@ -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,