[Bug 739289] Stepping with Video-only Files not respecting step amount

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 22 19:53:54 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=739289

--- Comment #8 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 308309:
 --> (https://bugzilla.gnome.org/review?bug=739289&attachment=308309)

::: libs/gst/base/gstbasesink.c
@@ +3882,3 @@
       sink->need_preroll = FALSE;
+
+      if (GST_STATE (sink) == GST_STATE_PLAYING)

I have checked the code, you need the object lock to do this check. Please fix,
this is not thread safe. It's probably racy too.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list