tagdemux: don't abort when downstream pulls a buffer of size 0
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 12 Feb 2009 09:18:20 +0000 (09:18 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 12 Feb 2009 09:18:20 +0000 (09:18 +0000)
commita624df17c40fec7232f4047ae93b46cbe1d3be7c
treea01e387790164a90706c092ce5c333895c1b8105
parent1fedfec22018267efe34a2f42890543631ef2a24
tagdemux: don't abort when downstream pulls a buffer of size 0

Pulling a 0-sized buffer is allowed, and we should handle this correctly instead of
aborting. Fixes #571009 (wma file with ID3v2 tag).
gst-libs/gst/tag/gsttagdemux.c