mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
x264enc: actually return TRUE from accept-caps handler
The query was handled
This commit is contained in:
parent
ba5e19706d
commit
7fef2de2d8
1 changed files with 1 additions and 0 deletions
|
@ -758,6 +758,7 @@ gst_x264_enc_sink_query (GstVideoEncoder * 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