Only propose the AJA allocator from the sink if no TALL frames are allocated

This commit is contained in:
Sebastian Dröge 2021-02-19 20:39:58 +02:00
parent 19f752f8d6
commit b64c7f3fdc

View file

@ -948,7 +948,7 @@ static gboolean gst_aja_sink_propose_allocation(GstBaseSink *bsink,
GstQuery *query) {
GstAjaSink *self = GST_AJA_SINK(bsink);
if (self->allocator) {
if (self->allocator && self->vanc_mode == ::NTV2_VANCMODE_OFF) {
GstAllocationParams params;
gst_allocation_params_init(&params);