gstreamer/gst-libs/gst/mpegts
Edward Hervey 5d06aed3e2 mpegts: ABI/API break: Use GPtrArray instead of GArray
While it was a great idea, various g-i based bindings don't support
GArray with entries greater than sizeof(gpointer) :(

So let's just make everybody happy by just using GPtrArray.

And since we're breaking the API, also rename the various descriptor fields
to no longer have the descriptor_ prefix.

It does cost a bit more in terms of memory/cpu usage, but makes it usable
from bindings.
2013-08-21 08:59:42 +02:00
..
.gitignore .gitignore: Update for new files to ignore 2013-08-14 13:59:27 +02:00
gst-atsc-section.h mpegts: Split files and implement free functions 2013-07-03 17:59:02 +02:00
gst-dvb-descriptor.c mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
gst-dvb-descriptor.h mpegts: Improve documentation 2013-07-04 08:45:33 +02:00
gst-dvb-section.c mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
gst-dvb-section.h mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
gstmpegts-private.h mpegts: Unify section checks and add BAT parsing 2013-07-09 12:25:11 +02:00
gstmpegtsdescriptor.c mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
gstmpegtsdescriptor.h mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
gstmpegtssection.c mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
gstmpegtssection.h mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00
Makefile.am mpegts: split dvb descriptors/enums into a separate file 2013-07-03 18:52:18 +02:00
mpegts.h mpegts: split dvb descriptors/enums into a separate file 2013-07-03 18:52:18 +02:00