summaryrefslogtreecommitdiff
path: root/gst/audiofx
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:45:34 +0200
committerTim-Philipp Müller <tim@centricular.net>2012-12-14 13:16:17 +0000
commitcb1743d57812c626a7ce2825f20daf2b15281367 (patch)
treeca629adc2191c4de754eec78548dba1e8d4c7707 /gst/audiofx
parent93e1091d7f1fd01e1c81899bf5e66e98989783db (diff)
scaletempo: ffmpegcolorspace is no more
Diffstat (limited to 'gst/audiofx')
-rw-r--r--gst/audiofx/gstscaletempo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/gstscaletempo.c b/gst/audiofx/gstscaletempo.c
index fa25528a7..a2ec38ee7 100644
--- a/gst/audiofx/gstscaletempo.c
+++ b/gst/audiofx/gstscaletempo.c
@@ -33,7 +33,7 @@
* |[
* filesrc location=media.ext ! decodebin name=d \
* d. ! queue ! audioconvert ! audioresample ! scaletempo ! audioconvert ! audioresample ! autoaudiosink \
- * d. ! queue ! ffmpegcolorspace ! autovideosink
+ * d. ! queue ! videoconvert ! autovideosink
* ]|
* OR
* |[