mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 22:18:50 +00:00
[MOVED FROM BAD 129/134] vp8: Update copyright and authors
This commit is contained in:
parent
392bd12a45
commit
35520df7c0
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* VP8
|
/* VP8
|
||||||
* Copyright (C) 2006 David Schleef <ds@schleef.org>
|
* Copyright (C) 2006 David Schleef <ds@schleef.org>
|
||||||
* Copyright (C) 2008,2009,2010 Entropy Wave Inc
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -193,7 +193,8 @@ gst_vp8_dec_class_init (GstVP8DecClass * klass)
|
||||||
gst_element_class_set_metadata (element_class,
|
gst_element_class_set_metadata (element_class,
|
||||||
"On2 VP8 Decoder",
|
"On2 VP8 Decoder",
|
||||||
"Codec/Decoder/Video",
|
"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->start = GST_DEBUG_FUNCPTR (gst_vp8_dec_start);
|
||||||
base_video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_vp8_dec_stop);
|
base_video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_vp8_dec_stop);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* VP8
|
/* VP8
|
||||||
* Copyright (C) 2006 David Schleef <ds@schleef.org>
|
* Copyright (C) 2006 David Schleef <ds@schleef.org>
|
||||||
* Copyright (C) 2010 Entropy Wave Inc
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -431,7 +431,8 @@ gst_vp8_enc_class_init (GstVP8EncClass * klass)
|
||||||
gst_element_class_set_metadata (element_class,
|
gst_element_class_set_metadata (element_class,
|
||||||
"On2 VP8 Encoder",
|
"On2 VP8 Encoder",
|
||||||
"Codec/Encoder/Video",
|
"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->start = gst_vp8_enc_start;
|
||||||
video_encoder_class->stop = gst_vp8_enc_stop;
|
video_encoder_class->stop = gst_vp8_enc_stop;
|
||||||
|
|
Loading…
Reference in a new issue