mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
b90d824626
We create our textures (in Desktop GL) with GL_TEXTURE_RECTANGLE, vaapi attempts to bind our texture to GL_TEXTURE_2D which throws a GL_INVALID_OPERATION error and as thus, no video. Also, by moving exclusively to GL_TEXTURE_2D and the npot extension we also remove a difference between the Desktop GL and GLES2 code. https://bugzilla.gnome.org/show_bug.cgi?id=712287 |
||
---|---|---|
.. | ||
camerabin2 | ||
clutter | ||
directfb | ||
gtk | ||
mpegts | ||
mpegtsmux | ||
mxf | ||
opencv | ||
sdl | ||
uvch264 | ||
Makefile.am |