diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index af9886664b..cc650e99a3 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -1295,7 +1295,7 @@ RTP PCMA depayloader Codec/Depayloader/Network/RTP Extracts PCMA audio from RTP packets - Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com> + Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com> sink @@ -1316,7 +1316,7 @@ RTP PCMA payloader Codec/Payloader/Network/RTP Payload-encodes PCMA audio into a RTP packet - Edgard Lima <edgard.lima@indt.org.br> + Edgard Lima <edgard.lima@gmail.com> sink @@ -1337,7 +1337,7 @@ RTP PCMU depayloader Codec/Depayloader/Network/RTP Extracts PCMU audio from RTP packets - Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com> + Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com> sink @@ -1358,7 +1358,7 @@ RTP PCMU payloader Codec/Payloader/Network/RTP Payload-encodes PCMU audio into a RTP packet - Edgard Lima <edgard.lima@indt.org.br> + Edgard Lima <edgard.lima@gmail.com> sink @@ -1505,7 +1505,7 @@ RTP Speex depayloader Codec/Depayloader/Network/RTP Extracts Speex audio from RTP packets - Edgard Lima <edgard.lima@indt.org.br> + Edgard Lima <edgard.lima@gmail.com> sink @@ -1526,7 +1526,7 @@ RTP Speex payloader Codec/Payloader/Network/RTP Payload-encodes Speex audio into a RTP packet - Edgard Lima <edgard.lima@indt.org.br> + Edgard Lima <edgard.lima@gmail.com> sink diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index cb9a4ef1ca..761489b994 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -38,7 +38,7 @@ Video (video4linux2) Source Source/Video Reads frames from a Video4Linux2 device - Edgard Lima <edgard.lima@indt.org.br>, Stefan Kost <ensonic@users.sf.net> + Edgard Lima <edgard.lima@gmail.com>, Stefan Kost <ensonic@users.sf.net> src diff --git a/gst/audioparsers/gstamrparse.c b/gst/audioparsers/gstamrparse.c index 5bc84d4d55..ca01359236 100644 --- a/gst/audioparsers/gstamrparse.c +++ b/gst/audioparsers/gstamrparse.c @@ -1,5 +1,5 @@ /* GStreamer Adaptive Multi-Rate parser plugin - * Copyright (C) 2006 Edgard Lima + * Copyright (C) 2006 Edgard Lima * Copyright (C) 2008 Nokia Corporation. All rights reserved. * * Contact: Stefan Kost diff --git a/gst/rtp/gstrtpg726depay.c b/gst/rtp/gstrtpg726depay.c index 4bedb7eeb6..41b87bbb00 100644 --- a/gst/rtp/gstrtpg726depay.c +++ b/gst/rtp/gstrtpg726depay.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) 1999 Erik Walthinsen - * Copyright (C) 2005 Edgard Lima + * Copyright (C) 2005 Edgard Lima * Copyright (C) 2005 Zeeshan Ali * Copyright (C) 2008 Axis Communications * diff --git a/gst/rtp/gstrtpg726depay.h b/gst/rtp/gstrtpg726depay.h index c395a3747f..45fd2edbda 100644 --- a/gst/rtp/gstrtpg726depay.h +++ b/gst/rtp/gstrtpg726depay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2005 Edgard Lima + * Copyright (C) 2005 Edgard Lima * Copyright (C) 2008 Axis Communications AB * * This library is free software; you can redistribute it and/or diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index 09bfb5d51b..0716e5119a 100644 --- a/gst/rtp/gstrtpg726pay.c +++ b/gst/rtp/gstrtpg726pay.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) 1999 Erik Walthinsen - * Copyright (C) 2005 Edgard Lima + * Copyright (C) 2005 Edgard Lima * Copyright (C) 2005 Nokia Corporation * Copyright (C) 2007,2008 Axis Communications * diff --git a/gst/rtp/gstrtpg726pay.h b/gst/rtp/gstrtpg726pay.h index 5b16966959..d9dbfa4361 100644 --- a/gst/rtp/gstrtpg726pay.h +++ b/gst/rtp/gstrtpg726pay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2005 Edgard Lima + * Copyright (C) 2005 Edgard Lima * Copyright (C) 2007,2008 Axis Communications * * This library is free software; you can redistribute it and/or diff --git a/gst/rtp/gstrtppcmadepay.c b/gst/rtp/gstrtppcmadepay.c index 4d13528060..6927962e29 100644 --- a/gst/rtp/gstrtppcmadepay.c +++ b/gst/rtp/gstrtppcmadepay.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * Copyright (C) <2005> Zeeshan Ali * * This library is free software; you can redistribute it and/or @@ -87,7 +87,7 @@ gst_rtp_pcma_depay_class_init (GstRtpPcmaDepayClass * klass) gst_element_class_set_static_metadata (gstelement_class, "RTP PCMA depayloader", "Codec/Depayloader/Network/RTP", "Extracts PCMA audio from RTP packets", - "Edgard Lima , Zeeshan Ali "); + "Edgard Lima , Zeeshan Ali "); gstrtpbasedepayload_class->process_rtp_packet = gst_rtp_pcma_depay_process; gstrtpbasedepayload_class->set_caps = gst_rtp_pcma_depay_setcaps; diff --git a/gst/rtp/gstrtppcmadepay.h b/gst/rtp/gstrtppcmadepay.h index 7ea0f454e3..e664a2d3d8 100644 --- a/gst/rtp/gstrtppcmadepay.h +++ b/gst/rtp/gstrtppcmadepay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * 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/gst/rtp/gstrtppcmapay.c b/gst/rtp/gstrtppcmapay.c index 7c0ca164d3..fde1b647cf 100644 --- a/gst/rtp/gstrtppcmapay.c +++ b/gst/rtp/gstrtppcmapay.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * Copyright (C) <2005> Nokia Corporation * * This library is free software; you can redistribute it and/or @@ -74,7 +74,7 @@ gst_rtp_pcma_pay_class_init (GstRtpPcmaPayClass * klass) gst_element_class_set_static_metadata (gstelement_class, "RTP PCMA payloader", "Codec/Payloader/Network/RTP", "Payload-encodes PCMA audio into a RTP packet", - "Edgard Lima "); + "Edgard Lima "); gstrtpbasepayload_class->set_caps = gst_rtp_pcma_pay_setcaps; } diff --git a/gst/rtp/gstrtppcmapay.h b/gst/rtp/gstrtppcmapay.h index 5fde1bf69d..4e084ad094 100644 --- a/gst/rtp/gstrtppcmapay.h +++ b/gst/rtp/gstrtppcmapay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * 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/gst/rtp/gstrtppcmudepay.c b/gst/rtp/gstrtppcmudepay.c index f8543154d0..a15aa1b313 100644 --- a/gst/rtp/gstrtppcmudepay.c +++ b/gst/rtp/gstrtppcmudepay.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * Copyright (C) <2005> Zeeshan Ali * * This library is free software; you can redistribute it and/or @@ -88,7 +88,7 @@ gst_rtp_pcmu_depay_class_init (GstRtpPcmuDepayClass * klass) gst_element_class_set_static_metadata (gstelement_class, "RTP PCMU depayloader", "Codec/Depayloader/Network/RTP", "Extracts PCMU audio from RTP packets", - "Edgard Lima , Zeeshan Ali "); + "Edgard Lima , Zeeshan Ali "); gstrtpbasedepayload_class->process_rtp_packet = gst_rtp_pcmu_depay_process; gstrtpbasedepayload_class->set_caps = gst_rtp_pcmu_depay_setcaps; diff --git a/gst/rtp/gstrtppcmudepay.h b/gst/rtp/gstrtppcmudepay.h index 922ceb9d90..6a97559f89 100644 --- a/gst/rtp/gstrtppcmudepay.h +++ b/gst/rtp/gstrtppcmudepay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * 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/gst/rtp/gstrtppcmupay.c b/gst/rtp/gstrtppcmupay.c index 03bcd7dbf1..5931f85e21 100644 --- a/gst/rtp/gstrtppcmupay.c +++ b/gst/rtp/gstrtppcmupay.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * Copyright (C) <2005> Nokia Corporation * * This library is free software; you can redistribute it and/or @@ -74,7 +74,7 @@ gst_rtp_pcmu_pay_class_init (GstRtpPcmuPayClass * klass) gst_element_class_set_static_metadata (gstelement_class, "RTP PCMU payloader", "Codec/Payloader/Network/RTP", "Payload-encodes PCMU audio into a RTP packet", - "Edgard Lima "); + "Edgard Lima "); gstrtpbasepayload_class->set_caps = gst_rtp_pcmu_pay_setcaps; } diff --git a/gst/rtp/gstrtppcmupay.h b/gst/rtp/gstrtppcmupay.h index 58da8033f9..7529d461c3 100644 --- a/gst/rtp/gstrtppcmupay.h +++ b/gst/rtp/gstrtppcmupay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * 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/gst/rtp/gstrtpspeexdepay.c b/gst/rtp/gstrtpspeexdepay.c index b6577e5e4a..a6f389eede 100644 --- a/gst/rtp/gstrtpspeexdepay.c +++ b/gst/rtp/gstrtpspeexdepay.c @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -86,7 +86,7 @@ gst_rtp_speex_depay_class_init (GstRtpSPEEXDepayClass * klass) gst_element_class_set_static_metadata (gstelement_class, "RTP Speex depayloader", "Codec/Depayloader/Network/RTP", "Extracts Speex audio from RTP packets", - "Edgard Lima "); + "Edgard Lima "); } static void diff --git a/gst/rtp/gstrtpspeexdepay.h b/gst/rtp/gstrtpspeexdepay.h index f78d32cf03..59ffed0306 100644 --- a/gst/rtp/gstrtpspeexdepay.h +++ b/gst/rtp/gstrtpspeexdepay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * 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/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c index 8a64a029c8..8dcd1f194e 100644 --- a/gst/rtp/gstrtpspeexpay.c +++ b/gst/rtp/gstrtpspeexpay.c @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -87,7 +87,7 @@ gst_rtp_speex_pay_class_init (GstRtpSPEEXPayClass * klass) gst_element_class_set_static_metadata (gstelement_class, "RTP Speex payloader", "Codec/Payloader/Network/RTP", "Payload-encodes Speex audio into a RTP packet", - "Edgard Lima "); + "Edgard Lima "); GST_DEBUG_CATEGORY_INIT (rtpspeexpay_debug, "rtpspeexpay", 0, "Speex RTP Payloader"); diff --git a/gst/rtp/gstrtpspeexpay.h b/gst/rtp/gstrtpspeexpay.h index 253978e985..0ccaefbaea 100644 --- a/gst/rtp/gstrtpspeexpay.h +++ b/gst/rtp/gstrtpspeexpay.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * * 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/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c index b5e826a3d8..340b01b5e3 100644 --- a/sys/v4l2/gstv4l2.c +++ b/sys/v4l2/gstv4l2.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2.c: plugin for v4l2 elements * diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index 7a1b7cc0a7..b795e4a731 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * 2009 Texas Instruments, Inc - http://www.ti.com/ * * gstv4l2bufferpool.c V4L2 buffer pool class diff --git a/sys/v4l2/gstv4l2bufferpool.h b/sys/v4l2/gstv4l2bufferpool.h index 4c2f5cdfb9..4949a22101 100644 --- a/sys/v4l2/gstv4l2bufferpool.h +++ b/sys/v4l2/gstv4l2bufferpool.h @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * 2009 Texas Instruments, Inc - http://www.ti.com/ * * gstv4l2bufferpool.h V4L2 buffer pool class diff --git a/sys/v4l2/gstv4l2colorbalance.c b/sys/v4l2/gstv4l2colorbalance.c index 7b369789f5..f4c6ba9960 100644 --- a/sys/v4l2/gstv4l2colorbalance.c +++ b/sys/v4l2/gstv4l2colorbalance.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2003 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2colorbalance.c: color balance interface implementation for V4L2 * diff --git a/sys/v4l2/gstv4l2colorbalance.h b/sys/v4l2/gstv4l2colorbalance.h index e3be0d4902..2668906f2a 100644 --- a/sys/v4l2/gstv4l2colorbalance.h +++ b/sys/v4l2/gstv4l2colorbalance.h @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2003 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2colorbalance.h: color balance interface implementation for V4L2 * diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 7686363bbe..25fa2ee5c9 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2object.c: base class for V4L2 elements * diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 5fff161d8d..480822717d 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2object.h: base class for V4L2 elements * diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index cf10de71fe..8273af4097 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2src.c: Video4Linux2 source element * @@ -165,7 +165,7 @@ gst_v4l2src_class_init (GstV4l2SrcClass * klass) gst_element_class_set_static_metadata (element_class, "Video (video4linux2) Source", "Source/Video", "Reads frames from a Video4Linux2 device", - "Edgard Lima , " + "Edgard Lima , " "Stefan Kost "); gst_element_class_add_pad_template diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h index 90a0dd6ecd..2864775acf 100644 --- a/sys/v4l2/gstv4l2src.h +++ b/sys/v4l2/gstv4l2src.h @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2src.h: BT8x8/V4L2 source element * diff --git a/sys/v4l2/gstv4l2tuner.c b/sys/v4l2/gstv4l2tuner.c index 3a82eb72a6..ac3f1b6f0d 100644 --- a/sys/v4l2/gstv4l2tuner.c +++ b/sys/v4l2/gstv4l2tuner.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2003 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2tuner.c: tuner interface implementation for V4L2 * diff --git a/sys/v4l2/gstv4l2tuner.h b/sys/v4l2/gstv4l2tuner.h index 7ccffcd116..5105657c98 100644 --- a/sys/v4l2/gstv4l2tuner.h +++ b/sys/v4l2/gstv4l2tuner.h @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2003 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * gstv4l2tuner.h: tuner interface implementation for V4L2 * diff --git a/sys/v4l2/gstv4l2vidorient.c b/sys/v4l2/gstv4l2vidorient.c index 7ce13c41c5..488371c201 100644 --- a/sys/v4l2/gstv4l2vidorient.c +++ b/sys/v4l2/gstv4l2vidorient.c @@ -1,6 +1,6 @@ /* GStreamer * - * Copyright (C) 2006 Edgard Lima + * Copyright (C) 2006 Edgard Lima * * gstv4l2vidorient.c: video orientation interface implementation for V4L2 * diff --git a/sys/v4l2/gstv4l2vidorient.h b/sys/v4l2/gstv4l2vidorient.h index ab88478524..102ae8a777 100644 --- a/sys/v4l2/gstv4l2vidorient.h +++ b/sys/v4l2/gstv4l2vidorient.h @@ -1,6 +1,6 @@ /* GStreamer * - * Copyright (C) 2006 Edgard Lima + * Copyright (C) 2006 Edgard Lima * * gstv4l2vidorient.h: video orientation interface implementation for V4L2 * diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index 23581ff3d0..da5e7e94e2 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * v4l2_calls.c - generic V4L2 calls handling * diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h index 6f32d6ed5a..1560b9af19 100644 --- a/sys/v4l2/v4l2_calls.h +++ b/sys/v4l2/v4l2_calls.h @@ -1,7 +1,7 @@ /* GStreamer * * Copyright (C) 2002 Ronald Bultje - * 2006 Edgard Lima + * 2006 Edgard Lima * * v4l2_calls.h - generic V4L2 calls handling *