gstreamer/gst/amrparse
Stefan Kost 5f2d5aa5a5 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.
2009-02-27 12:27:14 +02:00
..
gstamrparse.c Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00
gstamrparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00
gstbaseparse.c baseparse: revert last change and properly fix 2009-02-27 12:27:14 +02:00
gstbaseparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00
Makefile.am Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00