After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 160808 - 'ERROR: pipeline doesn't want to play' when using xvimagesink
'ERROR: pipeline doesn't want to play' when using xvimagesink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.6
Other Linux
: Normal normal
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-08 22:45 UTC by Zack Cerza
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Zack Cerza 2004-12-08 22:45:59 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.
Comment 1 Ronald Bultje 2004-12-08 23:45:03 UTC
Dave just committed a fix.