Lines Matching refs:allowed_caps
238 GstCaps *allowed_caps; in gst_ffmpegvidenc_set_format() local
322 allowed_caps = gst_pad_get_allowed_caps (GST_VIDEO_ENCODER_SRC_PAD (encoder)); in gst_ffmpegvidenc_set_format()
323 if (!allowed_caps) { in gst_ffmpegvidenc_set_format()
327 allowed_caps = in gst_ffmpegvidenc_set_format()
330 GST_DEBUG_OBJECT (ffmpegenc, "chose caps %" GST_PTR_FORMAT, allowed_caps); in gst_ffmpegvidenc_set_format()
332 oclass->in_plugin->type, allowed_caps, ffmpegenc->context); in gst_ffmpegvidenc_set_format()
336 gst_caps_unref (allowed_caps); in gst_ffmpegvidenc_set_format()
342 gst_caps_unref (allowed_caps); in gst_ffmpegvidenc_set_format()
350 gst_caps_unref (allowed_caps); in gst_ffmpegvidenc_set_format()
362 gst_caps_unref (allowed_caps); in gst_ffmpegvidenc_set_format()
366 icaps = gst_caps_intersect (allowed_caps, other_caps); in gst_ffmpegvidenc_set_format()
367 gst_caps_unref (allowed_caps); in gst_ffmpegvidenc_set_format()