gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23311 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r23311 - Extractor/src/plugins
Date: Sun, 19 Aug 2012 15:53:07 +0200

Author: LRN
Date: 2012-08-19 15:53:07 +0200 (Sun, 19 Aug 2012)
New Revision: 23311

Modified:
   Extractor/src/plugins/test_gstreamer.c
Log:
Fix the test to remove omitted struct fields

Modified: Extractor/src/plugins/test_gstreamer.c
===================================================================
--- Extractor/src/plugins/test_gstreamer.c      2012-08-19 13:53:04 UTC (rev 
23310)
+++ Extractor/src/plugins/test_gstreamer.c      2012-08-19 13:53:07 UTC (rev 
23311)
@@ -256,30 +256,6 @@
        EXTRACTOR_METATYPE_UNKNOWN,
        EXTRACTOR_METAFORMAT_UTF8,
        "text/plain",
-       "depth=16",
-       strlen ("depth=16") + 1,
-       0 
-        },
-        { 
-       EXTRACTOR_METATYPE_UNKNOWN,
-       EXTRACTOR_METAFORMAT_UTF8,
-       "text/plain",
-       "rate=44100",
-       strlen ("rate=44100") + 1,
-       0 
-        },
-        { 
-       EXTRACTOR_METATYPE_UNKNOWN,
-       EXTRACTOR_METAFORMAT_UTF8,
-       "text/plain",
-       "channels=2",
-       strlen ("channels=2") + 1,
-       0 
-        },
-        { 
-       EXTRACTOR_METATYPE_UNKNOWN,
-       EXTRACTOR_METAFORMAT_UTF8,
-       "text/plain",
        "block_align=4459",
        strlen ("block_align=4459") + 1,
        0 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]