mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Add name=source to the wavparse pipeline
Original commit message from CVS: Add name=source to the wavparse pipeline
This commit is contained in:
parent
fa40ed7648
commit
afc250b4c0
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue