GNOME Bugzilla – Bug 632659
[mpegstream] fails to load
Last modified: 2010-10-20 09:42:21 UTC
Since commit 91f9b986a120d0f63aa8f8f2f0534aabb11a0b86 the plugin scanner fails on the mpegstream plugin: (gst-plugin-scanner:26196): GLib-GObject-CRITICAL **: g_param_spec_internal: assertion `!(flags & G_PARAM_STATIC_NAME) || is_canonical (name)' failed ERROR: Caught a segmentation fault while loading plugin file: /home/phil/gst/jhbuild/install/lib64/gstreamer-0.10/libgstmpegstream.so (gdb) bt
+ Trace 224236
The segfault happens because "max_scr_gap" is not canonical (cf is_canonical() in gparam.c) :) Can we rename the property to max-scr-gap?
This was fixed yesterday: commit 26cd4ee3a0a3071c198d2ce4cd98f91aff01aa84 Author: Stefan Kost <ensonic@users.sf.net> Date: Tue Oct 19 12:20:40 2010 +0300 various: canonicalize property names http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/diff/gst/mpegstream/gstmpegparse.c?id=26cd4ee3a0a3071c198d2ce4cd98f91aff01aa84
Created attachment 172819 [details] [review] [mpegparse] renamed max_scr_gap to max-scr-gap