Home
last modified time | relevance | path

Searched refs:SegmentTemplate (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdperiodnode.c95 gst_mpd_segment_template_node_free (self->SegmentTemplate); in gst_mpd_period_node_finalize()
133 if (self->SegmentTemplate) in gst_mpd_period_get_xml_node()
135 (self->SegmentTemplate), period_xml_node); in gst_mpd_period_get_xml_node()
195 self->SegmentTemplate = NULL; in gst_mpd_period_node_init()
Dgstmpdrepresentationnode.c92 gst_mpd_segment_template_node_free (self->SegmentTemplate); in gst_mpd_representation_node_finalize()
139 (self->SegmentTemplate), representation_xml_node); in gst_mpd_representation_get_xml_node()
183 self->SegmentTemplate = NULL; in gst_mpd_representation_node_init()
Dgstmpdadaptationsetnode.c95 gst_mpd_segment_template_node_free (self->SegmentTemplate); in gst_mpd_adaptation_set_node_finalize()
176 (self->SegmentTemplate), adaptation_set_xml_node); in gst_mpd_adaptation_set_get_xml_node()
250 self->SegmentTemplate = NULL; in gst_mpd_adaptation_set_node_init()
Dgstmpdrepresentationnode.h50 GstMPDSegmentTemplateNode *SegmentTemplate; member
Dgstmpdperiodnode.h48 GstMPDSegmentTemplateNode *SegmentTemplate; member
Dgstmpdadaptationsetnode.h66 GstMPDSegmentTemplateNode *SegmentTemplate; member
Dgstmpdparser.c613 (&new_representation->SegmentTemplate, cur_node, in gst_mpdparser_parse_representation_node()
614 parent->SegmentTemplate ? in gst_mpdparser_parse_representation_node()
615 parent->SegmentTemplate : period_node->SegmentTemplate)) in gst_mpdparser_parse_representation_node()
735 (&new_adap_set->SegmentTemplate, cur_node, parent->SegmentTemplate)) in gst_mpdparser_parse_adaptation_set_node()
869 (&new_period->SegmentTemplate, cur_node, NULL)) in gst_mpdparser_parse_period_node()
Dgstmpdclient.c992 if (representation->SegmentTemplate != NULL) { in gst_mpd_client_setup_representation()
993 stream->cur_seg_template = representation->SegmentTemplate; in gst_mpd_client_setup_representation()
994 } else if (stream->cur_adapt_set->SegmentTemplate != NULL) { in gst_mpd_client_setup_representation()
995 stream->cur_seg_template = stream->cur_adapt_set->SegmentTemplate; in gst_mpd_client_setup_representation()
996 } else if (stream_period->period->SegmentTemplate != NULL) { in gst_mpd_client_setup_representation()
997 stream->cur_seg_template = stream_period->period->SegmentTemplate; in gst_mpd_client_setup_representation()
3331 if (!representation->SegmentTemplate) { in gst_mpd_client_set_segment_template()
3332 representation->SegmentTemplate = gst_mpd_segment_template_node_new (); in gst_mpd_client_set_segment_template()
3336 g_object_set_valist (G_OBJECT (representation->SegmentTemplate), in gst_mpd_client_set_segment_template()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c862 segmentTemplate = periodNode->SegmentTemplate; in GST_START_TEST()
939 segmentTemplate = adapt_set->SegmentTemplate; in GST_START_TEST()
990 segmentTemplate = periodNode->SegmentTemplate; in GST_START_TEST()
1031 segmentTemplate = periodNode->SegmentTemplate; in GST_START_TEST()
1070 segmentTemplate = periodNode->SegmentTemplate; in GST_START_TEST()
1109 segmentTemplate = periodNode->SegmentTemplate; in GST_START_TEST()
1149 segmentTemplate = periodNode->SegmentTemplate; in GST_START_TEST()
2244 segmentTemplate = adaptationSet->SegmentTemplate; in GST_START_TEST()
2289 segmentTemplate = representation->SegmentTemplate; in GST_START_TEST()
2376 segmentTemplate = representation->SegmentTemplate; in GST_START_TEST()
[all …]
/third_party/ffmpeg/doc/
Dmuxers.texi224 The segment filename might contain pre-defined identifiers used with SegmentTemplate
258 Enable (1) or disable (0) use of SegmentTemplate instead of SegmentList.
260 Enable (1) or disable (0) use of SegmentTimeline in SegmentTemplate.
2498 of the @samp{SegmentTemplate} element in the manifest. Default: 0.
2502 attribute of the @samp{SegmentTemplate} element in the manifest. Default: 1000.
/third_party/gstreamer/gstplugins_bad/
DChangeLog30714 - SegmentTemplate
61116 dashdemux/mpdparser: Fix wrong false sanity check for manifests with nested SegmentTemplate nodes
61963 with SegmentList/SegmentTemplate. In the latter case, each fragment
84649 "SegmentBase, SegmentTemplate and SegmentList shall inherit
130681 For SegmentTemplate elements containing a startNumber attribute, the
130686 when one is present in a SegmentTemplate element.
130693 When using a SegmentTemplate element, the timestamps of the buffers
132450 SegmentBase, SegmentTemplate, and SegmentList) should inherit
132453 Updated the SegmentBase, SegmentTemplate, and SegmentList parsers
134845 dashdemux: fix extraction of SegmentTemplate->initialization in gst_mpd_client_get_next_header()