Searched refs:vid_colorspace (Results 1 – 2 of 2) sorted by relevance
2342 if (self->vid_colorspace) { in gst_uvc_h264_src_destroy_pipeline()2343 gst_bin_remove (GST_BIN (self), self->vid_colorspace); in gst_uvc_h264_src_destroy_pipeline()2344 gst_element_set_state (self->vid_colorspace, GST_STATE_NULL); in gst_uvc_h264_src_destroy_pipeline()2345 gst_object_unref (self->vid_colorspace); in gst_uvc_h264_src_destroy_pipeline()2346 self->vid_colorspace = NULL; in gst_uvc_h264_src_destroy_pipeline()2661 self->vid_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()2663 if (!self->vid_colorspace || in gst_uvc_h264_src_construct_pipeline()2664 !gst_bin_add (GST_BIN (self), self->vid_colorspace)) in gst_uvc_h264_src_construct_pipeline()2666 gst_object_ref (self->vid_colorspace); in gst_uvc_h264_src_construct_pipeline()2667 if (!gst_element_link (self->v4l2_src, self->vid_colorspace)) in gst_uvc_h264_src_construct_pipeline()[all …]
90 GstElement *vid_colorspace; member