qtdemux: Make QtDemuxStream refcounted structure
authorSeungha Yang <seungha.yang@navercorp.com>
Sun, 7 Oct 2018 07:50:45 +0000 (16:50 +0900)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 19 Oct 2018 12:44:43 +0000 (14:44 +0200)
commit160032311910f80b8466961dec81bc50306402a5
treeb9ad3547aba9444bf71a22172fe4f1180705e165
parent72123e3da39888de37c9bb4a7ecbe773dbaf8052
qtdemux: Make QtDemuxStream refcounted structure

This a prework for porting GPtrArray.
Refcounting will help the use of g_ptr_array_new_with_free_func()
with QtDemuxStream structure

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