hlsdemux: use correct variable type
authorThiago Santos <thiagoss@osg.samsung.com>
Wed, 22 Apr 2015 22:04:43 +0000 (19:04 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Wed, 22 Apr 2015 22:04:43 +0000 (19:04 -0300)
commit6c513a9d1e524af9992040d3ade1050b14ad5927
treef926e4e7cd19d1eaa19e1b44ba8e022b12544280
parentcf6654185069e799c2f5b19edb3cb331126c56b1
hlsdemux: use correct variable type

gst_buffer_resize needs gssize and not gsize. This makes gdb
print it correctly when debugging.
ext/hls/gsthlsdemux.c