[gst-cvs] gst-plugins-good: matroskamux: Fix unit test for changed key-frame behaviour

Sebastian Dröge slomo at kemper.freedesktop.org
Thu Jun 10 13:56:01 PDT 2010


Module: gst-plugins-good
Branch: master
Commit: 307e7f7a2192b987ca711bab6968b5d4b158e458
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=307e7f7a2192b987ca711bab6968b5d4b158e458

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Jun 10 22:55:17 2010 +0200

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...

---

 tests/check/elements/matroskamux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check/elements/matroskamux.c b/tests/check/elements/matroskamux.c
index 9d6f375..f3b1d07 100644
--- a/tests/check/elements/matroskamux.c
+++ b/tests/check/elements/matroskamux.c
@@ -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 };
 





More information about the Gstreamer-commits mailing list