[Bug 693481] gst-launch: Use signalfd() to handle keyboard interruption

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 13 09:14:37 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=693481
  GStreamer | gstreamer (core) | git

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-02-13 17:14:33 UTC ---
> Do you think it'd be a good idea to tidy this up (and SA_SIGINFO) by using
> autotools?  Feels like both of them can be checked in configure.ac.

Sorry, what exactly do you want to check in configure.ac.

>From a maintenance perspective I'd like to get rid of as much code as possible,
esp. platform-specific code, and avoid configure checks wherever possible. The
system headers are already checked for though  (HAVE_FOO_BAR_H in config.h).
glib-unix.h should be used in case of #ifdef G_OS_UNIX (which should hopefully
also be set on cygwin). siginfo/action stuff should go away if we use the GLib
API, no? Don't know if that answers your question :)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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