Searched refs:Viewpoint (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdcontentcomponentnode.c | 45 g_list_free_full (self->Viewpoint, in gst_mpd_content_component_node_finalize() 75 g_list_foreach (self->Viewpoint, gst_mpd_node_get_list_item, in gst_mpd_content_component_get_xml_node() 106 self->Viewpoint = NULL; in gst_mpd_content_component_node_init()
|
D | gstmpdadaptationsetnode.c | 91 g_list_free_full (self->Viewpoint, in gst_mpd_adaptation_set_node_finalize() 168 g_list_foreach (self->Viewpoint, gst_mpd_node_get_list_item, in gst_mpd_adaptation_set_get_xml_node() 244 self->Viewpoint = NULL; in gst_mpd_adaptation_set_node_init()
|
D | gstmpdcontentcomponentnode.h | 46 GList *Viewpoint; member
|
D | gstmpdadaptationsetnode.h | 60 GList *Viewpoint; member
|
D | gstmpdparser.c | 170 (&new_content_component->Viewpoint, cur_node); in gst_mpdparser_parse_content_component_node() 718 gst_mpdparser_parse_descriptor_type (&new_adap_set->Viewpoint, in gst_mpdparser_parse_adaptation_set_node()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 1807 viewpoint = (GstMPDDescriptorTypeNode *) adaptationSet->Viewpoint->data; in GST_START_TEST() 2013 viewpoint = (GstMPDDescriptorTypeNode *) contentComponent->Viewpoint->data; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 135020 … mpdparser: added support for Accessibility, Role, Rating, Viewpoint elements to AdaptationSet node
|