mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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 |
||
---|---|---|
.. | ||
.gitignore | ||
gstglcontext.c | ||
gstglmemory.c | ||
h264parser.c | ||
insertbin.c | ||
mpegts.c | ||
mpegvideoparser.c | ||
vc1parser.c |