[gstreamer-bugs] [Bug 614317] [oss4] should always accept PCM in native endianness even if the hardware doesn't

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 8 02:19:58 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.19

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-04-08 09:19:52 UTC ---
Great, thanks for testing. Committed this then:


commit cd4099db89ff4b2ebbb3329a643a2a8a1ef0db05
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Tue Mar 30 11:43:04 2010 +0100

    oss4: also accept formats not natively supported

    Also accept formats that are not natively supported by the
    hardware, OSS4 can convert them internally. List the native
    formats first in the caps though, to express our preference
    for the native formats. We need this in order to support the
    case properly where the audio hardware supports only e.g.
    little endian PCM, but the host is big endian, since many
    audio elements only support native endianness and make the
    reasonable assumption that any audiosink will be able to
    handle audio in native endianness.

    Based on patch by Jerry Tan <jerry.tan at sun.com>

    Fixes #614317.

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



More information about the Gstreamer-bugs mailing list