Searched refs:active_sinkpad (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.c | 474 GstPad *active_sinkpad; in gst_input_selector_eos_wait() local 475 active_sinkpad = gst_input_selector_get_active_sinkpad (self); in gst_input_selector_eos_wait() 476 if (pad == GST_SELECTOR_PAD_CAST (active_sinkpad) && pad->eos in gst_input_selector_eos_wait() 531 GstPad *active_sinkpad; in gst_selector_pad_event() local 539 sel->active_sinkpad ? gst_object_ref (sel->active_sinkpad) : NULL; in gst_selector_pad_event() 540 active_sinkpad = gst_input_selector_get_active_sinkpad (sel); in gst_selector_pad_event() 541 gst_object_ref (active_sinkpad); in gst_selector_pad_event() 544 if (prev_active_sinkpad != active_sinkpad) { in gst_selector_pad_event() 547 g_object_notify (G_OBJECT (active_sinkpad), "active"); in gst_selector_pad_event() 552 gst_object_unref (active_sinkpad); in gst_selector_pad_event() [all …]
|
D | gstinputselector.h | 69 GstPad* active_sinkpad; member
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsninputselector.c | 443 GstPad *active_sinkpad; in gst_selector_pad_event() local 450 prev_active_sinkpad = sel->active_sinkpad; in gst_selector_pad_event() 451 active_sinkpad = gst_input_selector_activate_sinkpad (sel, pad); in gst_selector_pad_event() 454 if (prev_active_sinkpad != active_sinkpad && pad == active_sinkpad) { in gst_selector_pad_event() 459 active_sinkpad = gst_input_selector_activate_sinkpad (sel, pad); in gst_selector_pad_event() 462 forward = (pad == active_sinkpad); in gst_selector_pad_event() 527 active_selpad = GST_SELECTOR_PAD (active_sinkpad); in gst_selector_pad_event() 578 GstPad *active_sinkpad; in gst_selector_pad_query() local 587 active_sinkpad = gst_input_selector_activate_sinkpad (sel, pad); in gst_selector_pad_query() 590 if (pad != active_sinkpad) { in gst_selector_pad_query() [all …]
|
D | rsninputselector.h | 68 GstPad *active_sinkpad; member
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 15560 active_sinkpad property at that point in time, since the seek could
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 223370 element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
|