preprocessor statement fix
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Sun, 12 Oct 2008 09:53:30 +0000 (09:53 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Sun, 12 Oct 2008 09:53:30 +0000 (09:53 +0000)
lib/service/servicemp3.cpp

index 3c17750d6ee3d05f3ecf06f36d559a3e7a78b2ae..4e56496a5cdbaba4967ee494e185b6754910ec23 100644 (file)
@@ -856,7 +856,7 @@ void eServiceMP3::gstBusCall(GstBus *bus, GstMessage *msg)
 
        source = GST_MESSAGE_SRC(msg);
        sourceName = gst_object_get_name(source);
-#ifdef 0
+#if 0
        if (gst_message_get_structure(msg))
        {
                gchar *string = gst_structure_to_string(gst_message_get_structure(msg));