GNOME Bugzilla – Bug 160808
'ERROR: pipeline doesn't want to play' when using xvimagesink
Last modified: 2004-12-22 21:47:04 UTC
% cat .gst AUDIOSINK=alsasink AUDIOSRC=alsasrc VIDEOSINK=xvimagesink VIDEOSRC=xvideotestsrc % gst-visualise-0.8 Running gst-launch-0.8 alsasrc ! goom ! { queue ! colorspace ! xvimagesink } WARNING: erroneous pipeline: could not link queue0 to colorspace0 Trying to run anyway. RUNNING pipeline ... ERROR: pipeline doesn't want to play. % gst-launch-0.8 alsasrc ! goom ! \{ queue ! ffmpegcolorspace ! xvimagesink \} (this works) So, at least when xvimagesink is being used, ffmpegcolorspace should be used.
Dave just committed a fix.