/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdreportingnode.c | 41 GstMPDNodeClass *m_klass; in gst_mpd_reporting_node_class_init() local 43 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_reporting_node_class_init() 45 m_klass->get_xml_node = gst_mpd_reporting_get_xml_node; in gst_mpd_reporting_node_class_init()
|
D | gstmpdmetricsrangenode.c | 50 GstMPDNodeClass *m_klass; in gst_mpd_metrics_range_node_class_init() local 52 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_metrics_range_node_class_init() 54 m_klass->get_xml_node = gst_mpd_metrics_range_get_xml_node; in gst_mpd_metrics_range_node_class_init()
|
D | gstmpdlocationnode.c | 58 GstMPDNodeClass *m_klass; in gst_mpd_location_node_class_init() local 63 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_location_node_class_init() 64 m_klass->get_xml_node = gst_mpd_location_get_xml_node; in gst_mpd_location_node_class_init()
|
D | gstmpdsubsetnode.c | 60 GstMPDNodeClass *m_klass; in gst_mpd_subset_node_class_init() local 63 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_subset_node_class_init() 67 m_klass->get_xml_node = gst_mpd_subset_get_xml_node; in gst_mpd_subset_node_class_init()
|
D | gstmpdsnode.c | 51 GstMPDNodeClass *m_klass; in gst_mpd_s_node_class_init() local 53 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_s_node_class_init() 55 m_klass->get_xml_node = gst_mpd_s_get_xml_node; in gst_mpd_s_node_class_init()
|
D | gstmpdmetricsnode.c | 65 GstMPDNodeClass *m_klass; in gst_mpd_metrics_node_class_init() local 68 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_metrics_node_class_init() 72 m_klass->get_xml_node = gst_mpd_metrics_get_xml_node; in gst_mpd_metrics_node_class_init()
|
D | gstmpdsegmentlistnode.c | 66 GstMPDNodeClass *m_klass; in gst_mpd_segment_list_node_class_init() local 69 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_segment_list_node_class_init() 73 m_klass->get_xml_node = gst_mpd_segment_list_get_xml_node; in gst_mpd_segment_list_node_class_init()
|
D | gstmpddescriptortypenode.c | 66 GstMPDNodeClass *m_klass; in gst_mpd_descriptor_type_node_class_init() local 69 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_descriptor_type_node_class_init() 73 m_klass->get_xml_node = gst_mpd_descriptor_type_get_xml_node; in gst_mpd_descriptor_type_node_class_init()
|
D | gstmpdsubrepresentationnode.c | 78 GstMPDNodeClass *m_klass; in gst_mpd_sub_representation_node_class_init() local 81 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_sub_representation_node_class_init() 85 m_klass->get_xml_node = gst_mpd_sub_representation_get_xml_node; in gst_mpd_sub_representation_node_class_init()
|
D | gstmpdsegmenttimelinenode.c | 62 GstMPDNodeClass *m_klass; in gst_mpd_segment_timeline_node_class_init() local 65 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_segment_timeline_node_class_init() 69 m_klass->get_xml_node = gst_mpd_segment_timeline_get_xml_node; in gst_mpd_segment_timeline_node_class_init()
|
D | gstmpdurltypenode.c | 62 GstMPDNodeClass *m_klass; in gst_mpd_url_type_node_class_init() local 65 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_url_type_node_class_init() 69 m_klass->get_xml_node = gst_mpd_url_type_get_xml_node; in gst_mpd_url_type_node_class_init()
|
D | gstmpdsegmentbasenode.c | 78 GstMPDNodeClass *m_klass; in gst_mpd_segment_base_node_class_init() local 81 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_segment_base_node_class_init() 85 m_klass->get_xml_node = gst_mpd_segment_base_get_xml_node; in gst_mpd_segment_base_node_class_init()
|
D | gstmpdutctimingnode.c | 89 GstMPDNodeClass *m_klass; in gst_mpd_utctiming_node_class_init() local 92 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_utctiming_node_class_init() 96 m_klass->get_xml_node = gst_mpd_utc_timing_get_xml_node; in gst_mpd_utctiming_node_class_init()
|
D | gstmpdcontentcomponentnode.c | 86 GstMPDNodeClass *m_klass; in gst_mpd_content_component_node_class_init() local 89 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_content_component_node_class_init() 93 m_klass->get_xml_node = gst_mpd_content_component_get_xml_node; in gst_mpd_content_component_node_class_init()
|
D | gstmpdprograminformationnode.c | 94 GstMPDNodeClass *m_klass; in gst_mpd_program_information_node_class_init() local 97 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_program_information_node_class_init() 101 m_klass->get_xml_node = gst_mpd_program_information_get_xml_node; in gst_mpd_program_information_node_class_init()
|
D | gstmpdsegmenturlnode.c | 113 GstMPDNodeClass *m_klass; in gst_mpd_segment_url_node_class_init() local 116 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_segment_url_node_class_init() 122 m_klass->get_xml_node = gst_mpd_segment_url_get_xml_node; in gst_mpd_segment_url_node_class_init()
|
D | gstmpdbaseurlnode.c | 121 GstMPDNodeClass *m_klass; in gst_mpd_baseurl_node_class_init() local 124 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_baseurl_node_class_init() 130 m_klass->get_xml_node = gst_mpd_baseurl_get_xml_node; in gst_mpd_baseurl_node_class_init()
|
D | gstmpdsegmenttemplatenode.c | 138 GstMPDNodeClass *m_klass; in gst_mpd_segment_template_node_class_init() local 141 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_segment_template_node_class_init() 147 m_klass->get_xml_node = gst_mpd_segment_template_get_xml_node; in gst_mpd_segment_template_node_class_init()
|
D | gstmpdrepresentationnode.c | 150 GstMPDNodeClass *m_klass; in gst_mpd_representation_node_class_init() local 153 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_representation_node_class_init() 159 m_klass->get_xml_node = gst_mpd_representation_get_xml_node; in gst_mpd_representation_node_class_init()
|
D | gstmpdperiodnode.c | 150 GstMPDNodeClass *m_klass; in gst_mpd_period_node_class_init() local 154 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_period_node_class_init() 160 m_klass->get_xml_node = gst_mpd_period_get_xml_node; in gst_mpd_period_node_class_init()
|
D | gstmpdrootnode.c | 289 GstMPDNodeClass *m_klass; in gst_mpd_root_node_class_init() local 293 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_root_node_class_init() 299 m_klass->get_xml_buffer = gst_mpd_root_get_xml_buffer; in gst_mpd_root_node_class_init() 300 m_klass->get_xml_node = gst_mpd_root_get_xml_node; in gst_mpd_root_node_class_init()
|
D | gstmpdadaptationsetnode.c | 198 GstMPDNodeClass *m_klass; in gst_mpd_adaptation_set_node_class_init() local 201 m_klass = GST_MPD_NODE_CLASS (klass); in gst_mpd_adaptation_set_node_class_init() 207 m_klass->get_xml_node = gst_mpd_adaptation_set_get_xml_node; in gst_mpd_adaptation_set_node_class_init()
|