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
gstamrparse.h
gstbaseparse.c baseparse: revert last change and properly fix 2009-02-27 12:27:14 +02:00
gstbaseparse.h
Makefile.am