tests/check/elements/avimux.c: Adjust avimux unit test according to increased streamheader size.

Original commit message from CVS:
* tests/check/elements/avimux.c: (check_avimux_pad):
Adjust avimux unit test according to increased streamheader size.
This commit is contained in:
Mark Nauwelaerts 2008-06-28 19:31:46 +00:00
parent 3665725eaf
commit cb0b3da393
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-06-28 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* tests/check/elements/avimux.c: (check_avimux_pad):
Adjust avimux unit test according to increased streamheader size.
2008-06-27 David Schleef <ds@schleef.org>
* gst/qtdemux/qtdemux.c: Add Dirac stream type

View file

@ -194,7 +194,7 @@ check_avimux_pad (GstStaticPadTemplate * srctemplate, gchar * src_caps_string,
data += 32 + 56;
fail_unless (memcmp (data, data3, sizeof (data3)) == 0);
fail_unless (memcmp (data + 8, data4, sizeof (data4)) == 0);
fail_unless (memcmp (data + 68, data5, sizeof (data5)) == 0);
fail_unless (memcmp (data + 76, data5, sizeof (data5)) == 0);
/* avi data header */
data = GST_BUFFER_DATA (outbuffer);
data += GST_BUFFER_SIZE (outbuffer) - 12;