summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 23:41:48 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 23:41:48 +0200
commitf7e0bc0c6a2fc7ce65f229aff0b5709438de4b55 (patch)
tree4f1d664cae99a7608e46d6c45593c98be15912bc
parentde853a71135e9ab409fc114cb185e28132c51baa (diff)
vp8: Update copyright and authors
-rw-r--r--ext/vp8/gstvp8dec.c5
-rw-r--r--ext/vp8/gstvp8enc.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/ext/vp8/gstvp8dec.c b/ext/vp8/gstvp8dec.c
index fb557c2d9..cc15f12b3 100644
--- a/ext/vp8/gstvp8dec.c
+++ b/ext/vp8/gstvp8dec.c
@@ -1,7 +1,7 @@
/* VP8
* Copyright (C) 2006 David Schleef <ds@schleef.org>
* Copyright (C) 2008,2009,2010 Entropy Wave Inc
- * Copyright (C) 2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) 2010-2012 Sebastian Dröge <sebastian.droege@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
@@ -183,7 +183,8 @@ gst_vp8_dec_class_init (GstVP8DecClass * klass)
gst_element_class_set_metadata (element_class,
"On2 VP8 Decoder",
"Codec/Decoder/Video",
- "Decode VP8 video streams", "David Schleef <ds@entropywave.com>");
+ "Decode VP8 video streams", "David Schleef <ds@entropywave.com>, "
+ "Sebastian Dröge <sebastian.droege@collabora.co.uk>");
base_video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_vp8_dec_start);
base_video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_vp8_dec_stop);
diff --git a/ext/vp8/gstvp8enc.c b/ext/vp8/gstvp8enc.c
index d267c730d..8f0c84834 100644
--- a/ext/vp8/gstvp8enc.c
+++ b/ext/vp8/gstvp8enc.c
@@ -1,7 +1,7 @@
/* VP8
* Copyright (C) 2006 David Schleef <ds@schleef.org>
* Copyright (C) 2010 Entropy Wave Inc
- * Copyright (C) 2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (C) 2010-2012 Sebastian Dröge <sebastian.droege@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
@@ -410,7 +410,8 @@ gst_vp8_enc_class_init (GstVP8EncClass * klass)
gst_element_class_set_metadata (element_class,
"On2 VP8 Encoder",
"Codec/Encoder/Video",
- "Encode VP8 video streams", "David Schleef <ds@entropywave.com>");
+ "Encode VP8 video streams", "David Schleef <ds@entropywave.com>, "
+ "Sebastian Dröge <sebastian.droege@collabora.co.uk>");
video_encoder_class->start = gst_vp8_enc_start;
video_encoder_class->stop = gst_vp8_enc_stop;