basesink: Shouldn't drop buffer when sync=false
Shouldn't drop buffer when sync=false https://bugzilla.gnome.org/show_bug.cgi?id=751819
This commit is contained in:
parent
ab5fdd7212
commit
8e2c72f125
@ -3423,7 +3423,7 @@ gst_base_sink_chain_unlocked (GstBaseSink * basesink, GstPad * pad,
|
||||
if (G_UNLIKELY (stepped))
|
||||
goto dropped;
|
||||
|
||||
if (syncable && do_sync) {
|
||||
if (syncable && do_sync && gst_base_sink_get_sync (basesink)) {
|
||||
GstClock *clock;
|
||||
|
||||
GST_OBJECT_LOCK (basesink);
|
||||
|
Loading…
x
Reference in New Issue
Block a user