mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
flacenc: actually return true for accept-caps query handling
This commit is contained in:
parent
38d269f80d
commit
13d49d9b3e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue