[Bug 750633] New: clock: Add gst_clock_abort_wait() function
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 9 05:52:56 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750633
Bug ID: 750633
Summary: clock: Add gst_clock_abort_wait() function
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: dv at pseudoterminal.org
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
As mentioned in https://bugzilla.gnome.org/show_bug.cgi?id=749391#c10 , the
newly introduced gst_clock_wait_for_sync() function issues a blocking wait. If
this function is used inside elements for example, it is important to be able
to abort the wait, for example during a PAUSED->READY state change. A
gst_clock_abort_wait() function is needed that aborts the blocking wait.
To that end, also extend the description of gst_clock_wait_for_sync(). It shall
return FALSE if either a timeout happened or the wait was aborted.
--
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