Home
last modified time | relevance | path

Searched refs:app_vid_src (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c96 if (self->app_vid_src) { in gst_wrapper_camera_bin_src_dispose()
97 gst_object_unref (self->app_vid_src); in gst_wrapper_camera_bin_src_dispose()
98 self->app_vid_src = NULL; in gst_wrapper_camera_bin_src_dispose()
132 if (self->app_vid_src) in gst_wrapper_camera_bin_src_set_property()
133 gst_object_unref (self->app_vid_src); in gst_wrapper_camera_bin_src_set_property()
134 self->app_vid_src = g_value_get_object (value); in gst_wrapper_camera_bin_src_set_property()
135 if (self->app_vid_src) in gst_wrapper_camera_bin_src_set_property()
136 gst_object_ref (self->app_vid_src); in gst_wrapper_camera_bin_src_set_property()
169 g_value_set_object (value, self->app_vid_src); in gst_wrapper_camera_bin_src_get_property()
463 if (self->src_vid_src && self->src_vid_src == self->app_vid_src) { in check_and_replace_src()
[all …]
Dgstwrappercamerabinsrc.h98 GstElement *app_vid_src; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog133075 check_and_replace_src() was setting self->app_vid_src to NULL, which
133082 is, so that that ref can be passed on to the bin, and the app_vid_src ref