summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-01-06 14:25:38 +0000
committerChristian Schaller <uraeus@gnome.org>2005-01-06 14:25:38 +0000
commit03c49af71549b85cfa8f86b77d8db060de12801e (patch)
tree628eaa26e8841a8e8a4ef277850a323aeba8bbee /tools
parent73ac4ea89293d21061210025cf6c2dd38ddda3f4 (diff)
add mpc support
Original commit message from CVS: add mpc support
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch-ext-m.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext-m.m b/tools/gst-launch-ext-m.m
index 63c3c086..1711bcda 100644
--- a/tools/gst-launch-ext-m.m
+++ b/tools/gst-launch-ext-m.m
@@ -111,6 +111,7 @@ read_config ($0);
"m2v", "mpegdemux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
"m4a", "qtdemux .audio_00 ! { queue ! faad ! $cfg{AUDIOSINK} }",
"mod", "modplug ! $cfg{AUDIOSINK}",
+ "mpc", "musepackdec ! $cfg{AUDIOSINK}",
"mp2", "mad ! $cfg{AUDIOSINK}",
"mp3", "mad ! $cfg{AUDIOSINK}",
"mp4", "decodebin name=d { d. ! queue ! ffmpegcolorspace ! videoscale ! $cfg{VIDEOSINK} } { d. ! queue ! audioconvert ! audioscale ! $cfg{AUDIOSINK} }",