Searched defs:_GstBaseSrc (Results 1 – 1 of 1) sorted by relevance
76 struct _GstBaseSrc { struct77 GstElement element;80 GstPad *srcpad;84 GMutex live_lock;85 GCond live_cond;86 gboolean is_live;87 gboolean live_running;90 guint blocksize; /* size of buffers when operating push based */91 gboolean can_activate_push; /* some scheduling properties */92 gboolean random_access;[all …]