mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
collectpads2: delay collecting buffer if a pad newly set waiting
... as commented; make code correspond to it (again).
This commit is contained in:
parent
26e8e336cc
commit
eb79c0a835
1 changed files with 1 additions and 0 deletions
|
@ -1527,6 +1527,7 @@ gst_collect_pads2_default_collected (GstCollectPads2 * pads, gpointer user_data)
|
|||
* so give another thread a chance to deliver a possibly
|
||||
* older buffer; don't charge on yet with the current oldest */
|
||||
ret = GST_FLOW_OK;
|
||||
goto done;
|
||||
}
|
||||
|
||||
best = pads->earliest_data;
|
||||
|
|
Loading…
Reference in a new issue