qtdemux: Use GPtrArray to store QtDemuxStream structure
authorSeungha Yang <seungha.yang@navercorp.com>
Sun, 7 Oct 2018 07:43:34 +0000 (16:43 +0900)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 19 Oct 2018 12:44:43 +0000 (14:44 +0200)
commitb2876ad8a4f7b9f1cdf499ab40c4b73f841c9031
treea8c00ff89468fd169a7f0568e7e23b445617dfcd
parent160032311910f80b8466961dec81bc50306402a5
qtdemux: Use GPtrArray to store QtDemuxStream structure

GPtrArray has less overhead than linked list and the length also
can be auto updated by using it.

https://bugzilla.gnome.org/show_bug.cgi?id=797239
gst/isomp4/qtdemux.c
gst/isomp4/qtdemux.h