gstreamer/gst/audioparsers
Arun Raghavan eb73b3e933 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
2011-04-08 15:44:49 +01:00
..
gstbaseparse.c baseparse: Don't emit bitrate tags too early 2011-04-08 15:44:49 +01:00
gstbaseparse.h audioparsers: remove unused GstBaseParseClassPrivate structure 2011-04-08 15:44:49 +01:00