mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
79bc502d5b
commit
fd86f72b51
2 changed files with 7 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue