Lines Matching refs:othercaps
423 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_v4l2_transform_fixate_caps() argument
430 othercaps = gst_caps_truncate (othercaps); in gst_v4l2_transform_fixate_caps()
431 othercaps = gst_caps_make_writable (othercaps); in gst_v4l2_transform_fixate_caps()
434 " based on caps %" GST_PTR_FORMAT, othercaps, caps); in gst_v4l2_transform_fixate_caps()
437 outs = gst_caps_get_structure (othercaps, 0); in gst_v4l2_transform_fixate_caps()
492 g_return_val_if_fail (gst_value_is_fixed (from_par), othercaps); in gst_v4l2_transform_fixate_caps()
862 GST_DEBUG_OBJECT (trans, "fixated othercaps to %" GST_PTR_FORMAT, othercaps); in gst_v4l2_transform_fixate_caps()
870 othercaps = gst_caps_fixate (othercaps); in gst_v4l2_transform_fixate_caps()
873 if (gst_caps_is_subset (caps, othercaps)) { in gst_v4l2_transform_fixate_caps()
874 gst_caps_replace (&othercaps, caps); in gst_v4l2_transform_fixate_caps()
878 return othercaps; in gst_v4l2_transform_fixate_caps()