projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c4292b
)
matroskademux: Ignore crc32 element while peeking at cluster.
author
Doug Nazar
<nazard@nazar.ca>
Sat, 27 Jul 2019 18:21:34 +0000
(14:21 -0400)
committer
Doug Nazar
<nazard@nazar.ca>
Sat, 27 Jul 2019 18:21:34 +0000
(14:21 -0400)
gst/matroska/matroska-demux.c
patch
|
blob
|
history
diff --git
a/gst/matroska/matroska-demux.c
b/gst/matroska/matroska-demux.c
index
334c0d2
..
5878f38
100644
(file)
--- a/
gst/matroska/matroska-demux.c
+++ b/
gst/matroska/matroska-demux.c
@@
-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: