diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-19 22:12:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-19 22:12:57 +0000 |
commit | ca810029cc72ad361162629a82203e81969f6aaf (patch) | |
tree | 7cb69fd12d0c2e5adf71c49de69c72cc46d59891 /tools | |
parent | 83813ace9e4b1bbc3c38ce3e1410545ac05b6064 (diff) |
add mpeg
Original commit message from CVS:
add mpeg
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-launch-ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index 40243c7b3..0f9a3eb39 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -111,6 +111,7 @@ read_config ($0); "mod", "modplug ! $cfg{AUDIOSINK}", "mp2", "mad ! $cfg{AUDIOSINK}", "mp3", "mad ! $cfg{AUDIOSINK}", + "mpeg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }", "mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }", "ogg", "vorbisfile ! $cfg{AUDIOSINK}", "sid", "siddec ! $cfg{AUDIOSINK}", |