GNOME Bugzilla – Bug 131974
565 => any conversions in ffcolorspace seem broken
Last modified: 2005-06-30 14:49:26 UTC
run this: gst-launch-0.7 -v sinesrc ! chart ! ffcolorspace ! ximagesink (you can use xvimagesink, too) This segfaults like this: Starting program: /usr/bin/gst-launch-0.7 sinesrc ! chart ! ffcolorspace ! ximagesink [New Thread 1024 (LWP 7346)] RUNNING pipeline ... Program received signal SIGSEGV, Segmentation fault.
+ Trace 43356
Thread 1024 (LWP 7346)
well, good news, it works now (for me, it opens a windows with sinusoidal moving image) tested with both x[v]imagesink => OK sdlvideosink crashes, but it is a different issue (crash in SDL itself) closing