gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23308 - Extractor/src/plugins
Date: Sun, 19 Aug 2012 15:52:57 +0200

Author: LRN
Date: 2012-08-19 15:52:57 +0200 (Sun, 19 Aug 2012)
New Revision: 23308

Modified:
   Extractor/src/plugins/gstreamer_extractor.c
   Extractor/src/plugins/test_gstreamer.c
Log:
Disable global tag sending in gst for now, fix the test

Modified: Extractor/src/plugins/gstreamer_extractor.c
===================================================================
--- Extractor/src/plugins/gstreamer_extractor.c 2012-08-19 13:52:52 UTC (rev 
23307)
+++ Extractor/src/plugins/gstreamer_extractor.c 2012-08-19 13:52:57 UTC (rev 
23308)
@@ -1497,10 +1497,12 @@
   if (ps->time_to_leave)
     return;
 
+  /* Disable this for now (i.e. only print per-stream tags)
   if ((tags = gst_discoverer_info_get_tags (info)))
   {
     gst_tag_list_foreach (tags, send_tag_foreach, ps);
   }
+  */
 
   if (ps->time_to_leave)
     return;

Modified: Extractor/src/plugins/test_gstreamer.c
===================================================================
--- Extractor/src/plugins/test_gstreamer.c      2012-08-19 13:52:52 UTC (rev 
23307)
+++ Extractor/src/plugins/test_gstreamer.c      2012-08-19 13:52:57 UTC (rev 
23308)
@@ -221,14 +221,6 @@
        0 
         },
         { 
-       EXTRACTOR_METATYPE_LANGUAGE,
-       EXTRACTOR_METAFORMAT_UTF8,
-       "text/plain",
-       "en",
-       strlen ("en") + 1,
-       0 
-        },
-        { 
        EXTRACTOR_METATYPE_MIMETYPE,
        EXTRACTOR_METAFORMAT_UTF8,
        "text/plain",




reply via email to

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