gstreamer/gst/audioparsers
Arun Raghavan 90753ceb5e baseparse: Don't emit bitrate tags too early
We wait to parse a minimum number of frames (10, arbitrarily) before
emiting bitrate tags so that our early estimates are not wildly
inaccurate for streams that start with a silence. If the stream ends
before that, we just emit the tags anyway.

While it _would_ be nicer to be specify the threshold to start pushing
the tags in terms of duration, this would introduce more complexity than
this merits.

https://bugzilla.gnome.org/show_bug.cgi?id=614991
2010-04-07 11:51:46 +02:00
..
gstaacparse.c aacparse: Fix bitrate calculation 2010-03-25 16:57:48 +01:00
gstaacparse.h audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin 2009-12-08 16:05:26 +01:00
gstac3parse.c ac3parse: add documentation 2010-01-05 17:50:36 +01:00
gstac3parse.h ac3parse: initial version 2009-12-08 16:06:30 +01:00
gstamrparse.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
gstamrparse.h amrparse: use (default) time handling of baseparser class 2009-12-08 16:06:30 +01:00
gstbaseparse.c baseparse: Don't emit bitrate tags too early 2010-04-07 11:51:46 +02:00
gstbaseparse.h audioparsers: remove unused GstBaseParseClassPrivate structure 2010-03-25 17:13:51 +00:00
gstflacparse.c flacparse: Optionally check the overall frame checksums too before accepting a frame as valid 2010-03-26 18:58:35 +01:00
gstflacparse.h flacparse: Optionally check the overall frame checksums too before accepting a frame as valid 2010-03-26 18:58:35 +01:00
Makefile.am audioparsers: move 'flacparse' into it 2010-01-05 17:40:02 +01:00
plugin.c audioparsers: move 'flacparse' into it 2010-01-05 17:40:02 +01:00