gstreamer/tools
Krzysztof Konopko 6099b35f7e gst-launch: Use g_unix_signal_add() to handle keyboard interruption
Current implementation uses a traditional signal handler and a 250ms
timeout callback in the event loop.  Adding a GSource with
g_unix_signal_add() to the GMainLoop is a much more elegant solution.
The signal handler with this approach can send a message to the bus
directly rather than set a flag as all dispatching intricacies are handled
by GLib.

https://bugzilla.gnome.org/show_bug.cgi?id=693481
2013-02-14 10:10:59 +01:00
..
.gitignore Remove everything libxml2- and loadsave-related 2011-06-04 15:22:06 +01:00
gst-indent gst-indent: Add --leave-preprocessor-space for indent 2.2.11 2010-04-03 20:51:17 +02:00
gst-inspect.1.in docs: fix typo on gst-inspect man page 2010-07-16 18:20:57 +01:00
gst-inspect.c gst-inspect: Fix indention for printing typefinder features 2012-11-12 10:30:08 +01:00
gst-launch.1.in docs: flesh out gst-launch-1.0 man page a little 2013-02-13 23:27:16 +00:00
gst-launch.c gst-launch: Use g_unix_signal_add() to handle keyboard interruption 2013-02-14 10:10:59 +01:00
gst-plot-timeline.py docs: some 0.10 -> 1.0 changes 2012-10-02 13:22:35 +02:00
gst-typefind.1.in docs: updates 2012-09-25 17:06:45 +02:00
gst-typefind.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstreamer-completion gst: Change versioning 2012-04-04 14:28:55 +02:00
Makefile.am gst: Change versioning 2012-04-04 14:28:55 +02:00
tools.h Fix FSF address 2012-11-03 20:44:48 +00:00