[Bug 796843] srtserversink: Do not post error message during stopping

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 20 15:45:09 UTC 2018


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

--- Comment #4 from Seungha Yang <pudding8757 at gmail.com> ---
Review of attachment 373102:
 --> (https://bugzilla.gnome.org/review?bug=796843&attachment=373102)

::: ext/srt/gstsrtserversink.c
@@ +219,2 @@
       GST_DEBUG_OBJECT (self, "Cancelled waiting for client");
       ret = FALSE;

What was the exact expected behavior in here?

For some reasons, basesink::unlock() && basesink::unlock_stop() can be called
and
then, this GSource callback function could be returned with "FALSE" 
(if my understanding is correct, then this callback will not be called again)

But there seems no code for re- attaching GSource. Do I missing something?

-- 
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