From 38ad22a7f1e497b19a198bec6c0c7a047be2b4cf Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Sat, 25 Feb 2017 21:47:47 -0300 Subject: [PATCH] Update Edgard Lima's email https://bugzilla.gnome.org/show_bug.cgi?id=779230 --- docs/plugins/inspect/plugin-neon.xml | 2 +- ext/neon/gstneonhttpsrc.c | 4 ++-- ext/neon/gstneonhttpsrc.h | 2 +- ext/voamrwbenc/gstvoamrwb.c | 2 +- ext/voamrwbenc/gstvoamrwbenc.c | 2 +- ext/voamrwbenc/gstvoamrwbenc.h | 2 +- tests/examples/camerabin2/gst-camera2.c | 2 +- tests/examples/camerabin2/gst-camera2.h | 2 +- tests/icles/metadata_editor.c | 2 +- tests/icles/metadata_editor.h | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index 896d1aa817..98ab90a71e 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -14,7 +14,7 @@ HTTP client source Source/Network Receive data as a client over the network via HTTP using NEON - Edgard Lima <edgard.lima@indt.org.br>, Rosfran Borges <rosfran.borges@indt.org.br>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br> + Edgard Lima <edgard.lima@gmail.com>, Rosfran Borges <rosfran.borges@indt.org.br>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br> src diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c index 03c596c4c4..600ea1429f 100644 --- a/ext/neon/gstneonhttpsrc.c +++ b/ext/neon/gstneonhttpsrc.c @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * Copyright (C) <2006> Rosfran Borges * Copyright (C) <2006> Andre Moreira Magalhaes * @@ -208,7 +208,7 @@ gst_neonhttp_src_class_init (GstNeonhttpSrcClass * klass) gst_element_class_set_static_metadata (element_class, "HTTP client source", "Source/Network", "Receive data as a client over the network via HTTP using NEON", - "Edgard Lima , " + "Edgard Lima , " "Rosfran Borges , " "Andre Moreira Magalhaes "); } diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index 85ed48bfa9..5a61433d35 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) <2005> Edgard Lima + * Copyright (C) <2005> Edgard Lima * Copyright (C) <2006> Rosfran Borges * Copyright (C) <2006> Andre Moreira Magalhaes * diff --git a/ext/voamrwbenc/gstvoamrwb.c b/ext/voamrwbenc/gstvoamrwb.c index 6dc0be3855..48501c32ee 100644 --- a/ext/voamrwbenc/gstvoamrwb.c +++ b/ext/voamrwbenc/gstvoamrwb.c @@ -1,5 +1,5 @@ /* GStreamer Adaptive Multi-Rate Wide-Band (AMR-WB) Encoder plugin - * Copyright (C) 2006 Edgard Lima + * Copyright (C) 2006 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/ext/voamrwbenc/gstvoamrwbenc.c b/ext/voamrwbenc/gstvoamrwbenc.c index f744958192..f84e576a13 100644 --- a/ext/voamrwbenc/gstvoamrwbenc.c +++ b/ext/voamrwbenc/gstvoamrwbenc.c @@ -1,5 +1,5 @@ /* GStreamer Adaptive Multi-Rate Wide-Band (AMR-WB) plugin - * Copyright (C) 2006 Edgard Lima + * Copyright (C) 2006 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/ext/voamrwbenc/gstvoamrwbenc.h b/ext/voamrwbenc/gstvoamrwbenc.h index a66f84508f..2b71986c76 100644 --- a/ext/voamrwbenc/gstvoamrwbenc.h +++ b/ext/voamrwbenc/gstvoamrwbenc.h @@ -1,5 +1,5 @@ /* GStreamer Adaptive Multi-Rate Wide-Band (AMR-WB) plugin - * Copyright (C) 2006 Edgard Lima + * Copyright (C) 2006 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/tests/examples/camerabin2/gst-camera2.c b/tests/examples/camerabin2/gst-camera2.c index 5104d3b0f9..a1cfa39ec8 100644 --- a/tests/examples/camerabin2/gst-camera2.c +++ b/tests/examples/camerabin2/gst-camera2.c @@ -19,7 +19,7 @@ */ /* * This is a demo application to test the camerabin element. - * If you have question don't hesitate in contact me edgard.lima@indt.org.br + * If you have question don't hesitate in contact me edgard.lima@gmail.com */ /* diff --git a/tests/examples/camerabin2/gst-camera2.h b/tests/examples/camerabin2/gst-camera2.h index 825d10a4ee..57f43eaecd 100644 --- a/tests/examples/camerabin2/gst-camera2.h +++ b/tests/examples/camerabin2/gst-camera2.h @@ -19,7 +19,7 @@ */ /* * This is a demo application to test the camerabin element. - * If you have question don't hesitate in contact me edgard.lima@indt.org.br + * If you have question don't hesitate in contact me edgard.lima@gmail.com */ #ifndef __GST_CAMERA_BIN_H__ diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c index 7352e7ba8d..5705220724 100644 --- a/tests/icles/metadata_editor.c +++ b/tests/icles/metadata_editor.c @@ -1,6 +1,6 @@ /* * GStreamer - * Copyright 2007 Edgard Lima + * Copyright 2007 Edgard Lima * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/icles/metadata_editor.h b/tests/icles/metadata_editor.h index 22a6346725..5edf32b329 100644 --- a/tests/icles/metadata_editor.h +++ b/tests/icles/metadata_editor.h @@ -1,6 +1,6 @@ /* * GStreamer - * Copyright 2007 Edgard Lima + * Copyright 2007 Edgard Lima * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),