Searched refs:image_capture_caps (Results 1 – 2 of 2) sorted by relevance
108 gst_caps_replace (&self->image_capture_caps, NULL); in gst_wrapper_camera_bin_src_dispose()682 self->image_capture_caps); in adapt_image_capture()688 req_st = gst_caps_get_structure (self->image_capture_caps, 0); in adapt_image_capture()722 set_capsfilter_caps (self, self->image_capture_caps); in adapt_image_capture()740 if (!gst_caps_can_intersect (self->image_capture_caps, caps)) { in img_capture_prepared()743 set_capsfilter_caps (self, self->image_capture_caps); in img_capture_prepared()770 gst_caps_replace (&self->image_capture_caps, caps); in start_image_capture()780 self->image_capture_caps); in start_image_capture()783 self->image_capture_caps, self)) { in start_image_capture()792 self->image_capture_caps); in start_image_capture()
112 GstCaps *image_capture_caps; member