[Bug 752613] qtdemux: unsigned raw 16 bit PCM audio not working
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 24 02:59:41 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752613
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #308068|none |needs-work
status| |
--- Comment #19 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 308068
--> https://bugzilla.gnome.org/attachment.cgi?id=308068
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).
--
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