gstreamer/plugins
Edward Hervey 98fabd2fa2 queue2: Reset result flow when retrying
If we ever get a GST_FLOW_EOS from downstream, we might retry
pushing new data. But if pushing that data doesn't return a
GstFlowReturn (such as pushing events), we would end up returning
the previous GstFlowReturn (i.e. EOS).

Not properly resetting it would cause cases where queue2 would
stop pushing on the first GstEvent stored (even if there is more
data contained within).
2018-10-22 13:52:30 +02:00
..
elements queue2: Reset result flow when retrying 2018-10-22 13:52:30 +02:00
tracers meson: Don't add static printf library to executables 2018-07-25 16:02:06 +05:30
Makefile.am gsttraceutils: actually disable tracing system hooks if configured 2017-11-24 13:40:34 +01:00
meson.build meson: Update option names to omit disable_ and with- prefixes 2018-05-05 20:30:43 +05:30