After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 550656 - recognize TrueSpeech in wavparse
recognize TrueSpeech in wavparse
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-03 12:33 UTC by Jani Monoses
Modified: 2008-09-03 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make riff media recognize TrueSpeech (900 bytes, patch)
2008-09-03 12:34 UTC, Jani Monoses
committed Details | Review

Description Jani Monoses 2008-09-03 12:33:22 UTC
wavparse currently does not handle format type 0x22 which is DSP group TrueSpeech.
This decoder is implemented in gst-ffmpeg.
If implemented such wav files can be played by playbin just like with ffplay.
Comment 1 Jani Monoses 2008-09-03 12:34:52 UTC
Created attachment 117926 [details] [review]
make riff media recognize TrueSpeech
Comment 2 Jani Monoses 2008-09-03 12:35:44 UTC
You can test using any of the wav files at this location
http://samples.mplayerhq.hu/A-codecs/truespeech/
Comment 3 Edward Hervey 2008-09-03 13:27:44 UTC
2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>

	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
	(gst_riff_create_audio_template_caps):
	Add Truespeech mapping for RIFF formats (AVI/WAV).
	Fixes #550656