aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c')
-rw-r--r--sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c b/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c
deleted file mode 100644
index 9aaef15031fd..000000000000
--- a/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/common/gst-tool.c.orig Tue Jun 21 15:07:05 2005
-+++ src/common/gst-tool.c Wed Jul 6 01:28:22 2005
-@@ -598,7 +598,14 @@ gst_tool_kill_backend_cb (GstDirectiveEn
- if (tool->root_access == ROOT_ACCESS_SIMULATED_DISABLED)
- tool->root_access = ROOT_ACCESS_SIMULATED;
-
-+#if 0
-+ /*
-+ * We do not need to wait for the tool,
-+ * as it will get SIGPIPE anyway.
-+ * This waitpid causes problems on FreeBSD.
-+ */
- waitpid (tool->backend_pid, NULL, 0);
-+#endif
- }
- }
-
-@@ -1655,7 +1662,7 @@ poll_backend (GstTool *tool)
- struct pollfd fd;
-
- fd.fd = tool->read_fd;
-- fd.events = POLLIN || POLLPRI;
-+ fd.events = POLLIN | POLLPRI;
-
- while (poll (&fd, 1, 100) <= 0) {
- while (gtk_events_pending ())