Searched refs:active_srcpad (Results 1 – 5 of 5) sorted by relevance
140 demux->active_srcpad = NULL; in gst_streamid_demux_init()168 g_value_set_object (value, demux->active_srcpad); in gst_streamid_demux_get_property()204 demux->active_srcpad = srcpad; in gst_streamid_demux_srcpad_create()221 demux->active_srcpad); in gst_streamid_demux_chain()224 if (demux->active_srcpad) { in gst_streamid_demux_chain()225 srcpad = gst_object_ref (demux->active_srcpad); in gst_streamid_demux_chain()273 GstPad *active_srcpad = NULL; in gst_streamid_demux_event() local286 active_srcpad = in gst_streamid_demux_event()288 if (!active_srcpad) { in gst_streamid_demux_event()293 gst_pad_set_active (demux->active_srcpad, TRUE); in gst_streamid_demux_event()[all …]
174 sel->active_srcpad = NULL; in gst_output_selector_init()236 if (next_pad != sel->active_srcpad) { in gst_output_selector_set_property()280 sel->pending_srcpad ? sel->pending_srcpad : sel->active_srcpad); in gst_output_selector_get_property()306 else if (sel->active_srcpad) in gst_output_selector_get_active()307 active = gst_object_ref (sel->active_srcpad); in gst_output_selector_get_active()389 if (osel->active_srcpad == NULL) { in gst_output_selector_request_new_pad()390 osel->active_srcpad = srcpad; in gst_output_selector_request_new_pad()412 if (osel->active_srcpad == pad) { in gst_output_selector_release_pad()413 osel->active_srcpad = NULL; in gst_output_selector_release_pad()431 GstPad *active_srcpad; in gst_output_selector_switch() local[all …]
57 GstPad *active_srcpad; member
46 GstPad *active_srcpad; member
33 static GstPad *active_srcpad; variable50 if (active_srcpad) in set_active_srcpad()51 gst_object_unref (active_srcpad); in set_active_srcpad()53 g_object_get (td->demux, "active-pad", &active_srcpad, NULL); in set_active_srcpad()66 if (active_srcpad) { in release_test_objects()67 gst_object_unref (active_srcpad); in release_test_objects()68 active_srcpad = NULL; in release_test_objects()105 peer_pad = gst_pad_get_peer (active_srcpad); in chain_ok()107 active_srcpad_stream_id = gst_pad_get_stream_id (active_srcpad); in chain_ok()148 g_object_get (td.demux, "active-pad", &active_srcpad, NULL); in GST_START_TEST()[all …]