GESOperationClip — Base Class for operations in a GESLayer
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESContainer ╰── GESClip ╰── GESOperationClip ├── GESOverlayClip ├── GESBaseTransitionClip ╰── GESBaseEffectClip
GESOperationClip implements GESExtractable and GESMetaContainer.
#include <ges/ges.h>
Operations are any kind of object that both outputs AND consumes data.
typedef struct _GESOperationClip GESOperationClip;
The GESOperationClip subclass. Subclasses can access these fields.