[gstreamer-bugs] [Bug 471610] [ivorbis] does not support 16-bit width

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 29 16:28:49 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=471610

  GStreamer | gst-plugins-bad | Ver: HEAD CVS




------- Comment #1 from Joni Valtanen  2007-08-29 23:28 UTC -------
Created an attachment (id=94586)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=94586&action=view)
Patch to support 16-bit width

This is easy to test with gst-launch.

16:
gst-launch-0.10 -v filesrc location=/your/favorite/ogg ! oggdemux ! ivorbisdec
! alsasink

32:
gst-launch-0.10 -v filesrc location=/your/favorite/ogg ! oggdemux ! ivorbisdec
! audioconvert ! alsasink


There were some problems with svn version of Tremor also but checking that
following lines are in the file called Version_script.in

.....

vorbis_block_init;
vorbis_block_clear;
vorbis_synthesis_init;
vorbis_synthesis_blockin;
vorbis_synthesis_headerin;
vorbis_synthesis_pcmout;
vorbis_synthesis_read;
vorbis_synthesis;
vorbis_book_init_decode;
vorbis_dsp_clear;
vorbis_info_init;
vorbis_info_clear;
vorbis_info_blocksize;
vorbis_comment_init;
vorbis_comment_add;
vorbis_comment_add_tag;
vorbis_comment_query;
vorbis_comment_query_count;
vorbis_comment_clear;

.....


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=471610.




More information about the Gstreamer-bugs mailing list