mpegtsdemux: Switch to using GstStream/GstStreamCollection
authorEdward Hervey <edward@centricular.com>
Wed, 29 Jul 2015 13:52:05 +0000 (15:52 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 11 Oct 2016 10:38:02 +0000 (12:38 +0200)
commitbcc06d679ad8700241918ffb70f2e3f6939d8abc
tree94e22c540c4915a97b1c144e50a63746762056aa
parentdc703b50b3c90421b99b2dd44e51e9e43647827e
mpegtsdemux: Switch to using GstStream/GstStreamCollection

For each MpegTSBaseStream, we have a GstStream object which
subclasses can extend with information.

For each program a GstStreamCollection is created with all
GstStream from each stream.
gst/mpegtsdemux/mpegtsbase.c
gst/mpegtsdemux/mpegtsbase.h
gst/mpegtsdemux/tsdemux.c