mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
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:
parent
464611acc4
commit
716987063c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue