[Bug 752613] qtdemux: unsigned raw 16 bit PCM audio not working

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 24 03:56:36 PDT 2015


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

--- Comment #21 from manasa.athreya at lge.com ---
(In reply to Tim-Philipp Müller from comment #19)
> Comment on attachment 308068 [details] [review]
> This is diff-patch containing mentioned changes
> 
> Thanks, almost there now, but one issue:
> 
> In case of NONE/RAW, the 8-bit audio is unsigned (U8), in case of twos/swot,
> the 8-bit audio is signed (S8) the code needs to handle both.
> 
> I think you can simplify this even more by simply doing format=... in the
> 8-bit case and using the caps creation function and the description string
> creation code in all cases (for the signed audio, the U8 case has to be
> special-cased before).

 I have generalized the cases for 8,16 etc bit data while setting caps based on
format it will retrieve signed, unsigned and endianness.

Please check the attached patch .

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