Searched refs:par_val (Results 1 – 1 of 1) sorted by relevance
61 const GValue *par_val; in StreamPictureParams() local81 par_val = gst_structure_get_value (structure, "pixel-aspect-ratio"); in StreamPictureParams()82 if (par_val != NULL) { in StreamPictureParams()83 par.n = gst_value_get_fraction_numerator (par_val); in StreamPictureParams()84 par.d = gst_value_get_fraction_denominator (par_val); in StreamPictureParams()