Searched refs:vf_colorspace (Results 1 – 5 of 5) sorted by relevance
2348 if (self->vf_colorspace) { in gst_uvc_h264_src_destroy_pipeline()2349 gst_bin_remove (GST_BIN (self), self->vf_colorspace); in gst_uvc_h264_src_destroy_pipeline()2350 gst_element_set_state (self->vf_colorspace, GST_STATE_NULL); in gst_uvc_h264_src_destroy_pipeline()2351 gst_object_unref (self->vf_colorspace); in gst_uvc_h264_src_destroy_pipeline()2352 self->vf_colorspace = NULL; in gst_uvc_h264_src_destroy_pipeline()2673 self->vf_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()2675 if (!self->vf_colorspace || in gst_uvc_h264_src_construct_pipeline()2676 !gst_bin_add (GST_BIN (self), self->vf_colorspace)) in gst_uvc_h264_src_construct_pipeline()2678 gst_object_ref (self->vf_colorspace); in gst_uvc_h264_src_construct_pipeline()2679 if (!gst_element_link (self->v4l2_src, self->vf_colorspace)) in gst_uvc_h264_src_construct_pipeline()[all …]
91 GstElement *vf_colorspace; member
31 fate-checkasm-vf_colorspace \
38 AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o
210 OBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o colorspace.o colorspacedsp.o