gstreamer/gst/flacparse
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
..
gstbaseparse.c baseparse: revert last change and properly fix 2009-02-27 12:27:14 +02:00
gstbaseparse.h gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whether a frame is inside the segment or not... 2008-09-30 16:41:15 +00:00
gstbitreader.c Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstbitreader.h Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstbytereader.c Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstbytereader.h Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstflac.c Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstflacparse.c gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and size if possible and add a default conver... 2008-09-30 16:22:04 +00:00
gstflacparse.h Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00