summaryrefslogtreecommitdiff
path: root/gst/inter/gstinteraudiosrc.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-11-03 10:05:59 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-11-03 10:05:59 +0100
commitf660537fd593e0098f491af4ed8aaf8014373b67 (patch)
tree682fa604bacebed333f4fbc6da42476a74e81b7e /gst/inter/gstinteraudiosrc.c
parentebcee78fab1b04ed9577b058cbbcca2d6ca2a695 (diff)
downloadgstreamer-plugins-bad-f660537fd593e0098f491af4ed8aaf8014373b67.tar.gz
interaudio: Set all required fields on the template caps
https://bugzilla.gnome.org/show_bug.cgi?id=739542
Diffstat (limited to 'gst/inter/gstinteraudiosrc.c')
-rw-r--r--gst/inter/gstinteraudiosrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/inter/gstinteraudiosrc.c b/gst/inter/gstinteraudiosrc.c
index 4a53314b5..36c9e02b6 100644
--- a/gst/inter/gstinteraudiosrc.c
+++ b/gst/inter/gstinteraudiosrc.c
@@ -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))
);