[gstreamer-bugs] [Bug 619045] [PATCH] Spectrum doesn't support 24-bit depth
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 19 05:44:11 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=619045
GStreamer | gst-plugins-good | git
--- Comment #6 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-19 12:44:09 UTC ---
(In reply to comment #5)
> (In reply to comment #4)
> > Agreed and it would also be nice if random depths are supported for all sample
> > widths. This should be quite easy to add the same way (dividing samples by the
> > maximum value). Do you want to extend the patch to do that? Otherwise I'll do
> > it on top of your patch.
>
> You mean {8,16,24,32} bit depths for 32 bit width and {8,16} bit depths for 16
> bit widths? Or all depths between 1 and the width?
All depths between 1 and width, i.e. [1,32] for width=32, [1,24] for width=24,
etc.
> Let me know, I will adapt the patch this weekend.
Thanks :)
> > (Also 24 bit width would be nice to have :) )
>
> Just curious, is it possible to generate such a stream using standard plugins?
Sure: audiotestsrc ! audioconvert ! "audio/x-raw-int,width=24" ! ...
--
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