glfilterapp
glfilterapp — Use client callbacks to define the scene
|
|
Description
The resize and redraw callbacks can be set from a client code.
CLient callbacks
The graphic scene can be written from a client code through the
two glfilterapp properties.
Examples
see gst-plugins-gl/tests/examples/generic/recordgraphic
Details
GstGLFilterApp
typedef struct _GstGLFilterApp GstGLFilterApp;
Property Details
The "client-draw-callback"
property
"client-draw-callback" gpointer : Write
Define a custom draw callback in a client code.
The "client-reshape-callback"
property
"client-reshape-callback" gpointer : Write
Define a custom reshape callback in a client code.