Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c517 if (camerabin->user_src) in gst_camera_bin_dispose()
518 gst_object_unref (camerabin->user_src); in gst_camera_bin_dispose()
1708 if (camera->user_src && camera->user_src != camera->src) { in gst_camera_bin_create_elements()
1721 if (camera->user_src) { in gst_camera_bin_create_elements()
1722 camera->src = gst_object_ref (camera->user_src); in gst_camera_bin_create_elements()
2029 if (camera->user_src) in gst_camera_bin_set_camera_src()
2030 g_object_unref (camera->user_src); in gst_camera_bin_set_camera_src()
2034 camera->user_src = src; in gst_camera_bin_set_camera_src()
2234 g_value_set_object (value, camera->user_src); in gst_camera_bin_get_property()
Dgstcamerabin2.h68 GstElement *user_src; member