From 76ec96a3644d0ba96affb1ee89159794a1f20d8d Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Fri, 15 Jun 2012 10:24:24 +0100 Subject: opus: set author to myself, and update copyright notices because as slomo noted, in fact pretty much all the code in there is mine. --- ext/opus/gstopusdec.c | 3 ++- ext/opus/gstopusdec.h | 1 + ext/opus/gstopusenc.c | 2 +- ext/opus/gstopusenc.h | 1 + ext/opus/gstopusheader.h | 1 + ext/opus/gstopusparse.c | 1 + ext/opus/gstopusparse.h | 1 + 7 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ext/opus/gstopusdec.c b/ext/opus/gstopusdec.c index b0f33ae74..0e2805cc0 100644 --- a/ext/opus/gstopusdec.c +++ b/ext/opus/gstopusdec.c @@ -2,6 +2,7 @@ * Copyright (C) 2004 Wim Taymans * Copyright (C) 2006 Tim-Philipp Müller * Copyright (C) 2008 Sebastian Dröge + * Copyright (C) 2011-2012 Vincent Penquerc'h * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -123,7 +124,7 @@ gst_opus_dec_class_init (GstOpusDecClass * klass) gst_element_class_set_details_simple (element_class, "Opus audio decoder", "Codec/Decoder/Audio", "decode opus streams to audio", - "Sebastian Dröge "); + "Vincent Penquerc'h "); g_object_class_install_property (gobject_class, PROP_USE_INBAND_FEC, g_param_spec_boolean ("use-inband-fec", "Use in-band FEC", "Use forward error correction if available", DEFAULT_USE_INBAND_FEC, diff --git a/ext/opus/gstopusdec.h b/ext/opus/gstopusdec.h index 0bea2c081..1367000e6 100644 --- a/ext/opus/gstopusdec.h +++ b/ext/opus/gstopusdec.h @@ -1,6 +1,7 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen * Copyright (C) <2008> Sebastian Dröge + * Copyright (C) <2011-2012> Vincent Penquerc'h * * 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 43301de0b..861bd415d 100644 --- a/ext/opus/gstopusenc.c +++ b/ext/opus/gstopusenc.c @@ -208,7 +208,7 @@ gst_opus_enc_class_init (GstOpusEncClass * klass) gst_element_class_set_details_simple (gstelement_class, "Opus audio encoder", "Codec/Encoder/Audio", "Encodes audio in Opus format", - "Sebastian Dröge "); + "Vincent Penquerc'h "); base_class->start = GST_DEBUG_FUNCPTR (gst_opus_enc_start); base_class->stop = GST_DEBUG_FUNCPTR (gst_opus_enc_stop); 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 * Copyright (C) <2008> Sebastian Dröge + * Copyright (C) <2011-2012> Vincent Penquerc'h * * 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 * Copyright (C) <2008> Sebastian Dröge + * Copyright (C) <2011-2012> Vincent Penquerc'h * * 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 097062f83..5f5ba65d4 100644 --- a/ext/opus/gstopusparse.c +++ b/ext/opus/gstopusparse.c @@ -2,6 +2,7 @@ * Copyright (C) 2004 Wim Taymans * Copyright (C) 2006 Tim-Philipp Müller * Copyright (C) 2008 Sebastian Dröge + * Copyright (C) <2011-2012> Vincent Penquerc'h * * 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 * Copyright (C) <2008> Sebastian Dröge + * Copyright (C) <2011-2012> Vincent Penquerc'h * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public -- cgit v1.2.1