Hello, I'm porting my project from JavaFX to Qt5 and I've encountered
following error when
QT += multimedia multimediawidgets webkit webkitwidgets
in my project file:

(Pokus:340): GLib-GObject-WARNING **: cannot register existing type
'GstObject'

(Pokus:340): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
failed

(Pokus:340): GLib-GObject-CRITICAL **: g_type_register_static: assertion
'parent_type > 0' failed

(Pokus:340): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
failed

(Pokus:340): GStreamer-CRITICAL **: gst_element_class_set_details_simple:
assertion 'GST_IS_ELEMENT_CLASS (klass)' failed

(Pokus:340): GStreamer-WARNING **: static caps 0x6b662914 string is NULL

(Pokus:340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion
'mini_object != NULL' failed

(Pokus:340): GStreamer-WARNING **: static caps 0x6b662954 string is NULL

(Pokus:340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion
'mini_object != NULL' failed

(Pokus:340): GStreamer-WARNING **: static caps 0x6b662914 string is NULL

(Pokus:340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion
'mini_object != NULL' failed


-----

I got same error using different applications on different linux platforms
(ubuntu x86, archlinux x86_64, raspbian, ArchLinux ARMv7)

I've googled and it may be caused by different gstreamer versions used by
webkit and multimedia.
Is it possible to workaround this bug? I just need quick workaround to
continue development until it will be fixed in mainline. Any help will be
really appreciated!


Jan Imrich
Czech Republic
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to