wavparse: set buffer offsets before using the buffer for the first time
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Jun 2010 19:47:22 +0000 (20:47 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Jun 2010 19:47:22 +0000 (20:47 +0100)
commit12ec2c3d6d3f150e01a08c7455c22b33357d642d
tree6e99ddbed48d2436db1001101708e7bb24ce9ec1
parent815e06ba550dcef5377d466b0a6eb5d829bc6a1f
wavparse: set buffer offsets before using the buffer for the first time

gst_type_find_helper_for_buffer() will need the correct offset
set on the buffer (ie. 0) and not the byte offset we started
pulling the data from.
gst/wavparse/gstwavparse.c