Add name=source to the wavparse pipeline
authorIain Holmes <iain@prettypeople.org>
Fri, 25 Jun 2004 11:57:25 +0000 (11:57 +0000)
committerIain Holmes <iain@prettypeople.org>
Fri, 25 Jun 2004 11:57:25 +0000 (11:57 +0000)
Original commit message from CVS:
Add name=source to the wavparse pipeline

ChangeLog
gst-libs/gst/media-info/media-info-priv.c

index abb6f4f..370eb63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-25  Iain <iain@prettypeople.org>
+
+       * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
+       name=source for the wavparse pipeline.
+
 2004-06-24  Johan Dahlin  <johan@gnome.org>
 
        * ext/theora/theoraenc.c (theora_enc_chain): Call
index fc0e9be..27fadde 100644 (file)
@@ -373,7 +373,7 @@ gmi_set_mime (GstMediaInfo * info, const char *mime)
       || (strcmp (mime, "audio/x-wav") == 0))
     desc =
         g_strdup_printf
-        ("%s ! wavparse name=decoder ! audio/x-raw-int ! fakesink name=sink",
+        ("%s name=source ! wavparse name=decoder ! audio/x-raw-int ! fakesink name=sink",
         priv->source_name);
   else if (strcmp (mime, "audio/x-mod") == 0
       || strcmp (mime, "audio/x-s3m") == 0 || strcmp (mime, "audio/x-xm") == 0