mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
matroskademux: Ignore crc32 element while peeking at cluster.
This commit is contained in:
parent
5c4292b019
commit
5451e4e900
1 changed files with 1 additions and 0 deletions
|
@ -2337,6 +2337,7 @@ gst_matroska_demux_peek_cluster_info (GstMatroskaDemux * demux,
|
|||
cluster->time = demux->cluster_time * demux->common.time_scale;
|
||||
break;
|
||||
case GST_MATROSKA_ID_SILENTTRACKS:
|
||||
case GST_EBML_ID_CRC32:
|
||||
/* ignore and continue */
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue