Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0r.c135 gchar *prop_nick_full; in gst_frei0r_klass_install_properties() local
143 prop_nick_full = g_strconcat (param_info->name, " (R)", NULL); in gst_frei0r_klass_install_properties()
145 g_param_spec_float (prop_name_full, prop_nick_full, in gst_frei0r_klass_install_properties()
150 g_free (prop_nick_full); in gst_frei0r_klass_install_properties()
157 prop_nick_full = g_strconcat (param_info->name, " (G)", NULL); in gst_frei0r_klass_install_properties()
159 g_param_spec_float (prop_name_full, prop_nick_full, in gst_frei0r_klass_install_properties()
164 g_free (prop_nick_full); in gst_frei0r_klass_install_properties()
171 prop_nick_full = g_strconcat (param_info->name, " (B)", NULL); in gst_frei0r_klass_install_properties()
173 g_param_spec_float (prop_name_full, prop_nick_full, in gst_frei0r_klass_install_properties()
178 g_free (prop_nick_full); in gst_frei0r_klass_install_properties()
[all …]