small fixes to docs and debug
[platform/upstream/gstreamer.git] / examples / test-ogg.c
index 5847b85..555bc7f 100644 (file)
@@ -46,12 +46,10 @@ main (int argc, char *argv[])
    * that be used to map uri mount points to media factories */
   mapping = gst_rtsp_server_get_media_mapping (server);
 
-  str = g_strdup_printf (
-    "( "
+  str = g_strdup_printf ("( "
       "filesrc location=%s ! oggdemux name=d "
-        "d. ! queue ! theoraparse ! rtptheorapay name=pay0 pt=96 "
-        "d. ! queue ! vorbisparse ! rtpvorbispay name=pay1 pt=97 "
-    ")", argv[1]);
+      "d. ! queue ! rtptheorapay name=pay0 pt=96 "
+      "d. ! queue ! rtpvorbispay name=pay1 pt=97 " ")", argv[1]);
 
   /* make a media factory for a test stream. The default media factory can use
    * gst-launch syntax to create pipelines.