matroskademux: Ignore crc32 element while peeking at cluster.

This commit is contained in:
Doug Nazar 2019-07-27 14:21:34 -04:00
parent 5c4292b019
commit 5451e4e900

View file

@ -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: