mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
interaudio: Add support for arbitrary raw audio formats
This commit is contained in:
parent
9bcc1aa274
commit
76f879525d
2 changed files with 2 additions and 4 deletions
|
@ -80,8 +80,7 @@ static GstStaticPadTemplate gst_inter_audio_sink_sink_template =
|
|||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"rate = (int) 48000, channels = (int) 2")
|
||||
GST_STATIC_CAPS ("audio/x-raw")
|
||||
);
|
||||
|
||||
|
||||
|
|
|
@ -85,8 +85,7 @@ static GstStaticPadTemplate gst_inter_audio_src_src_template =
|
|||
GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-raw, format = (string) " GST_AUDIO_NE (S16) ", "
|
||||
"rate = (int) 48000, channels = (int) 2")
|
||||
GST_STATIC_CAPS ("audio/x-raw")
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue