mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
oggdemux: use the default granpos functions for kate streams
Set timestamps on kate packets. See bug #600929.
This commit is contained in:
parent
047059e504
commit
6b8175d96a
1 changed files with 2 additions and 2 deletions
|
@ -1233,8 +1233,8 @@ static const GstOggMap mappers[] = {
|
|||
"\200kate\0\0\0", 8, 0,
|
||||
"text/x-kate",
|
||||
setup_kate_mapper,
|
||||
NULL,
|
||||
NULL,
|
||||
granulepos_to_granule_default,
|
||||
granule_to_granulepos_default,
|
||||
NULL,
|
||||
is_header_count,
|
||||
NULL
|
||||
|
|
Loading…
Reference in a new issue