Searched refs:GstFrameRate (Results 1 – 2 of 2) sorted by relevance
55 typedef struct _GstFrameRate GstFrameRate; typedef225 GstFrameRate *minFrameRate;226 GstFrameRate *maxFrameRate;227 GstFrameRate *frameRate;
71 const gchar * property_name, GstFrameRate ** property_value);729 const gchar * property_name, GstFrameRate ** property_value) in gst_mpdparser_get_xml_prop_framerate()763 *property_value = g_slice_new0 (GstFrameRate); in gst_mpdparser_get_xml_prop_framerate()2567 GstFrameRate *framerate = NULL; in gst_mpdparser_get_rep_idx_with_max_bandwidth()2887 g_slice_free (GstFrameRate, representation_base->frameRate); in gst_mpdparser_free_representation_base_type()2888 g_slice_free (GstFrameRate, representation_base->minFrameRate); in gst_mpdparser_free_representation_base_type()2889 g_slice_free (GstFrameRate, representation_base->maxFrameRate); in gst_mpdparser_free_representation_base_type()