Fixed splitmuxsink 32-bit overflow bug
authorJie Jiang <jiangjie@nudt.edu.cn>
Sat, 20 Aug 2016 08:59:30 +0000 (16:59 +0800)
committerJan Schmidt <jan@centricular.com>
Sat, 20 Aug 2016 09:53:11 +0000 (19:53 +1000)
commit655856deee7fc9cd804a03e5ace22a7e6e7a76c4
tree21d6cad84ad65a53e5ca6c3050bd1429a8bb573c
parent64fd099a3a431237e6d9d2deeed812700d884883
Fixed splitmuxsink 32-bit overflow bug

Extend the byte tracking counters to 64-bit on
all platforms, instead of using gsize, which overflows
after 4GB.

https://bugzilla.gnome.org/show_bug.cgi?id=770019
gst/multifile/gstsplitmuxsink.c
gst/multifile/gstsplitmuxsink.h