mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_
authorEdward Hervey <bilboed@bilboed.com>
Wed, 25 Jun 2014 12:50:05 +0000 (14:50 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 25 Jun 2014 12:50:05 +0000 (14:50 +0200)
commit22dfd9aef361c6e630fe32d6b7f6c07588a2dff9
tree48cbfc0212922b7d8c6a98f1d7854a9326358788
parentcddabd751c760454915bcd3a485f241939499292
mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_

It was previously a mix and match of both variants, introducing just too much
confusion.

The prefix are from now on:
* GstMpegts for structures and type names (and not GstMpegTs)
* gst_mpegts_ for functions (and not gst_mpeg_ts_)
* GST_MPEGTS_ for enums/flags (and not GST_MPEG_TS_)
* GST_TYPE_MPEGTS_ for types (and not GST_TYPE_MPEG_TS_)

The rationale for chosing that is:
* the namespace is shorter/direct (it's mpegts, not mpeg_ts nor mpeg-ts)
* the namespace is one word under Gst
* it's shorter (yah)
37 files changed:
docs/libs/gst-plugins-bad-libs-sections.txt
docs/libs/gst-plugins-bad-libs.types
gst-libs/gst/mpegts/Makefile.am
gst-libs/gst/mpegts/gst-atsc-section.c
gst-libs/gst/mpegts/gst-atsc-section.h
gst-libs/gst/mpegts/gst-dvb-descriptor.c
gst-libs/gst/mpegts/gst-dvb-descriptor.h
gst-libs/gst/mpegts/gst-dvb-section.c
gst-libs/gst/mpegts/gst-dvb-section.h
gst-libs/gst/mpegts/gst-scte-section.h
gst-libs/gst/mpegts/gstmpegts-private.h
gst-libs/gst/mpegts/gstmpegtsdescriptor.c
gst-libs/gst/mpegts/gstmpegtsdescriptor.h
gst-libs/gst/mpegts/gstmpegtssection.c
gst-libs/gst/mpegts/gstmpegtssection.h
gst/mpegtsdemux/mpegtsbase.c
gst/mpegtsdemux/mpegtsbase.h
gst/mpegtsdemux/mpegtspacketizer.c
gst/mpegtsdemux/mpegtspacketizer.h
gst/mpegtsdemux/mpegtsparse.c
gst/mpegtsdemux/tsdemux.c
gst/mpegtsmux/mpegtsmux.c
gst/mpegtsmux/tsmux/tsmux.c
gst/mpegtsmux/tsmux/tsmux.h
gst/mpegtsmux/tsmux/tsmuxstream.c
gst/mpegtsmux/tsmux/tsmuxstream.h
sys/dvb/camconditionalaccess.c
sys/dvb/camconditionalaccess.h
sys/dvb/camdevice.c
sys/dvb/camdevice.h
sys/dvb/camswclient.c
sys/dvb/camswclient.h
sys/dvb/camutils.c
sys/dvb/camutils.h
sys/dvb/dvbbasebin.c
tests/check/libs/mpegts.c
tests/examples/mpegts/ts-parser.c