Add audio/x-dts to audio pad template caps

Original commit message from CVS:
Add audio/x-dts to audio pad template caps
This commit is contained in:
Tim-Philipp Müller 2005-01-31 18:39:33 +00:00
parent 79bc502d5b
commit fd86f72b51
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
* gst/mpegstream/gstdvddemux.c:
Add audio/x-dts to audio pad template caps
2005-01-30 David Schleef <ds@schleef.org>
* ext/polyp/polypsink.c: (gst_polypsink_base_init),

View file

@ -89,7 +89,8 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
"depth = (int) { 16, 20, 24 }, " \
"rate = (int) { 48000, 96000 }, " \
"channels = (int) [ 1, 8 ];" \
"audio/x-ac3" \
"audio/x-ac3;" \
"audio/x-dts" \
)
#define SUBPICTURE_CAPS \