gstreamer/tests/examples/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
..
Makefile.am examples: Add an example of a mpeg-ts SI extractor 2013-07-03 09:17:25 +02:00
ts-parser.c mpegts: ABI/API break: Use GPtrArray instead of GArray 2013-08-21 08:59:42 +02:00