qtdemux: Remove duplication of initializing member variables
authorSeungha Yang <seungha.yang@navercorp.com>
Tue, 8 May 2018 11:10:39 +0000 (20:10 +0900)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 10 May 2018 06:09:20 +0000 (08:09 +0200)
commit0bd3459053a1941de758e8771973aa6c9f2aed9f
tree3ba841f3fee53a6ab36987dc04a4e7ed98a16847
parent553607756bcd98d353e83b1d823663910f24f6ec
qtdemux: Remove duplication of initializing member variables

Most initialization of variables in gst_qtdemux_init() are duplicated in
gst_qtdemux_reset() function.

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