Skip to content
Snippets Groups Projects
Commit 7fef2de2 authored by Thiago Santos's avatar Thiago Santos
Browse files

x264enc: actually return TRUE from accept-caps handler

The query was handled
parent ba5e1970
No related branches found
Tags 7.11-branchpoint
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment