Home
last modified time | relevance | path

Searched refs:features_string (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c202 gchar *features_string = gst_caps_features_to_string (features); in print_device() local
204 g_print ("(%s)", features_string); in print_device()
205 g_free (features_string); in print_device()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c632 gchar *features_string = gst_caps_features_to_string (features); in _build_caps() local
635 i ? "\n" : "", gst_structure_get_name (structure), features_string); in _build_caps()
636 g_free (features_string); in _build_caps()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c200 gchar *features_string = gst_caps_features_to_string (features); in print_caps() local
204 CAPS_FEATURE_COLOR, features_string, RESET_COLOR); in print_caps()
205 g_free (features_string); in print_caps()