Add name=source to the wavparse pipeline

Original commit message from CVS:
Add name=source to the wavparse pipeline
This commit is contained in:
Iain Holmes 2004-06-25 11:57:25 +00:00
parent e8e6b9cb8d
commit cd0d806b11
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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