mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
oggdemux: Provide packet duration function for old FLAC mapping too
Fixes bug #613809.
This commit is contained in:
parent
7683cf8eb3
commit
482dd1e56a
1 changed files with 1 additions and 1 deletions
|
@ -1157,7 +1157,7 @@ static const GstOggMap mappers[] = {
|
||||||
granule_to_granulepos_default,
|
granule_to_granulepos_default,
|
||||||
is_keyframe_true,
|
is_keyframe_true,
|
||||||
is_header_fLaC,
|
is_header_fLaC,
|
||||||
NULL
|
packet_duration_flac
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"\177FLAC", 5, 36,
|
"\177FLAC", 5, 36,
|
||||||
|
|
Loading…
Reference in a new issue