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 350157 - [riff] riff parser can't detect dts audio stream
[riff] riff parser can't detect dts audio stream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-06 14:20 UTC by Young-Ho Cha
Modified: 2006-08-07 08:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
add dts id and handler in riff parser (1.74 KB, patch)
2006-08-06 14:23 UTC, Young-Ho Cha
committed Details | Review

Description Young-Ho Cha 2006-08-06 14:20:24 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.
Comment 1 Young-Ho Cha 2006-08-06 14:23:19 UTC
Created attachment 70314 [details] [review]
add dts id and handler in riff parser
Comment 2 Tim-Philipp Müller 2006-08-07 08:26:28 UTC
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).