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

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


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

--- Comment #3 from Seungha Yang <pudding8757 at gmail.com> ---
(In reply to Olivier CrĂȘte from comment #2)
> Review of attachment 373102 [details] [review]:
> 
> ::: ext/srt/gstsrtserversink.c
> @@ +206,2 @@
>      int srt_errno = srt_getlasterror (NULL);
>  
> 
> Maybe we just want to do:
> 
> if (g_atomic_int_get (&priv->cancelled))
>   return FALSE;
> 
> before the check for the srt_errno value..

Thanks. That looks better to me also :)

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