summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-02 23:36:04 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-02 23:36:04 +0200
commite33207905014c96d19d304c28dd438a25a896ce6 (patch)
tree4b835d9e288f1493add7cb9a19edd393bf36c62b /src
parentfixed wrong handling of log_targets_ option (diff)
better distinction between sydra and sydra-rtp
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
-rwxr-xr-xsrc/configure1
-rw-r--r--src/daemon.h1
-rw-r--r--src/datatypes.h1
-rw-r--r--src/log.c1
-rw-r--r--src/log.h1
-rw-r--r--src/log_targets.h1
-rw-r--r--src/options.c1
-rw-r--r--src/options.h1
-rw-r--r--src/pipelines.c1
-rw-r--r--src/pipelines.h1
-rw-r--r--src/sydra-rtp.c1
-rw-r--r--src/udp.c1
-rw-r--r--src/udp.h1
-rw-r--r--src/utils.c1
-rw-r--r--src/utils.h1
16 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile b/src/Makefile
index ac211d8..9db9ead 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,6 @@
## sydra has been written to be used for the Elevate Festival in Graz
## Austria in order to involve external locations to present themselves
## at the festival.
-## Sydra is based on GStreamer and is written in C.
##
##
## Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/configure b/src/configure
index 515399f..077ffe4 100755
--- a/src/configure
+++ b/src/configure
@@ -7,7 +7,6 @@
# sydra has been written to be used for the Elevate Festival in Graz
# Austria in order to involve external locations to present themselves
# at the festival.
-# Sydra is based on GStreamer and is written in C.
#
#
# Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/daemon.h b/src/daemon.h
index e945964..90ebc6f 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/datatypes.h b/src/datatypes.h
index 97fc03b..a306515 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/log.c b/src/log.c
index 639ba5b..9c9e2ae 100644
--- a/src/log.c
+++ b/src/log.c
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/log.h b/src/log.h
index 075fb39..3939097 100644
--- a/src/log.h
+++ b/src/log.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/log_targets.h b/src/log_targets.h
index 71e56b9..90414ff 100644
--- a/src/log_targets.h
+++ b/src/log_targets.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/options.c b/src/options.c
index 0126362..e6101aa 100644
--- a/src/options.c
+++ b/src/options.c
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/options.h b/src/options.h
index afc5ae6..1f93360 100644
--- a/src/options.h
+++ b/src/options.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/pipelines.c b/src/pipelines.c
index fa33562..cc0c44c 100644
--- a/src/pipelines.c
+++ b/src/pipelines.c
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/pipelines.h b/src/pipelines.h
index 0d09e3a..7f04813 100644
--- a/src/pipelines.h
+++ b/src/pipelines.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/sydra-rtp.c b/src/sydra-rtp.c
index c8c15da..de65e25 100644
--- a/src/sydra-rtp.c
+++ b/src/sydra-rtp.c
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/udp.c b/src/udp.c
index 719bb2f..205b464 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/udp.h b/src/udp.h
index fca7ca3..7370133 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/utils.c b/src/utils.c
index abeb595..443ab62 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
diff --git a/src/utils.h b/src/utils.h
index 97c497f..215efed 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -6,7 +6,6 @@
* sydra has been written to be used for the Elevate Festival in Graz
* Austria in order to involve external locations to present themselves
* at the festival.
- * Sydra is based on GStreamer and is written in C.
*
*
* Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>