oggstream: mark skeleton streams correctly

Mark skeleton streams because we need to ignore them for calculating the
duration of the stream.

Fixes #611227
This commit is contained in:
Wim Taymans 2010-03-01 12:17:40 +01:00
parent 2a681eff5e
commit 6eef04c1cb

View file

@ -703,6 +703,8 @@ setup_fishead_mapper (GstOggStream * pad, ogg_packet * packet)
GST_INFO ("skeleton fishead parsed (basetime: %" GST_TIME_FORMAT ")",
GST_TIME_ARGS (basetime));
pad->is_skeleton = TRUE;
return TRUE;
}