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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 20 14:52:49 UTC 2018


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

--- Comment #2 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 373102:
 --> (https://bugzilla.gnome.org/review?bug=796843&attachment=373102)

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

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