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 14:44:46 +0000 (15:44 +0100)
commitc0f1db7ebe3e6247f91f3fc7e1cf387319d6fbcf
tree8b8f49fb18c803d37e733f26adfea7d1becce2f1
parent2f2e8a1c33a8680bb3ea83f00be3fa2c223a99a3
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