gstreamer/ext/flac
Tim-Philipp Müller 1351af141d flactag: fix adapter assertion when used directly after flacenc
Unlike filesrc, flacenc outputs the flac blocks neatly aligned one in
each buffer. This means that when we switch from metadata mode to
audio data passthrough mode, there's no data left in the adapter to
push out at this point, so check if there's data in the adapter
before requesting buffers from it (also needed in case we get input
buffers of 0 size).

Fixes #615793.
2010-04-15 09:44:51 +01:00
..
gstflac.c i18n: build fixes: #if -> #ifdef for ENABLE_NLS 2010-03-22 17:26:37 +02:00
gstflacdec.c flacdec: Improve debugging and add some FIXMEs 2010-03-26 14:55:53 +01:00
gstflacdec.h flacdec: use a single decoder field for both push and pull mode 2009-12-23 19:39:56 +01:00
gstflacenc.c Add -Wmissing-declarations -Wmissing-prototypes warning flags 2010-03-17 18:23:28 +01:00
gstflacenc.h flacenc: optionally add a seek table 2010-01-08 17:43:37 +01:00
gstflactag.c flactag: fix adapter assertion when used directly after flacenc 2010-04-15 09:44:51 +01:00
gstflactag.h ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit. 2008-08-06 15:34:55 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00