Description
Synopsis
Element Information
plugin |
opengl
|
author |
Matthew Waters <matthew@centricular.com> |
class |
Src/Video |
Element Pads
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw(ANY) |
Types and Values
struct GstGLSrcBin
struct GstGLSrcBin {
GstBin parent;
GstPad *srcpad;
GstElement *src;
GstElement *convert;
GstElement *download;
};
Property Details
The “src”
property
“src” GstElement *
The GL src chain to use.
Flags: Read / Write
Signal Details
The “create-element”
signal
GstElement*
user_function (GstGLSrcBin *object,
gpointer user_data)
Will be emitted when we need the processing element/s that this bin will use
Flags: Run Last