Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dmissing-plugins.h63 gboolean gst_is_missing_plugin_message (GstMessage * msg);
Dmissing-plugins.c431 g_return_val_if_fail (gst_is_missing_plugin_message (msg), NULL); in gst_missing_plugin_message_get_installer_detail()
525 g_return_val_if_fail (gst_is_missing_plugin_message (msg), NULL); in gst_missing_plugin_message_get_description()
616 gst_is_missing_plugin_message (GstMessage * msg) in gst_is_missing_plugin_message() function
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c321 gst_is_missing_plugin_message (GstMessage * msg) in gst_is_missing_plugin_message() function
864 if (gst_is_missing_plugin_message (message)) { in bus_handler()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dencodebin.c1074 fail_if (!gst_is_missing_plugin_message (message)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c658 if (gst_is_missing_plugin_message (msg)) { in play_bus_msg()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c3068 if (gst_is_missing_plugin_message (msg)) { in gst_play_bin_handle_message()
/third_party/gstreamer/gstplugins_base/
DChangeLog144435 (gst_is_missing_plugin_message):