[Bug 786763] ipcpipeline: tests and example don't build on macOS
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 31 12:12:05 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786763
George Kiagiadakis <gkiagia at tolabaki.gr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from George Kiagiadakis <gkiagia at tolabaki.gr> ---
Hopefully fixed. These fcntl() calls are supposed to be portable, but I can
only test on linux here. Please let me know if something is still not working.
Just for the record, the {0} initializer warnings is a compiler bug.
commit 4e239a6632ca648e3bf39b120e2d15822e5540e4
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Thu Aug 31 15:07:45 2017 +0300
examples: ipcpipeline: do not use the linux-specific SOCK_NONBLOCK flag
Use fcntl() instead to set O_NONBLOCK, which is portable.
https://bugzilla.gnome.org/show_bug.cgi?id=786763
commit 282b682caba2fc3d932591d7842cb953ad2357f8
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Thu Aug 31 14:57:34 2017 +0300
tests: ipcpipeline: provide pipe2() on systems that don't have it
https://bugzilla.gnome.org/show_bug.cgi?id=786763
--
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