gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23084 - Extractor/src/plugins
Date: Sat, 4 Aug 2012 01:16:41 +0200

Author: grothoff
Date: 2012-08-04 01:16:41 +0200 (Sat, 04 Aug 2012)
New Revision: 23084

Modified:
   Extractor/src/plugins/test_ogg.c
Log:
finishing test_ogg.c

Modified: Extractor/src/plugins/test_ogg.c
===================================================================
--- Extractor/src/plugins/test_ogg.c    2012-08-03 23:12:03 UTC (rev 23083)
+++ Extractor/src/plugins/test_ogg.c    2012-08-03 23:16:41 UTC (rev 23084)
@@ -39,6 +39,46 @@
 {
   struct SolutionData courseclear_sol[] =
     {
+      { 
+       EXTRACTOR_METATYPE_MIMETYPE,
+       EXTRACTOR_METAFORMAT_UTF8,
+       "text/plain",
+       "application/ogg",
+       strlen ("application/ogg") + 1,
+       0 
+      },
+      { 
+       EXTRACTOR_METATYPE_VENDOR,
+       EXTRACTOR_METAFORMAT_UTF8,
+       "text/plain",
+       "Xiphophorus libVorbis I 20010813",
+       strlen ("Xiphophorus libVorbis I 20010813") + 1,
+       0 
+      },
+      { 
+       EXTRACTOR_METATYPE_TITLE,
+       EXTRACTOR_METAFORMAT_UTF8,
+       "text/plain",
+       "xoc_SMW_06_courseclear",
+       strlen ("xoc_SMW_06_courseclear") + 1,
+       0 
+      },
+      { 
+       EXTRACTOR_METATYPE_ARTIST,
+       EXTRACTOR_METAFORMAT_UTF8,
+       "text/plain",
+       "XOC",
+       strlen ("XOC") + 1,
+       0 
+      },
+      { 
+       EXTRACTOR_METATYPE_TRACK_NUMBER,
+       EXTRACTOR_METAFORMAT_UTF8,
+       "text/plain",
+       "6",
+       strlen ("6") + 1,
+       0 
+      },
       { 0, 0, NULL, NULL, 0, -1 }
     };
   struct ProblemSet ps[] =




reply via email to

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