![]() |
![]() |
![]() |
GStreamer Editing Services 1.2.1 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <ges/ges.h> GESVideoTestSource; void ges_video_test_source_set_pattern (GESVideoTestSource *self
,GESVideoTestPattern pattern
); GESVideoTestPattern ges_video_test_source_get_pattern (GESVideoTestSource *source
);
GObject +----GInitiallyUnowned +----GESTimelineElement +----GESTrackElement +----GESSource +----GESVideoSource +----GESVideoTestSource
void ges_video_test_source_set_pattern (GESVideoTestSource *self
,GESVideoTestPattern pattern
);
Sets the source to use the given pattern
.
|
a GESVideoTestSource |
|
a GESVideoTestPattern |
GESVideoTestPattern ges_video_test_source_get_pattern (GESVideoTestSource *source
);
Get the video pattern used by the source
.
|
a GESVideoTestPattern |
Returns : |
The video pattern used by the source . |