flacenc: adjust to modified audioencoder getcaps helper API
This commit is contained in:
parent
ef38efc2d7
commit
7e6338044c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user