Home
last modified time | relevance | path

Searched refs:GstXMLFrameRate (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrepresentationbasenode.h39 GstXMLFrameRate *minFrameRate;
40 GstXMLFrameRate *maxFrameRate;
41 GstXMLFrameRate *frameRate;
Dgstxmlhelper.h32 typedef struct _GstXMLFrameRate GstXMLFrameRate; typedef
61 GstXMLFrameRate *gst_xml_helper_clone_frame_rate (GstXMLFrameRate * frameRate);
95 const gchar * property_name, GstXMLFrameRate ** property_value);
126 void gst_xml_helper_set_prop_framerate (xmlNodePtr node, const gchar * name, GstXMLFrameRate* value…
Dgstmpdrepresentationbasenode.c72 g_slice_free (GstXMLFrameRate, self->minFrameRate); in gst_mpd_representation_base_node_set_property()
77 g_slice_free (GstXMLFrameRate, self->maxFrameRate); in gst_mpd_representation_base_node_set_property()
82 g_slice_free (GstXMLFrameRate, self->frameRate); in gst_mpd_representation_base_node_set_property()
196 g_slice_free (GstXMLFrameRate, self->frameRate); in gst_mpd_representation_base_node_finalize()
197 g_slice_free (GstXMLFrameRate, self->minFrameRate); in gst_mpd_representation_base_node_finalize()
198 g_slice_free (GstXMLFrameRate, self->maxFrameRate); in gst_mpd_representation_base_node_finalize()
Dgstxmlhelper.c318 GstXMLFrameRate *
319 gst_xml_helper_clone_frame_rate (GstXMLFrameRate * frameRate) in gst_xml_helper_clone_frame_rate()
321 GstXMLFrameRate *clone = NULL; in gst_xml_helper_clone_frame_rate()
324 clone = g_slice_new0 (GstXMLFrameRate); in gst_xml_helper_clone_frame_rate()
713 const gchar * property_name, GstXMLFrameRate ** property_value) in gst_xml_helper_get_prop_framerate()
747 *property_value = g_slice_new0 (GstXMLFrameRate); in gst_xml_helper_get_prop_framerate()
1224 GstXMLFrameRate * value) in gst_xml_helper_set_prop_framerate()
Dgstmpdclient.c2562 GstXMLFrameRate *framerate = NULL; in gst_mpd_client_get_rep_idx_with_max_bandwidth()