qmlglsink plugin installation problem

Matthew Waters ystreet00 at gmail.com
Fri Sep 16 12:30:03 UTC 2016


On 16/09/16 20:33, riteshSTPL wrote:
> I am using Gstreamer 1.8.3 on Ubuntu 16.04 with Qt 5.5.1. and qt-gstreamer
> 1.2.0.
> I want to use *qmlglsink* to preview gstreamer video on QML surface.
>
> I follwed below commands to install qmlglsink plugin
> git clone https://github.com/GStreamer/gst-plugins-bad
> cd gst-plugins-bad
> git checkout 1.8.3
> ./autogen.sh
> ./configure --prefix=/usr/local/
> make
> make install
>
> gst-inspect-1.0 gmlglsink
> No such element or plugin 'gmlglsink'
>
> But still i am not able to get this plugin.

1. Did the ./configure output say it was going to build the qt plugin?
2. Do you have GST_PLUGIN_PATH pointing to /usr/local/lib/gstreamer-1.0 ?
3. What happens when you run gst-inspect-1.0 on the plugin file directly?
e.g gst-inspect-1.0 /usr/local/lib/gstreamer-1.0/libgstqmlgl.so

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 484 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160916/11f79770/attachment.sig>


More information about the gstreamer-devel mailing list