Searched refs:GST_PARAM_SPEC_FRACTION (Results 1 – 4 of 4) sorted by relevance
41 GstParamSpecFraction *fspec = GST_PARAM_SPEC_FRACTION (pspec); in _gst_param_fraction_init()54 value->data[0].v_int = GST_PARAM_SPEC_FRACTION (pspec)->def_num; in _gst_param_fraction_set_default()55 value->data[1].v_int = GST_PARAM_SPEC_FRACTION (pspec)->def_den; in _gst_param_fraction_set_default()61 GstParamSpecFraction *fspec = GST_PARAM_SPEC_FRACTION (pspec); in _gst_param_fraction_validate()
105 #define GST_PARAM_SPEC_FRACTION(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), GST_TYPE_PARAM_FRAC… macro
559 GstParamSpecFraction *pfraction = GST_PARAM_SPEC_FRACTION (spec); in _add_properties()
688 GstParamSpecFraction *pfraction = GST_PARAM_SPEC_FRACTION (param); in print_object_properties_info()