GstGLImageSink include
Nicolas Dufresne
nicolas at ndufresne.ca
Fri May 18 18:10:00 UTC 2018
Le vendredi 18 mai 2018 à 01:23 -0700, apap a écrit :
> Hi all,
>
> I'm starting to dev with gstreamer, I want to use GstGLImageSink but I
> cannot find the header with the definition, am I missing something ?
GStreamer is plugins based, all plugins implement a common interface,
hence there is no per element headers. To get this element:
element = gst_element_factory_make ("glimagesink", NULL);
>
> About the signal "client-draw", the definition of code and doc does not
> match here (check parameters type and count) :
> https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-glimagesinkelement.html#GstGLImageSink-client-draw
When connecting a signal, use g_signal_connect() and cast all function
pointer using G_CALLBACK().
>
> Also, classes use in properties links are dead on this page
> https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-glimagesinkelement.html
> , and often ones related to gl here
> https://gstreamer.freedesktop.org/documentation/plugins.html .
Thanks for reporting, we'll try and fix this, this is because these
element got moved from -bad to -base repository in last release. We
forgot to update some the the static content of the webpage. Correct
links are:
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-glimagesink.html
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-glimagesinkelement.html
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180518/c4b0de2f/attachment.sig>
More information about the gstreamer-devel
mailing list