servicemp3.cpp: fix tabs
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 16 Jun 2009 16:27:05 +0000 (18:27 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 16 Jun 2009 16:27:05 +0000 (18:27 +0200)
lib/service/servicemp3.cpp

index 77501e75e6febc631bb774084829577b816ca9f7..fe8c7f3d518c4bf5071e6edfb22e26ae9475d860 100644 (file)
@@ -1135,9 +1135,9 @@ void eServiceMP3::gstBusCall(GstBus *bus, GstMessage *msg)
                                if (!caps)
                                        continue;
                                GstStructure* str = gst_caps_get_structure(caps, 0);
                                if (!caps)
                                        continue;
                                GstStructure* str = gst_caps_get_structure(caps, 0);
-gchar *g_type;
-g_type = gst_structure_get_name(str);
-eDebug("AUDIO STRUCT=%s", g_type);
+                               gchar *g_type;
+                               g_type = gst_structure_get_name(str);
+                               eDebug("AUDIO STRUCT=%s", g_type);
                                audio.type = gstCheckAudioPad(str);
                                g_codec = g_strdup(g_type);
                                g_lang = g_strdup_printf ("und");
                                audio.type = gstCheckAudioPad(str);
                                g_codec = g_strdup(g_type);
                                g_lang = g_strdup_printf ("und");