mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
dtmfsrc: Declare output as interleaved
This element doesn't support planar audio yet.
This commit is contained in:
parent
8fd3a98256
commit
486044063a
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, "
|
||||
"format = (string) \"" GST_AUDIO_NE (S16) "\", "
|
||||
"rate = " GST_AUDIO_RATE_RANGE ", " "channels = (int) 1")
|
||||
"rate = " GST_AUDIO_RATE_RANGE ", " "channels = (int) 1, "
|
||||
"layout = (string)interleaved")
|
||||
);
|
||||
|
||||
#define parent_class gst_dtmf_src_parent_class
|
||||
|
|
Loading…
Reference in a new issue