vorbisenc: use template subset check for accept-caps

It is faster than doing a query that propagates downstream and
should be enough
This commit is contained in:
Thiago Santos 2015-08-15 22:23:15 -03:00
parent 6a26a42ffd
commit 14867e4ebb

View file

@ -183,6 +183,8 @@ gst_vorbis_enc_init (GstVorbisEnc * vorbisenc)
{
GstAudioEncoder *enc = GST_AUDIO_ENCODER (vorbisenc);
GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_ENCODER_SINK_PAD (enc));
vorbisenc->channels = -1;
vorbisenc->frequency = -1;