From 519cefdeee42635a148807afafff50fe31d55d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Sat, 16 Feb 2013 02:44:19 +0100 Subject: [PATCH] applemedia: update contact information --- sys/applemedia/avfvideosrc.h | 2 +- sys/applemedia/avfvideosrc.m | 4 ++-- sys/applemedia/bufferfactory.h | 2 +- sys/applemedia/bufferfactory.m | 2 +- sys/applemedia/celapi.c | 2 +- sys/applemedia/celapi.h | 2 +- sys/applemedia/celvideosrc.c | 4 ++-- sys/applemedia/celvideosrc.h | 2 +- sys/applemedia/cmapi.c | 2 +- sys/applemedia/cmapi.h | 2 +- sys/applemedia/coremediabuffer.c | 2 +- sys/applemedia/coremediabuffer.h | 2 +- sys/applemedia/coremediactx.c | 2 +- sys/applemedia/coremediactx.h | 2 +- sys/applemedia/corevideobuffer.c | 2 +- sys/applemedia/corevideobuffer.h | 2 +- sys/applemedia/cvapi.c | 2 +- sys/applemedia/cvapi.h | 2 +- sys/applemedia/dynapi-internal.h | 2 +- sys/applemedia/dynapi.c | 2 +- sys/applemedia/dynapi.h | 2 +- sys/applemedia/mioapi.c | 2 +- sys/applemedia/mioapi.h | 2 +- sys/applemedia/miovideodevice.c | 2 +- sys/applemedia/miovideodevice.h | 2 +- sys/applemedia/miovideosrc.c | 4 ++-- sys/applemedia/miovideosrc.h | 2 +- sys/applemedia/mtapi.c | 2 +- sys/applemedia/mtapi.h | 2 +- sys/applemedia/plugin.m | 2 +- sys/applemedia/qtkitvideosrc.h | 2 +- sys/applemedia/qtkitvideosrc.m | 4 ++-- sys/applemedia/vtapi.c | 2 +- sys/applemedia/vtapi.h | 2 +- sys/applemedia/vtdec.c | 4 ++-- sys/applemedia/vtdec.h | 2 +- sys/applemedia/vtenc.c | 2 +- sys/applemedia/vtenc.h | 2 +- sys/applemedia/vth264decbin.c | 4 ++-- sys/applemedia/vth264decbin.h | 2 +- sys/applemedia/vth264encbin.c | 4 ++-- sys/applemedia/vth264encbin.h | 2 +- sys/applemedia/vtutil.c | 2 +- sys/applemedia/vtutil.h | 2 +- 44 files changed, 51 insertions(+), 51 deletions(-) diff --git a/sys/applemedia/avfvideosrc.h b/sys/applemedia/avfvideosrc.h index bca64f08c0..80682da64e 100644 --- a/sys/applemedia/avfvideosrc.h +++ b/sys/applemedia/avfvideosrc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/avfvideosrc.m b/sys/applemedia/avfvideosrc.m index 2b09c37071..236aa75508 100644 --- a/sys/applemedia/avfvideosrc.m +++ b/sys/applemedia/avfvideosrc.m @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -648,7 +648,7 @@ gst_avf_video_src_base_init (gpointer gclass) gst_element_class_set_metadata (element_class, "Video Source (AVFoundation)", "Source/Video", "Reads frames from an iOS AVFoundation device", - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&src_template)); diff --git a/sys/applemedia/bufferfactory.h b/sys/applemedia/bufferfactory.h index 34c570b16f..132b953ef4 100644 --- a/sys/applemedia/bufferfactory.h +++ b/sys/applemedia/bufferfactory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/bufferfactory.m b/sys/applemedia/bufferfactory.m index fa3a41ffa0..7b2e845cc2 100644 --- a/sys/applemedia/bufferfactory.m +++ b/sys/applemedia/bufferfactory.m @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/celapi.c b/sys/applemedia/celapi.c index 900b96c775..9c4727e728 100644 --- a/sys/applemedia/celapi.c +++ b/sys/applemedia/celapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/celapi.h b/sys/applemedia/celapi.h index cd165f62e9..78855f9621 100644 --- a/sys/applemedia/celapi.h +++ b/sys/applemedia/celapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/celvideosrc.c b/sys/applemedia/celvideosrc.c index 40cfc62d82..90c1246112 100644 --- a/sys/applemedia/celvideosrc.c +++ b/sys/applemedia/celvideosrc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -831,7 +831,7 @@ gst_cel_video_src_base_init (gpointer gclass) gst_element_class_set_metadata (element_class, "Video Source (Celestial)", "Source/Video", "Reads frames from an iOS Celestial device", - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&src_template)); diff --git a/sys/applemedia/celvideosrc.h b/sys/applemedia/celvideosrc.h index 2ceffa4c02..5fa656c943 100644 --- a/sys/applemedia/celvideosrc.h +++ b/sys/applemedia/celvideosrc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/cmapi.c b/sys/applemedia/cmapi.c index 2e973f1056..15c28edc3c 100644 --- a/sys/applemedia/cmapi.c +++ b/sys/applemedia/cmapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/cmapi.h b/sys/applemedia/cmapi.h index a4cae7b354..92565fc9e8 100644 --- a/sys/applemedia/cmapi.h +++ b/sys/applemedia/cmapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/coremediabuffer.c b/sys/applemedia/coremediabuffer.c index f2f33c71dd..a8136ba4ba 100644 --- a/sys/applemedia/coremediabuffer.c +++ b/sys/applemedia/coremediabuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * 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/sys/applemedia/coremediabuffer.h b/sys/applemedia/coremediabuffer.h index d4ebd15a69..dffb43f413 100644 --- a/sys/applemedia/coremediabuffer.h +++ b/sys/applemedia/coremediabuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * 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/sys/applemedia/coremediactx.c b/sys/applemedia/coremediactx.c index d98a87f332..804a2f386b 100644 --- a/sys/applemedia/coremediactx.c +++ b/sys/applemedia/coremediactx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/coremediactx.h b/sys/applemedia/coremediactx.h index f182e6efb9..f058bef8c5 100644 --- a/sys/applemedia/coremediactx.h +++ b/sys/applemedia/coremediactx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/corevideobuffer.c b/sys/applemedia/corevideobuffer.c index 97d9b0b89c..072fe6bd21 100644 --- a/sys/applemedia/corevideobuffer.c +++ b/sys/applemedia/corevideobuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/corevideobuffer.h b/sys/applemedia/corevideobuffer.h index 8b2c131b94..844d6558f0 100644 --- a/sys/applemedia/corevideobuffer.h +++ b/sys/applemedia/corevideobuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/cvapi.c b/sys/applemedia/cvapi.c index c67f70d616..998428a883 100644 --- a/sys/applemedia/cvapi.c +++ b/sys/applemedia/cvapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/cvapi.h b/sys/applemedia/cvapi.h index 196b547971..63c8cba576 100644 --- a/sys/applemedia/cvapi.h +++ b/sys/applemedia/cvapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/dynapi-internal.h b/sys/applemedia/dynapi-internal.h index 3d5b6e2374..adcd4f15f8 100644 --- a/sys/applemedia/dynapi-internal.h +++ b/sys/applemedia/dynapi-internal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/dynapi.c b/sys/applemedia/dynapi.c index d06bb1a73d..2317f80d29 100644 --- a/sys/applemedia/dynapi.c +++ b/sys/applemedia/dynapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/dynapi.h b/sys/applemedia/dynapi.h index b2a662340b..b8eda85b95 100644 --- a/sys/applemedia/dynapi.h +++ b/sys/applemedia/dynapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/mioapi.c b/sys/applemedia/mioapi.c index 35e0e50bd8..30d3d35692 100644 --- a/sys/applemedia/mioapi.c +++ b/sys/applemedia/mioapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/mioapi.h b/sys/applemedia/mioapi.h index 60c50a7c44..fe2cbd8ec4 100644 --- a/sys/applemedia/mioapi.h +++ b/sys/applemedia/mioapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/miovideodevice.c b/sys/applemedia/miovideodevice.c index f034395d14..252c71835d 100644 --- a/sys/applemedia/miovideodevice.c +++ b/sys/applemedia/miovideodevice.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * 2009 Knut Inge Hvidsten * * This library is free software; you can redistribute it and/or diff --git a/sys/applemedia/miovideodevice.h b/sys/applemedia/miovideodevice.h index 03dcc49e47..87b86f31a7 100644 --- a/sys/applemedia/miovideodevice.h +++ b/sys/applemedia/miovideodevice.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * 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/sys/applemedia/miovideosrc.c b/sys/applemedia/miovideosrc.c index 20f689c3ca..d4da7002e4 100644 --- a/sys/applemedia/miovideosrc.c +++ b/sys/applemedia/miovideosrc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -1127,7 +1127,7 @@ gst_mio_video_src_base_init (gpointer gclass) gst_element_class_set_metadata (element_class, "Video Source (MIO)", "Source/Video", "Reads frames from a Mac OS X MIO device", - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&src_template)); diff --git a/sys/applemedia/miovideosrc.h b/sys/applemedia/miovideosrc.h index 57827484c8..3fe82e72e3 100644 --- a/sys/applemedia/miovideosrc.h +++ b/sys/applemedia/miovideosrc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * 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/sys/applemedia/mtapi.c b/sys/applemedia/mtapi.c index 8146370e6d..f8cd242eba 100644 --- a/sys/applemedia/mtapi.c +++ b/sys/applemedia/mtapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/mtapi.h b/sys/applemedia/mtapi.h index 92c40b2799..91d90e9f3c 100644 --- a/sys/applemedia/mtapi.h +++ b/sys/applemedia/mtapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/plugin.m b/sys/applemedia/plugin.m index 727d49b1fe..5b0d52d506 100644 --- a/sys/applemedia/plugin.m +++ b/sys/applemedia/plugin.m @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Ole André Vadla Ravnås + * Copyright (C) 2009-2010 Ole André Vadla Ravnås * * 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/sys/applemedia/qtkitvideosrc.h b/sys/applemedia/qtkitvideosrc.h index e5e7676700..5c45deb70d 100644 --- a/sys/applemedia/qtkitvideosrc.h +++ b/sys/applemedia/qtkitvideosrc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * 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/sys/applemedia/qtkitvideosrc.m b/sys/applemedia/qtkitvideosrc.m index b800a18a30..32e18b8a48 100644 --- a/sys/applemedia/qtkitvideosrc.m +++ b/sys/applemedia/qtkitvideosrc.m @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Ole André Vadla Ravnås + * Copyright (C) 2009 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -532,7 +532,7 @@ gst_qtkit_video_src_class_init (GstQTKitVideoSrcClass * klass) gst_element_class_set_metadata (gstelement_class, "Video Source (QTKit)", "Source/Video", "Reads frames from a Mac OS X QTKit device", - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); gst_element_class_add_pad_template (gstelement_class, gst_static_pad_template_get (&src_template)); diff --git a/sys/applemedia/vtapi.c b/sys/applemedia/vtapi.c index 0316893919..95ec7079a6 100644 --- a/sys/applemedia/vtapi.c +++ b/sys/applemedia/vtapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010, 2013 Ole André Vadla Ravnås * * 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/sys/applemedia/vtapi.h b/sys/applemedia/vtapi.h index b0ca2cfbfa..0ebbb9ae52 100644 --- a/sys/applemedia/vtapi.h +++ b/sys/applemedia/vtapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/vtdec.c b/sys/applemedia/vtdec.c index 65fb33af42..a7b7e21a14 100644 --- a/sys/applemedia/vtdec.c +++ b/sys/applemedia/vtdec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010, 2013 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -73,7 +73,7 @@ gst_vtdec_base_init (GstVTDecClass * klass) gst_element_class_set_metadata (element_class, longname, "Codec/Decoder/Video", description, - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); g_free (longname); g_free (description); diff --git a/sys/applemedia/vtdec.h b/sys/applemedia/vtdec.h index 1bce7c8b80..867a503306 100644 --- a/sys/applemedia/vtdec.h +++ b/sys/applemedia/vtdec.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/vtenc.c b/sys/applemedia/vtenc.c index a333659ab0..f670cd9f51 100644 --- a/sys/applemedia/vtenc.c +++ b/sys/applemedia/vtenc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010, 2013 Ole André Vadla Ravnås * * 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/sys/applemedia/vtenc.h b/sys/applemedia/vtenc.h index 0edbfa824c..594e1e2ea3 100644 --- a/sys/applemedia/vtenc.h +++ b/sys/applemedia/vtenc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/vth264decbin.c b/sys/applemedia/vth264decbin.c index 3a494b6dd5..15263a27b1 100644 --- a/sys/applemedia/vth264decbin.c +++ b/sys/applemedia/vth264decbin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -216,7 +216,7 @@ gst_vt_h264_dec_bin_base_init (gpointer gclass) "VTH264DecBin", "Decoder/Video", "VideoToolbox H.264 decoder bin", - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&vth264decbin_sink_template)); diff --git a/sys/applemedia/vth264decbin.h b/sys/applemedia/vth264decbin.h index 1b6f664d7b..1c039f0222 100644 --- a/sys/applemedia/vth264decbin.h +++ b/sys/applemedia/vth264decbin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/vth264encbin.c b/sys/applemedia/vth264encbin.c index 1d6a33ba79..dde8e29223 100644 --- a/sys/applemedia/vth264encbin.c +++ b/sys/applemedia/vth264encbin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -78,7 +78,7 @@ gst_vt_h264_enc_bin_base_init (gpointer gclass) "VTH264EncBin", "Encoder/Video", "VideoToolbox H.264 encoder bin", - "Ole André Vadla Ravnås "); + "Ole André Vadla Ravnås "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&vth264encbin_sink_template)); diff --git a/sys/applemedia/vth264encbin.h b/sys/applemedia/vth264encbin.h index 9b415ad624..6bfb54aa69 100644 --- a/sys/applemedia/vth264encbin.h +++ b/sys/applemedia/vth264encbin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/vtutil.c b/sys/applemedia/vtutil.c index 6f80cba671..d87cb0f5cc 100644 --- a/sys/applemedia/vtutil.c +++ b/sys/applemedia/vtutil.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * 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/sys/applemedia/vtutil.h b/sys/applemedia/vtutil.h index d2fc39bb3f..5a81808179 100644 --- a/sys/applemedia/vtutil.h +++ b/sys/applemedia/vtutil.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Ole André Vadla Ravnås + * Copyright (C) 2010 Ole André Vadla Ravnås * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public