matroskamux: Fix unit test for changed key-frame behaviour

All audio frames are marked as keyframe now instead of marking
them all as delta unit...
This commit is contained in:
Sebastian Dröge 2010-06-10 22:55:17 +02:00
parent e84136ba03
commit 307e7f7a21

View file

@ -312,7 +312,7 @@ GST_START_TEST (test_block_group)
int i;
guint8 data0[] = { 0xa0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
0xa1, 0x85,
0x81, 0x00, 0x01, 0x00
0x81, 0x00, 0x01, 0x80
};
guint8 data1[] = { 0x42 };