[gstreamer-bugs] [Bug 614991] baseparse: Don't emit bitrate tags too early

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 6 11:03:12 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614991
  GStreamer | gst-plugins-bad | unspecified

--- Comment #1 from Arun Raghavan <ford_prefect at gentoo.org> 2010-04-06 18:03:06 UTC ---
Created an attachment (id=158066)
 View: https://bugzilla.gnome.org/attachment.cgi?id=158066
 Review: https://bugzilla.gnome.org/review?bug=614991&attachment=158066

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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list