diff options
author | Matthew Waters <matthew@centricular.com> | 2016-06-30 23:12:33 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-11-08 15:14:26 +1100 |
commit | e4916fb1ef8e5ecc075978b98f50bd799faf83e0 (patch) | |
tree | d867e87c2afc77edba1741400ba308fad3fa3362 /docs | |
parent | 1a6c4be242d6d684b03bea6cba339207358faf79 (diff) |
gldisplay: add a list of glwindow's
With the event thread on the display, for a particular winsys event
we need to be able to retreive the window that the event matches.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index cf98424ae..61e06b20f 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -1039,6 +1039,9 @@ gst_gl_display_add_context gst_gl_display_get_gl_context_for_thread gst_gl_display_get_handle gst_gl_display_create_context +gst_gl_display_create_window +gst_gl_display_find_window +gst_gl_display_remove_window gst_context_get_gl_display gst_context_set_gl_display <SUBSECTION Standard> |