Home
last modified time | relevance | path

Searched refs:RsnInputSelector (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.h32 (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_INPUT_SELECTOR, RsnInputSelector))
40 typedef struct _RsnInputSelector RsnInputSelector; typedef
43 #define GST_INPUT_SELECTOR_GET_LOCK(sel) (&((RsnInputSelector*)(sel))->lock)
44 #define GST_INPUT_SELECTOR_GET_COND(sel) (&((RsnInputSelector*)(sel))->cond)
84 gint64 (*block) (RsnInputSelector *self);
Drsninputselector.c75 #define GST_INPUT_SELECTOR_GET_LOCK(sel) (&((RsnInputSelector*)(sel))->lock)
76 #define GST_INPUT_SELECTOR_GET_COND(sel) (&((RsnInputSelector*)(sel))->cond)
128 static void gst_input_selector_active_pad_changed (RsnInputSelector * sel,
130 static inline gboolean gst_input_selector_is_active_sinkpad (RsnInputSelector *
132 static GstPad *gst_input_selector_activate_sinkpad (RsnInputSelector * sel,
134 static gboolean gst_input_selector_set_active_pad (RsnInputSelector * self,
136 static GstPad *gst_input_selector_get_linked_pad (RsnInputSelector * sel,
302 RsnInputSelector *sel; in gst_selector_pad_get_property()
415 RsnInputSelector *sel; in gst_selector_pad_iterate_linked_pads()
440 RsnInputSelector *sel; in gst_selector_pad_event()
[all …]