Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c233 gst_xml_helper_set_prop_duration (root_xml_node, in gst_mpd_root_get_xml_node()
236 gst_xml_helper_set_prop_duration (root_xml_node, "minimumUpdatePeriod", in gst_mpd_root_get_xml_node()
239 gst_xml_helper_set_prop_duration (root_xml_node, "minBufferTime", in gst_mpd_root_get_xml_node()
242 gst_xml_helper_set_prop_duration (root_xml_node, "timeShiftBufferDepth", in gst_mpd_root_get_xml_node()
245 gst_xml_helper_set_prop_duration (root_xml_node, in gst_mpd_root_get_xml_node()
248 gst_xml_helper_set_prop_duration (root_xml_node, "maxSegmentDuration", in gst_mpd_root_get_xml_node()
251 gst_xml_helper_set_prop_duration (root_xml_node, "maxSubsegmentDuration", in gst_mpd_root_get_xml_node()
Dgstmpdmetricsrangenode.c38 gst_xml_helper_set_prop_duration (metrics_range_xml_node, "starttime", in gst_mpd_metrics_range_get_xml_node()
41 gst_xml_helper_set_prop_duration (metrics_range_xml_node, "duration", in gst_mpd_metrics_range_get_xml_node()
Dgstmpdperiodnode.c119 gst_xml_helper_set_prop_duration (period_xml_node, "start", self->start); in gst_mpd_period_get_xml_node()
120 gst_xml_helper_set_prop_duration (period_xml_node, "duration", in gst_mpd_period_get_xml_node()
Dgstxmlhelper.h124 void gst_xml_helper_set_prop_duration (xmlNode * node, const gchar * name, guint64 value);
Dgstxmlhelper.c1178 gst_xml_helper_set_prop_duration (xmlNode * node, const gchar * name, in gst_xml_helper_set_prop_duration() function