summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <ogg.k.ogg.k@googlemail.com>2010-01-24 12:31:04 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-07 10:16:28 +0100
commit6b8175d96a405c38bf39762f21255448052cb65e (patch)
treee3a023b41e4e16608635eed3911f99d3e7e149e8
parent047059e50477ef87ac9c306e10574c70f3d64dca (diff)
oggdemux: use the default granpos functions for kate streams
Set timestamps on kate packets. See bug #600929.
-rw-r--r--ext/ogg/gstoggstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c
index a99510fc8..9b4d1b096 100644
--- a/ext/ogg/gstoggstream.c
+++ b/ext/ogg/gstoggstream.c
@@ -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