link: keep per link buffer negotiation state

Keep buffers cached on output ports.
Complete the link to PAUSED when we have negotiated buffers on
input and output.
This commit is contained in:
Wim Taymans 2019-03-11 12:35:04 +01:00
parent 317493a2dc
commit 3281737199
4 changed files with 5 additions and 5 deletions

View file

@ -430,7 +430,6 @@ on_process (void *_data)
mem->offset += data->offset;
}
gst_buffer_ref (buf);
g_queue_push_tail (&pwsrc->queue, buf);