GNOME Bugzilla – Bug 350157
[riff] riff parser can't detect dts audio stream
Last modified: 2006-08-07 08:26:28 UTC
Please describe the problem: some avi file that contains DTS audio stream, can't decode audio stream. Steps to reproduce: 1. play media file with totem that use gstreamer backend 2. 3. Actual results: totem prints follow message. ** Message: don't know how to handle audio/x-avi-unknown, codec_id=(int)8193 Expected results: decode audio stream. Does this happen every time? yes. Other information: I found gst_riff_create_audio_caps() functions can't handle dts stream. I'll attach a patch.
Created attachment 70314 [details] [review] add dts id and handler in riff parser
Thanks for the patch, committed to CVS: 2006-08-07 Tim-Philipp Müller <tim at centricular dot net> Patch by: Young-Ho Cha <ganadist at chollian net> * gst-libs/gst/riff/riff-ids.h: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps), (gst_riff_create_audio_template_caps): Detect DTS audio streams (#350157).