GStreamer and GL

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

GStreamer and GL

Russel Winder
Is there a "within GStreamer" way of detecting whether GL pipelines
will work?

I suspect it may be not, but it is worth asking.

--
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:[hidden email]
41 Buckmaster Road    m: +44 7770 465 077   xmpp: [hidden email]
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and GL

Nicolas Dufresne-5
Le mardi 05 septembre 2017 à 13:25 +0100, Russel Winder a écrit :
> Is there a "within GStreamer" way of detecting whether GL pipelines
> will work?
>
> I suspect it may be not, but it is worth asking.

Unless there is bugs, creating a "GL" pipeline and setting it to READY
state should fail if not supported.

Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and GL

Matthew Waters
In reply to this post by Russel Winder
Yes, the same as any other element.  Set it's state to PAUSED and see if
it posts an error.


On 05/09/17 22:25, Russel Winder wrote:
> Is there a "within GStreamer" way of detecting whether GL pipelines
> will work?
>
> I suspect it may be not, but it is worth asking.



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (527 bytes) Download Attachment