Searched refs:v4l2_src (Results 1 – 2 of 2) sorted by relevance
603 if (self->v4l2_src) in gst_uvc_h264_src_set_property()604 g_object_set_property (G_OBJECT (self->v4l2_src), "num-buffers", value); in gst_uvc_h264_src_set_property()609 if (self->v4l2_src) in gst_uvc_h264_src_set_property()610 g_object_set_property (G_OBJECT (self->v4l2_src), "device", value); in gst_uvc_h264_src_set_property()764 if (self->v4l2_src) in gst_uvc_h264_src_get_property()765 g_object_get_property (G_OBJECT (self->v4l2_src), "device-name", value); in gst_uvc_h264_src_get_property()2322 if (v4l2src && self->v4l2_src) { in gst_uvc_h264_src_destroy_pipeline()2323 gst_bin_remove (GST_BIN (self), self->v4l2_src); in gst_uvc_h264_src_destroy_pipeline()2324 gst_element_set_state (self->v4l2_src, GST_STATE_NULL); in gst_uvc_h264_src_destroy_pipeline()2325 gst_object_unref (self->v4l2_src); in gst_uvc_h264_src_destroy_pipeline()[all …]
87 GstElement *v4l2_src; member