gstreamer/ext/dash
Stéphane Cerveau c28e7d928d dash: move parser nodes/types to separated files
Rename GstMpdClient to GstMPDClient and use GObject model.

Move nodes to file from gstmpdparser.c:
- GstMPDRootNode
- GstMPDBaseURLNode
- GstMPDUTCTimingNode
- GstMPDMetricsNode
- GstMPDMetricsRangeNode
- GstMPDSNode
- GstMPDSegmentTimelineNode
- GstSegmentTemplateNode
- GstMPDSegmentURLNode
- GstMPDSegmentListNode
- GstMPDPeriodNode
- GstMPDRepresentationNode
- GstMPDsubRepresentationNode
- GstMPDAdaptationSetNode
- GstMPDContentComponentNode
- GstMPDSubsetNode
- GstMPDProgramInformationNode

Move types to gstmpdhelper from gstmpdparser.c:

- GstURLType
- GstDescriptorType
- GstSegmentBaseType
- GstMPDMultSegmentBaseType
- GstMPDRepresentationBaseType

Cleanup naming when possible.
2019-12-05 09:06:37 +00:00
..
gstdash_debug.h dash: use same debug category for dashdemux and the mpd parser 2013-07-01 14:22:02 -03:00
gstdashdemux.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstdashdemux.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdadaptationsetnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdadaptationsetnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdbaseurlnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdbaseurlnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdclient.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdclient.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdcontentcomponentnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdcontentcomponentnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdhelper.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdhelper.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdmetricsnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdmetricsnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdmetricsrangenode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdmetricsrangenode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdparser.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdparser.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdperiodnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdperiodnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdprograminformationnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdprograminformationnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdrepresentationnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdrepresentationnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdrootnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdrootnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmentlistnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmentlistnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmenttemplatenode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmenttemplatenode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmenttimelinenode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmenttimelinenode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmenturlnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsegmenturlnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsubrepresentationnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsubrepresentationnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsubsetnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdsubsetnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdutctimingnode.c dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstmpdutctimingnode.h dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00
gstplugin.c dashdemux: remove typefinder, move it to typefindfunctions in -base 2015-07-16 21:28:28 +01:00
gstxmlhelper.c dash: split mpdparser, mpdclient and xmlhelper 2019-12-05 09:06:37 +00:00
gstxmlhelper.h dash: split mpdparser, mpdclient and xmlhelper 2019-12-05 09:06:37 +00:00
meson.build dash: move parser nodes/types to separated files 2019-12-05 09:06:37 +00:00