diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-02 23:36:04 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-02 23:36:04 +0200 |
commit | e33207905014c96d19d304c28dd438a25a896ce6 (patch) | |
tree | 4b835d9e288f1493add7cb9a19edd393bf36c62b /src | |
parent | fixed wrong handling of log_targets_ option (diff) |
better distinction between sydra and sydra-rtp
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 | ||||
-rwxr-xr-x | src/configure | 1 | ||||
-rw-r--r-- | src/daemon.h | 1 | ||||
-rw-r--r-- | src/datatypes.h | 1 | ||||
-rw-r--r-- | src/log.c | 1 | ||||
-rw-r--r-- | src/log.h | 1 | ||||
-rw-r--r-- | src/log_targets.h | 1 | ||||
-rw-r--r-- | src/options.c | 1 | ||||
-rw-r--r-- | src/options.h | 1 | ||||
-rw-r--r-- | src/pipelines.c | 1 | ||||
-rw-r--r-- | src/pipelines.h | 1 | ||||
-rw-r--r-- | src/sydra-rtp.c | 1 | ||||
-rw-r--r-- | src/udp.c | 1 | ||||
-rw-r--r-- | src/udp.h | 1 | ||||
-rw-r--r-- | src/utils.c | 1 | ||||
-rw-r--r-- | src/utils.h | 1 |
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> @@ -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> @@ -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> @@ -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> @@ -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> |