Searched refs:draw_notify (Results 1 – 4 of 4) sorted by relevance
52 if (self->draw_notify)53 self->draw_notify (self->draw_data);173 if (self->draw_notify)174 self->draw_notify (self->draw_data);178 self->draw_notify = notify;
42 GDestroyNotify draw_notify; variable
801 if (window->draw_notify) in gst_gl_window_set_draw_callback()802 window->draw_notify (window->draw_data); in gst_gl_window_set_draw_callback()806 window->draw_notify = destroy_notify; in gst_gl_window_set_draw_callback()
109 GDestroyNotify draw_notify; member