mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
interaudio: Set all required fields on the template caps
https://bugzilla.gnome.org/show_bug.cgi?id=739542
This commit is contained in:
parent
ebcee78fab
commit
f660537fd5
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +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")
|
||||
GST_STATIC_CAPS (GST_AUDIO_CAPS_MAKE (GST_AUDIO_FORMATS_ALL))
|
||||
);
|
||||
|
||||
|
||||
|
|
|
@ -85,7 +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")
|
||||
GST_STATIC_CAPS (GST_AUDIO_CAPS_MAKE (GST_AUDIO_FORMATS_ALL))
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue