GNOME Bugzilla – Bug 678448
[0.10] clockoverlay regression: segfault
Last modified: 2012-06-21 13:54:22 UTC
the shaded-background property for clockoverlay element cause segfault in recent 0.10 (today git) if setted to true while works fine with released version: gst-launch videotestsrc ! video/x-raw-yuv,width=320,height=240,framerate=5/1 ! clockoverlay text="overlay 1234" shaded-background=true ! fakesink produce: ERROR:gsttextoverlay.c:1685:gst_text_overlay_push_frame: code should not be reached Program received signal SIGABRT, Aborted.
+ Trace 230394
Thread 140737251464960 (LWP 11090)
removing shaded-background=true or setting this property to false make the pipeline work
Created attachment 216899 [details] [review] textoverlay: add missing format from shaded background formats list YUY2 was missing from the possible formats for the shaded-background creation
the patch solve the issue, thanks!
f7054fecd527109d9842f1def9d24f7c98487c33 Fixed