flacenc: actually return true for accept-caps query handling
This commit is contained in:
parent
38d269f80d
commit
13d49d9b3e
@ -1292,6 +1292,7 @@ gst_flac_enc_sink_query (GstAudioEncoder * enc, GstQuery * query)
|
||||
gst_query_set_accept_caps_result (query,
|
||||
gst_caps_is_subset (caps, acceptable));
|
||||
gst_caps_unref (acceptable);
|
||||
ret = TRUE;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user