mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
This commit is contained in:
parent
1d058c7d8a
commit
c16c381a89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue