Home
last modified time | relevance | path

Searched refs:gst_caps_features_to_string (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcapsfeatures.c74 str = gst_caps_features_to_string (a); in GST_START_TEST()
87 str = gst_caps_features_to_string (a); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.h85 gchar * gst_caps_features_to_string (const GstCapsFeatures * features);
Dgstcapsfeatures.c456 gst_caps_features_to_string (const GstCapsFeatures * features) in gst_caps_features_to_string() function
880 gst_caps_features_to_string (src_value->data[0].v_pointer); in gst_caps_features_transform_to_string()
Dgstinfo.c880 return gst_caps_features_to_string ((const GstCapsFeatures *) ptr); in gst_debug_print_object()
Dgstvalue.c3103 return priv_gst_string_take_and_wrap (gst_caps_features_to_string (features)); in gst_value_serialize_caps_features()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c202 gchar *features_string = gst_caps_features_to_string (features); 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()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c200 gchar *features_string = gst_caps_features_to_string (features); in print_caps()