Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstparamspecs.h104 #define GST_IS_PARAM_SPEC_FRACTION(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GST_TYPE_PARAM_FRAC… macro
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c558 } else if (GST_IS_PARAM_SPEC_FRACTION (spec)) { in _add_properties()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c687 } else if (GST_IS_PARAM_SPEC_FRACTION (param)) { in print_object_properties_info()