summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-04-05 10:33:26 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-04-05 10:33:26 +0200
commit1306160b79d2a224c38330da7d32bb348178a036 (patch)
treeae975975e23904beded1f01871e04ad929b0da1a /gst
parent074d20cf995e263ff77f66bc55721cba9d11414a (diff)
downloadgstreamer-plugins-bad-1306160b79d2a224c38330da7d32bb348178a036.tar.gz
mpegtsdemux: Add support for BlueRay style DTS
Fixes bug #614259.
Diffstat (limited to 'gst')
-rw-r--r--gst/mpegdemux/gstmpegtsdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegtsdemux.c b/gst/mpegdemux/gstmpegtsdemux.c
index b5fcaa9d2..1aa86efb4 100644
--- a/gst/mpegdemux/gstmpegtsdemux.c
+++ b/gst/mpegdemux/gstmpegtsdemux.c
@@ -767,6 +767,7 @@ gst_mpegts_demux_fill_stream (GstMpegTSStream * stream, guint8 id,
caps = gst_caps_new_simple ("audio/x-eac3", NULL);
break;
case ST_PS_AUDIO_DTS:
+ case ST_BD_AUDIO_DTS:
case ST_BD_AUDIO_DTS_HD:
case ST_BD_AUDIO_DTS_HD_MASTER_AUDIO:
template = klass->audio_template;