QtQuick2 video sink runtime error
Barge, Sylvain
sylvain.barge at intel.com
Thu Mar 23 09:02:53 UTC 2017
Hi,
I'm trying to use qmlplayer2 on qt5 but I'm getting the following error at runtime:
(gst-plugin-scanner:3749): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstqt5videosink.so': /usr/lib/gstreamer-0.10/libgstqt5videosink.so: undefined symbol: _Z33gst_qt_quick2_video_sink_get_typev
Failed to create qtquick2videosink. Make sure it is installed correctly
(qmlplayer2:8517): GStreamer-CRITICAL **: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(qmlplayer2:8517): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion 'GST_IS_ELEMENT (dest)' failed
When looking at the code in qt-gstreamer, I found out that this method gst_qt_quick2_video_sink_get_type is declared in elements/gstqtvideosink/gstqtquick2videosink.h, but I cannot find any implementation for this function.
I would expect this method to be implemented in the gstqtquick2videosink.cpp file. If not from which module should this implementation come?
Thanks for your support.
Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170323/7e0b0f0f/attachment.html>
More information about the gstreamer-devel
mailing list