gstreamer/gst/aacparse
Stefan Kost 4ffb2499d3 baseparse: revert last change and properly fix
Baseparse internaly breaks the semantics of a _chain function by calling it with
buffer==NULL. The reson I belived it was okay to remove it was that there is
also an unchecked access to buffer later in _chain. Actually that code is wrong,
as it most probably wants to set discont on the outgoing buffer.
2011-04-08 18:06:57 +01:00
..
gstaacparse.c aacparse: Fix license specified in plugin details. 2011-04-08 18:06:56 +01:00
gstaacparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00
gstbaseparse.c baseparse: revert last change and properly fix 2011-04-08 18:06:57 +01:00
gstbaseparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00
Makefile.am Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00