Sebastian Dröge
|
5c99f9cf37
|
gst: Don't declare variables inside the for loop header
This is a C99 feature.
|
2016-12-13 22:39:01 +02:00 |
|
Matthew Waters
|
1db88cbee7
|
glmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF conditions
8c2118823b had some incorrect preprocessor
conditions that aren't actually needed. Remove them.
https://bugzilla.gnome.org/show_bug.cgi?id=775248
|
2016-11-30 19:29:27 +11:00 |
|
Matthew Waters
|
8c2118823b
|
gl/egl: remove EGLImage functions from egl context
By adding the necessary GstEGLImage entry points to create a GstEGLImage
from a GstGLMemory.
https://bugzilla.gnome.org/show_bug.cgi?id=774518
|
2016-11-17 14:06:21 +11:00 |
|
Matthew Waters
|
d42145e8c1
|
gl/egl: move get_error_string() into gstegl
So others can use it without #include-ing a private header
https://bugzilla.gnome.org/show_bug.cgi?id=774518
|
2016-11-17 14:06:21 +11:00 |
|
Matthew Waters
|
1296741d3d
|
gl/docs: document new API added in 1.10
GstGLRenderbuffer
GstGLFramebuffer
GstGLQuery
GstEGLImage
GstGLMemoryEGL
|
2016-11-03 12:08:44 +11:00 |
|
Matthew Waters
|
0abeebc4e8
|
gl/eglimage: Fix passing the destroy function to gst_egl_image_new_wrapped
The function pointer and the user data arguments were swapped in both
uses.
https://bugzilla.gnome.org/show_bug.cgi?id=769382
|
2016-10-18 22:43:03 +11:00 |
|
Song Bing
|
4e04f28478
|
gl/egl/dmabuf: Wrong attribute list type for EGL 1.5
For EGL 1.5 spec, the attribute list type should be EGLAttrib.
https://bugzilla.gnome.org/show_bug.cgi?id=768602
|
2016-08-16 15:34:08 +10:00 |
|
Sebastian Dröge
|
0e58e86c4c
|
eglimage: Only register debug category if dmabuf support is enabled
It's not used otherwise currently and causes compiler warnings.
|
2016-06-23 16:00:00 +03:00 |
|
Sebastian Dröge
|
6f9b9e153a
|
eglimage: Re-add accidentially removed GST_DEFINE_MINI_OBJECT_TYPE()
|
2016-05-25 10:01:38 +03:00 |
|
Sebastian Dröge
|
b730f7e89d
|
eglimage: Ensure that the debug category is always initalized
Before the initializer was only run if dmabuf support was used.
https://bugzilla.gnome.org/show_bug.cgi?id=766794
|
2016-05-25 09:46:37 +03:00 |
|
Matthew Waters
|
5498e97a11
|
gl/egl: replace gsteglimagememory with an EGLImage wrapper
That can be passed to GstGLMemoryEGL.
This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL.
|
2016-05-04 13:31:48 +10:00 |
|