Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c656 GstCaps *acquired_caps, *available_caps, *caps, *filter; in gst_v4l2_video_dec_handle_frame() local
727 available_caps = gst_caps_copy (self->probed_srccaps); in gst_v4l2_video_dec_handle_frame()
728 GST_DEBUG_OBJECT (self, "Available caps: %" GST_PTR_FORMAT, available_caps); in gst_v4l2_video_dec_handle_frame()
732 gst_caps_map_in_place (available_caps, gst_v4l2_video_remove_padding, self); in gst_v4l2_video_dec_handle_frame()
734 filter = gst_caps_intersect_full (available_caps, acquired_caps, in gst_v4l2_video_dec_handle_frame()
738 gst_caps_unref (available_caps); in gst_v4l2_video_dec_handle_frame()