gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27612 - Extractor/src/plugins
Date: Wed, 26 Jun 2013 11:46:44 +0200

Author: grothoff
Date: 2013-06-26 11:46:44 +0200 (Wed, 26 Jun 2013)
New Revision: 27612

Modified:
   Extractor/src/plugins/gstreamer_extractor.c
Log:
-fix #2903 -- plugins must not write to stdout

Modified: Extractor/src/plugins/gstreamer_extractor.c
===================================================================
--- Extractor/src/plugins/gstreamer_extractor.c 2013-06-26 09:35:54 UTC (rev 
27611)
+++ Extractor/src/plugins/gstreamer_extractor.c 2013-06-26 09:46:44 UTC (rev 
27612)
@@ -1078,7 +1078,6 @@
     /* This is a potential source of invalid characters */
     /* And it also might attempt to serialize binary data - such as images. */
     str = gst_value_serialize (value);
-    g_print ("Will not try to serialize structure field %s (%s) = %s\n", 
field_name, type_name, str);
     g_free (str);
     str = NULL;
     break;
@@ -1732,7 +1731,6 @@
     /* This is a potential source of invalid characters */
     /* And it also might attempt to serialize binary data - such as images. */
     str = gst_value_serialize (&val);
-    g_print ("Will not try to serialize tag %s (%s) = %s\n", tag, type_name, 
str);
     g_free (str);
     str = NULL;
     break;
@@ -2040,7 +2038,6 @@
   ps.dc = gst_discoverer_new (8 * GST_SECOND, &err);
   if (NULL == ps.dc) 
     {
-      g_print ("Error initializing: %s\n", err->message);
       if (NULL != err)
        g_error_free (err);
       return;




reply via email to

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