[Bug 773912] fdsink: Returns flushing on PLAYING->PAUSED if it can block in ->render

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 4 22:09:33 UTC 2016


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|basesink: Returns flushing  |fdsink: Returns flushing on
                   |on PLAYING->PAUSED if it    |PLAYING->PAUSED if it can
                   |can block in ->render       |block in ->render

--- Comment #4 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Actually, it seems that this is handled correctly in appsink [1] and
audiobasesink[2], that the solution is to not return from _render() but instead
just call gst_base_sink_wait_preroll() and then continue afterwards...


[1]
https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/gst-libs/gst/app/gstappsink.c#n838
[2]
https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/gst-libs/gst/audio/gstaudiobasesink.c#n2174

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