[gstreamer-bugs] [Bug 613920] New: audioparsers: Add bitrate calculation to baseparse

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 25 08:21:49 PDT 2010


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

           Summary: audioparsers: Add bitrate calculation to baseparse
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ford_prefect at gentoo.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=157068)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=157068)
audioparsers: Add bitrate calculation to baseparse

The following patch makes baseparse keep a running average of the stream
bitrate, as well as the minimum and maximum bitrates. Subclasses can define a
vfunc to make sure that per-frame overhead from the container is not accounted
for in the bitrate calculation.

I'm also attaching patches for aacparse and flacparse which might have
per-frame overhead from the container to account for.

-- 
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