GNOME Bugzilla – Bug 748588
glvideomixer: segfaulting when inspecting
Last modified: 2015-04-28 16:53:30 UTC
$ gst-inspect-1.0 glvideomixer ERROR: Caught a segmentation fault while loading plugin file: /home/cassidy/dev/gst/master/gst-plugins-bad/ext/gl/.libs/libgstopengl.so This regression has been introduced by this commit (thanks git bisect!) commit 0b7f65bbc345030c0f2866656ba372893f4843a9 Author: Matthew Waters <matthew@centricular.com> Date: Tue Apr 28 20:11:07 2015 +1000 glupload: provide the sink template caps that could be used https://bugzilla.gnome.org/show_bug.cgi?id=746399
+ Trace 235012
Ta, I'd noticed the same. Pushing a fix shortly
commit 1de2e2bc391e8e6d6917ebdd3be2f6507a8fccdd Author: Jan Schmidt <jan@centricular.com> Date: Wed Apr 29 02:20:09 2015 +1000 glupload: Make upload method static caps non-const. Retrieving a GstStaticCaps does a one time internal initialisation and caches it - they can't be stored as const structures.