From 065968c3fce5874f180f23dd293db32f86cd98f6 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Sat, 15 Aug 2015 07:41:24 -0300 Subject: [PATCH] vorbisdec: use default pad accept-caps handling Avoids useless check of downstream caps when handling an accept-caps query --- ext/vorbis/gstvorbisdec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/vorbis/gstvorbisdec.c b/ext/vorbis/gstvorbisdec.c index 00dc784f09..f679d7ef75 100644 --- a/ext/vorbis/gstvorbisdec.c +++ b/ext/vorbis/gstvorbisdec.c @@ -109,6 +109,9 @@ gst_vorbis_dec_class_init (GstVorbisDecClass * klass) static void gst_vorbis_dec_init (GstVorbisDec * dec) { + gst_audio_decoder_set_use_default_pad_acceptcaps (GST_AUDIO_DECODER_CAST + (dec), TRUE); + GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); } static void