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 614259 - mpegtsdemux: can't detect DTS audio
mpegtsdemux: can't detect DTS audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.18
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-29 15:01 UTC by Changwoo Ryu
Modified: 2010-04-05 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Changwoo Ryu 2010-03-29 15:01:51 UTC
mpegtsdemux can't find DTS audio in some ts files. 

I found a short example in the mplayer site:

http://samples.mplayerhq.hu/A-codecs/DTS/dts_wont_play_latest_build.ts


$ gst-launch filesrc location=dts_wont_play_latest_build.ts ! mpegtsdemux ! dtsdec ! audioconvert ! alsasink

This pipeline doesn't play any audio. But it works if I use ffdemux_mpegts instead of mpegtsdemux, 

$ gst-launch filesrc location=dts_wont_play_latest_build.ts ! ffdemux_mpegts ! dtsdec ! audioconvert ! alsasink
Comment 1 Sebastian Dröge (slomo) 2010-04-04 18:24:59 UTC
commit 074d20cf995e263ff77f66bc55721cba9d11414a
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sun Apr 4 20:23:00 2010 +0200

    mpegtsdemux: Add support for the two DTS HD stream types
    
    Fixes bug #614259.
Comment 2 Changwoo Ryu 2010-04-05 04:49:21 UTC
Please add ST_BD_AUDIO_DTS (0x82) too. I still can't play some DTS streams with this debug message:

0:00:00.841489453  1618   0x41b968 DEBUG            mpegtsdemux gstmpegtsdemux.c:1213:gst_mpegts_demux_data_cb:<mpegtsdemux0> got unknown stream id 0xfd, type 0x82
Comment 3 Sebastian Dröge (slomo) 2010-04-05 08:35:53 UTC
commit 1306160b79d2a224c38330da7d32bb348178a036
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Apr 5 10:33:26 2010 +0200

    mpegtsdemux: Add support for BlueRay style DTS
    
    Fixes bug #614259.