Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/icles/
Doutput-selector-test.c49 GstPad *old_pad, *new_pad = NULL; in switch_cb() local
51 g_object_get (G_OBJECT (sel), "active-pad", &old_pad, NULL); in switch_cb()
53 if (old_pad == osel_src1) in switch_cb()
60 g_print ("switched from %s:%s to %s:%s\n", GST_DEBUG_PAD_NAME (old_pad), in switch_cb()
63 gst_object_unref (old_pad); in switch_cb()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c238 GstPad * old_pad, GstPad * output_pad) in gst_wrapper_camera_bin_src_set_output() argument
244 if (old_pad) in gst_wrapper_camera_bin_src_set_output()
245 gst_ghost_pad_set_target (GST_GHOST_PAD (old_pad), NULL); in gst_wrapper_camera_bin_src_set_output()