baseparse: remove checks for buffer==NULL
authorStefan Kost <ensonic@users.sf.net>
Thu, 26 Feb 2009 09:02:06 +0000 (11:02 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:06:57 +0000 (18:06 +0100)
commit675dc650ca311c26929b4eeba133ad2bed8049ae
tree3b28f972b36314ec1d3bfc0ed5bfccb57c67738e
parent2bfa7bc4565814f0f3f04e92657f2eaa02fa8ea5
baseparse: remove checks for buffer==NULL

Accordifn to docs for GstPadChainFunction buffer cannot be NULL. If we would
leave the check, we would also need more such check below.
gst/aacparse/gstbaseparse.c