summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:28:54 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:28:54 +0200
commit49f5cb7d769f83cc6c33a017b9cd577db919c556 (patch)
tree19468bdc0a9a428cb2657de1f4d8343be8982ac6 /ext
parent717ae6cc20abd888a61eb511950259943da1899b (diff)
rename some caps and elements in examples
Diffstat (limited to 'ext')
-rwxr-xr-xext/dvdread/demo-play2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dvdread/demo-play b/ext/dvdread/demo-play
index 1def730c..ed9d4d8d 100755
--- a/ext/dvdread/demo-play
+++ b/ext/dvdread/demo-play
@@ -2,5 +2,5 @@
AUDIOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/audiosink`
VIDEOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/videosink`
gst-launch dvdreadsrc ! dvddemux name=demux .video_00 ! \
- { queue ! mpeg2dec ! ffmpegcolorspace ! videoscale ! $VIDEOSINK } \
+ { queue ! mpeg2dec ! videoconvert ! videoscale ! $VIDEOSINK } \
{ demux.audio_00 ! queue ! a52dec ! audioconvert ! audioscale ! $AUDIOSINK }