gstreamer/ext/flac
Tim-Philipp Müller cee10cb439 flacdec: send newsegment event when operating push-based and unframed
For some reason flac doesn't call our metadata callback when we operate
in push mode with unframed input, but that's where we set up the
newsegment event (since that's where we'd get the duration from the
stream info header), so we didn't send a newsegment event at all in this
case. Hack around this by storing a generic newsegment event for now
which will be used if we don't replace it with a better one that
includes the duration.
2009-08-01 17:07:42 +01:00
..
gstflac.c Add RANKS for various encoders and muxers 2009-05-07 18:10:08 +01:00
gstflacdec.c flacdec: send newsegment event when operating push-based and unframed 2009-08-01 17:07:42 +01:00
gstflacdec.h flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking 2009-07-21 19:58:04 +01:00
gstflacenc.c flacenc: Optionally write a PADDING block 2009-07-16 20:44:40 +02:00
gstflacenc.h flacenc: Optionally write a PADDING block 2009-07-16 20:44:40 +02:00
gstflactag.c 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
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