Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dmissing-plugins.c290 const GstCaps * decode_caps) in gst_missing_decoder_message_new() argument
298 g_return_val_if_fail (decode_caps != NULL, NULL); in gst_missing_decoder_message_new()
299 g_return_val_if_fail (GST_IS_CAPS (decode_caps), NULL); in gst_missing_decoder_message_new()
300 g_return_val_if_fail (!gst_caps_is_any (decode_caps), NULL); in gst_missing_decoder_message_new()
301 g_return_val_if_fail (!gst_caps_is_empty (decode_caps), NULL); in gst_missing_decoder_message_new()
302 g_return_val_if_fail (gst_caps_is_fixed (decode_caps), NULL); in gst_missing_decoder_message_new()
304 description = gst_pb_utils_get_decoder_description (decode_caps); in gst_missing_decoder_message_new()
305 caps = copy_and_clean_caps (decode_caps); in gst_missing_decoder_message_new()
762 gst_missing_decoder_installer_detail_new (const GstCaps * decode_caps) in gst_missing_decoder_installer_detail_new() argument
767 g_return_val_if_fail (decode_caps != NULL, NULL); in gst_missing_decoder_installer_detail_new()
[all …]
Dmissing-plugins.h46 const GstCaps * decode_caps);
82 gchar * gst_missing_decoder_installer_detail_new (const GstCaps * decode_caps);