[Bug 797289] dispatch write never ends

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 23 07:19:58 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #17 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 7cfd59820af4bbd69f682dd91cd6c37f7c38b501 (HEAD -> master, origin/master,
origin/HEAD)
Author: Göran Jönsson <goranjn at axis.com>
Date:   Thu Oct 18 07:25:05 2018 +0200

    rtsp-stream: use idle source in on_message_sent

    When the underlying layers are running on_message_sent, this sometimes
    causes the underlying layer to send more data, which will cause the
    underlying layer to run callback on_message_sent again. This can go on
    and on.

    To break this chain, we introduce an idle source that takes care of
    sending data if there are more to send when running callback

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

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