summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-06-15 10:24:24 +0100
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-06-15 10:40:51 +0100
commitc668424f80cc3542ff3013e5e1b8a06c51b4ccec (patch)
treec0336e8fc13aa7c4fa9ee308440816a13c0befc1
parentb393f3576585c5bce64f7f824a548e0b6a6703bb (diff)
opus: set author to myself, and update copyright notices
because as slomo noted, in fact pretty much all the code in there is mine.
-rw-r--r--ext/opus/gstopusdec.c3
-rw-r--r--ext/opus/gstopusdec.h1
-rw-r--r--ext/opus/gstopusenc.c2
-rw-r--r--ext/opus/gstopusenc.h1
-rw-r--r--ext/opus/gstopusheader.h1
-rw-r--r--ext/opus/gstopusparse.c1
-rw-r--r--ext/opus/gstopusparse.h1
7 files changed, 8 insertions, 2 deletions
diff --git a/ext/opus/gstopusdec.c b/ext/opus/gstopusdec.c
index 65ecb066f..c1bbcc708 100644
--- a/ext/opus/gstopusdec.c
+++ b/ext/opus/gstopusdec.c
@@ -2,6 +2,7 @@
* Copyright (C) 2004 Wim Taymans <wim@fluendo.com>
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
* Copyright (C) 2008 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) 2011-2012 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -109,7 +110,7 @@ gst_opus_dec_base_init (gpointer g_class)
gst_element_class_set_details_simple (element_class, "Opus audio decoder",
"Codec/Decoder/Audio",
"decode opus streams to audio",
- "Sebastian Dröge <sebastian.droege@collabora.co.uk>");
+ "Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>");
}
static void
diff --git a/ext/opus/gstopusdec.h b/ext/opus/gstopusdec.h
index 3ccfa2696..75817500a 100644
--- a/ext/opus/gstopusdec.h
+++ b/ext/opus/gstopusdec.h
@@ -1,6 +1,7 @@
/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* Copyright (C) <2008> Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) <2011-2012> Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/ext/opus/gstopusenc.c b/ext/opus/gstopusenc.c
index 6a19ffd89..80b3fe86f 100644
--- a/ext/opus/gstopusenc.c
+++ b/ext/opus/gstopusenc.c
@@ -211,7 +211,7 @@ gst_opus_enc_base_init (gpointer g_class)
gst_element_class_set_details_simple (element_class, "Opus audio encoder",
"Codec/Encoder/Audio",
"Encodes audio in Opus format",
- "Sebastian Dröge <sebastian.droege@collabora.co.uk>");
+ "Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>");
}
static void
diff --git a/ext/opus/gstopusenc.h b/ext/opus/gstopusenc.h
index 1e39ad03d..00f1b991b 100644
--- a/ext/opus/gstopusenc.h
+++ b/ext/opus/gstopusenc.h
@@ -1,6 +1,7 @@
/* GStreamer Opus Encoder
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* Copyright (C) <2008> Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) <2011-2012> Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/ext/opus/gstopusheader.h b/ext/opus/gstopusheader.h
index c6278eff3..c6eaa033e 100644
--- a/ext/opus/gstopusheader.h
+++ b/ext/opus/gstopusheader.h
@@ -1,6 +1,7 @@
/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* Copyright (C) <2008> Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) <2011-2012> Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/ext/opus/gstopusparse.c b/ext/opus/gstopusparse.c
index b38c11617..359aca904 100644
--- a/ext/opus/gstopusparse.c
+++ b/ext/opus/gstopusparse.c
@@ -2,6 +2,7 @@
* Copyright (C) 2004 Wim Taymans <wim@fluendo.com>
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
* Copyright (C) 2008 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) <2011-2012> Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/ext/opus/gstopusparse.h b/ext/opus/gstopusparse.h
index f0fd24194..ba311ab25 100644
--- a/ext/opus/gstopusparse.h
+++ b/ext/opus/gstopusparse.h
@@ -1,6 +1,7 @@
/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* Copyright (C) <2008> Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) <2011-2012> Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public