[Bug 648103] gst-plugin-scanner crash
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Apr 18 06:39:16 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=648103
GStreamer | gstreamer (core) | 0.10.32
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-04-18 13:39:11 UTC ---
> i regularly got such problems at the first time (ie. .gstreamer dir created).
> which imho a critical problem.
>
> (gst-plugin-scanner:1413): GLib-GObject-WARNING **: cannot register existing
> type `GstAppSink'
>
> (gst-plugin-scanner:1413): GLib-CRITICAL **: g_once_init_leave: assertion
> `initialization_value != 0' failed
>
> (gst-plugin-scanner:1413): GStreamer-CRITICAL **: gst_element_register:
> assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed
This looks like an issue with your installation. You have two plugins that both
contain/register an appsink element. This happens occasionally when plugins get
renamed or elements moved to other plugins, especially if you've installed
GStreamer from source (people tend to just do 'make install', but one does
'make uninstall' before updating/rebuilding/make install).
Basically, you need to find the offending plugin and remove it (and do a rm
~/.gstreamer-0.10/registry* for good measure).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list