Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h55 typedef struct _GstFrameRate GstFrameRate; typedef
225 GstFrameRate *minFrameRate;
226 GstFrameRate *maxFrameRate;
227 GstFrameRate *frameRate;
Dgstmpdparser.c71 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()