mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
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:
parent
2a681eff5e
commit
6eef04c1cb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue