[Bug 767011] New: rawparse: new rawaudioparse element which deprecates audioparse and unalignedaudioparse

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 30 09:03:59 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767011

            Bug ID: 767011
           Summary: rawparse: new rawaudioparse element which deprecates
                    audioparse and unalignedaudioparse
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: dv at pseudoterminal.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

This is a new element that completely replaces audioparse and
unalignedaudioparse. Its main benefits over the other two are:

* based on GstBaseParse instead of an old custom class that was based on
GstElement
* retains the new audio/x-unaligned-raw sink caps media type
* works with autoplugging
* proper thread synchronization using the object lock (audioparse was lacking
there)
* able to switch between properties based and sink caps based configuration
(unlike with audioparse, sink caps based configuration is the default, which
makes it work with autoplugging); switching can be done on the fly
* proper support for seeking (audioparse occasionally had issues, especially on
embedded devices)

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