flacenc: adjust to modified audioencoder getcaps helper API

This commit is contained in:
Mark Nauwelaerts 2012-07-25 14:57:13 +02:00
parent ef38efc2d7
commit 7e6338044c

View file

@ -661,7 +661,7 @@ gst_flac_enc_getcaps (GstAudioEncoder * enc, GstCaps * filter)
GST_DEBUG_OBJECT (pad, "Return caps %" GST_PTR_FORMAT, ret);
caps = gst_audio_encoder_proxy_getcaps (enc, ret);
caps = gst_audio_encoder_proxy_getcaps (enc, ret, filter);
gst_caps_unref (ret);
return caps;