GNOME Bugzilla – Bug 687666
textoverlay: aborts when shading is enabled but not supported for the current video format
Last modified: 2012-11-06 23:45:41 UTC
Created attachment 228148 [details] Test application python proto.py going to playing ** ERROR:gstbasetextoverlay.c:1662:gst_base_text_overlay_push_frame: code should not be reached Aborted (core dumped) I am getting the error above when trying to run attached python application.
How about a GST_DEBUG=*:6 log (as always..) ? It doesn't support shading for the negotiated format.
commit a62650c9de79bcf93d6be34ecdcb51965e227895 Author: Tim-Philipp Müller <tim@centricular.net> Date: Tue Nov 6 23:38:13 2012 +0000 textoverlay: don't abort if we don't know how to paint shaded background for a format It's not a very nice thing to do. https://bugzilla.gnome.org/show_bug.cgi?id=687666