Searched refs:prop_name_full (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.c | 134 gchar *prop_name_full; in gst_frei0r_klass_install_properties() local 142 prop_name_full = g_strconcat (prop_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() 149 g_free (prop_name_full); in gst_frei0r_klass_install_properties() 156 prop_name_full = g_strconcat (prop_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() 163 g_free (prop_name_full); in gst_frei0r_klass_install_properties() 170 prop_name_full = g_strconcat (prop_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() 177 g_free (prop_name_full); in gst_frei0r_klass_install_properties() [all …]
|