[Bug 794149] giosrc: regression with ssh:// protocol
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Mar 7 16:22:18 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794149
--- Comment #3 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 369410
--> https://bugzilla.gnome.org/attachment.cgi?id=369410&action=edit
basesrc: No need to stop flushing in start_complete
The flushing state is handled a bit differently, there is no need
to stop flushing in start_complete. This would other result in
unlock_stop being called without unlock_start.
Unlike what the old comment says, there is no need to take the live
lock here, we are still single threaded at this point (app thread
or the state change thread). Also, we will wait for playing state
in create/getrange, no need to do that twice.
--
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