glcontext: add api for retreiving the current context and api
authorMatthew Waters <matthew@centricular.com>
Tue, 28 Oct 2014 06:31:37 +0000 (17:31 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 28 Oct 2014 06:33:20 +0000 (17:33 +1100)
commit81ceca1aea35cfebf2d4b9b994a6c1ec20adf5b4
treefec9bcf1fe152672b42b1261fd5f701be625b3db
parentce1477791956a155b088a9330deae52b5f967243
glcontext: add api for retreiving the current context and api

that is current in the calling thread.
14 files changed:
docs/libs/gst-plugins-bad-libs-sections.txt
gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h
gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m
gst-libs/gst/gl/eagl/gstglcontext_eagl.h
gst-libs/gst/gl/eagl/gstglcontext_eagl.m
gst-libs/gst/gl/egl/gstglcontext_egl.c
gst-libs/gst/gl/egl/gstglcontext_egl.h
gst-libs/gst/gl/gstglcontext.c
gst-libs/gst/gl/gstglcontext.h
gst-libs/gst/gl/win32/gstglcontext_wgl.c
gst-libs/gst/gl/win32/gstglcontext_wgl.h
gst-libs/gst/gl/x11/gstglcontext_glx.c
gst-libs/gst/gl/x11/gstglcontext_glx.h
tests/check/libs/gstglcontext.c