summaryrefslogtreecommitdiff
path: root/gst-libs/gst/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Update for new GstContext APISebastian Dröge2013-09-182-8/+14
* egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge2013-05-102-4/+6
* egl: Allow being used in C++ codeJosep Torra2013-05-101-0/+3
* egl: Use gst_context_writable_structure()Sebastian Dröge2013-04-181-3/+3
* egl: silence warnings building for RPI related to 'vcos_*'Josep Torra2013-04-181-2/+18
* egl: Use new types from libgstvideo instead of defining our ownSebastian Dröge2013-04-173-44/+21
* egl: Add a #define for the EGLImage memory caps featureSebastian Dröge2013-04-011-0/+2
* eglglessink: Implement GstContext handlingSebastian Dröge2013-03-292-11/+45
* egl: check on the proper display and indent some linesJosep Torra2013-03-291-4/+4
* egl: Add a boxed type for GstEGLDisplaySebastian Dröge2013-03-282-0/+7
* egl: Fix some return values in g_return_val_if_fail()Sebastian Dröge2013-03-191-3/+3
* egl: Add support for different orientations of the EGLImageSebastian Dröge2013-03-132-0/+37
* egl: Rename gst_egl_image_memory_can_map() to is_mappable()Sebastian Dröge2013-03-032-2/+2
* egl: Remove buffer pool optionSebastian Dröge2013-03-032-30/+0
* egl: Mark memory as not mappable if it isn'tSebastian Dröge2013-03-032-3/+5
* egl: Implement sharing of memorySebastian Dröge2013-03-031-8/+44
* egl: Add infrastructure for EGLImage handlingSebastian Dröge2013-03-033-0/+462