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 abb6f4f1b7598aa4cbd47afcc431ba790a6688be..370eb63381bfad60d3612ee6271503838c45c460 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 fc0e9be80bd186f42e5405734354195423e0ce32..27fadde5ea43ef5489b8ec5fd5ed37fd376c6c48 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