gst/gstpad.c: Move size sanity check to the right place: downstream may return a...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 21 May 2008 18:33:08 +0000 (18:33 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 21 May 2008 18:33:08 +0000 (18:33 +0000)
commit1d5691d033195e6874a4612b2ac28e012eb9e5b0
treeb84315298fecbeae79ee3544231f91ecd12d6595
parent095ce0b2b3835882fc38fb7f09f6b168f4396557
gst/gstpad.c: Move size sanity check to the right place: downstream may return a buffer with a smaller size if the bu...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_alloc_buffer_full):
Move size sanity check to the right place: downstream may return
a buffer with a smaller size if the buffer caps are different than
the requested ones, as may happen when doing reverse negotiation.
ChangeLog
gst/gstpad.c