Searched refs:gst_installer_detail_new (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | missing-plugins.c | 632 gst_installer_detail_new (gchar * description, const gchar * type, in gst_installer_detail_new() function 686 return gst_installer_detail_new (desc, "urisource", protocol); in gst_missing_uri_source_installer_detail_new() 714 return gst_installer_detail_new (desc, "urisink", protocol); in gst_missing_uri_sink_installer_detail_new() 742 return gst_installer_detail_new (desc, "element", factory_name); in gst_missing_element_installer_detail_new() 776 detail_str = gst_installer_detail_new (desc, "decoder", caps_str); in gst_missing_decoder_installer_detail_new() 814 detail_str = gst_installer_detail_new (desc, "encoder", caps_str); in gst_missing_encoder_installer_detail_new()
|