mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
Only propose the AJA allocator from the sink if no TALL frames are allocated
This commit is contained in:
parent
19f752f8d6
commit
b64c7f3fdc
1 changed files with 1 additions and 1 deletions
|
@ -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(¶ms);
|
||||
|
|
Loading…
Reference in a new issue