diff options
author | Matthew Waters <matthew@centricular.com> | 2017-05-21 12:03:01 +0200 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2017-05-21 12:12:02 +0200 |
commit | 15e13bd44e6e1ae8f88e2ab30fa711019fdad5b9 (patch) | |
tree | 2ff30d036bd255472ec0c2da40ce52ee909350ea /docs/libs | |
parent | 624fe65f544dac6c114a420537ca26bffc5d6fa1 (diff) | |
download | gstreamer-plugins-bad-15e13bd44e6e1ae8f88e2ab30fa711019fdad5b9.tar.gz |
glcontext: add public swap_buffers function
That simply calls the implementation
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index 3f0faa1d5..b5571fab9 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -864,6 +864,7 @@ gst_gl_context_new_wrapped gst_gl_context_create gst_gl_context_destroy gst_gl_context_activate +gst_gl_context_swap_buffers gst_gl_context_default_get_proc_address gst_gl_context_get_proc_address gst_gl_context_get_proc_address_with_platform |