summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2015-04-03 01:44:15 +1100
committerJan Schmidt <jan@centricular.com>2015-06-08 14:49:11 +1000
commitc16c381a89e77ccc59dad39df7369299775f6235 (patch)
treecb94bee7b835a3d85f3fca0a889336f67cca0641 /tests
parent1d058c7d8a3c3fdb5876e97f9706dedccff29e5f (diff)
tests: Update mp4 mux test for mdat placeholder change
The mp4 muxer now writes a place-holder mdat as a free atom followed by a 0-byte mdat that covers the rest of the file, making it possible to rewrite it as 64-bit, or leave it as-is if nothing else is written afterward
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/qtmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/qtmux.c b/tests/check/elements/qtmux.c
index 39c7c5eff..166f67bc6 100644
--- a/tests/check/elements/qtmux.c
+++ b/tests/check/elements/qtmux.c
@@ -220,7 +220,7 @@ check_qtmux_pad (GstStaticPadTemplate * srctemplate, const gchar * sinkname,
int num_buffers;
int i;
guint8 data0[12] = "\000\000\000\024ftypqt ";
- guint8 data1[8] = "\000\000\000\001mdat";
+ guint8 data1[16] = "\000\000\000\010free\000\000\000\000mdat";
guint8 data2[4] = "moov";
GstSegment segment;