summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/plugins/inspect/plugin-neon.xml2
-rw-r--r--ext/neon/gstneonhttpsrc.c4
-rw-r--r--ext/neon/gstneonhttpsrc.h2
-rw-r--r--ext/voamrwbenc/gstvoamrwb.c2
-rw-r--r--ext/voamrwbenc/gstvoamrwbenc.c2
-rw-r--r--ext/voamrwbenc/gstvoamrwbenc.h2
-rw-r--r--tests/examples/camerabin2/gst-camera2.c2
-rw-r--r--tests/examples/camerabin2/gst-camera2.h2
-rw-r--r--tests/icles/metadata_editor.c2
-rw-r--r--tests/icles/metadata_editor.h2
10 files changed, 11 insertions, 11 deletions
diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml
index 896d1aa81..98ab90a71 100644
--- a/docs/plugins/inspect/plugin-neon.xml
+++ b/docs/plugins/inspect/plugin-neon.xml
@@ -14,7 +14,7 @@
<longname>HTTP client source</longname>
<class>Source/Network</class>
<description>Receive data as a client over the network via HTTP using NEON</description>
- <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Rosfran Borges &lt;rosfran.borges@indt.org.br&gt;, Andre Moreira Magalhaes &lt;andre.magalhaes@indt.org.br&gt;</author>
+ <author>Edgard Lima &lt;edgard.lima@gmail.com&gt;, Rosfran Borges &lt;rosfran.borges@indt.org.br&gt;, Andre Moreira Magalhaes &lt;andre.magalhaes@indt.org.br&gt;</author>
<pads>
<caps>
<name>src</name>
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c
index 03c596c4c..600ea1429 100644
--- a/ext/neon/gstneonhttpsrc.c
+++ b/ext/neon/gstneonhttpsrc.c
@@ -1,5 +1,5 @@
/* GStreamer
- * Copyright (C) <2005> Edgard Lima <edgard.lima@indt.org.br>
+ * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
* Copyright (C) <2006> Rosfran Borges <rosfran.borges@indt.org.br>
* Copyright (C) <2006> Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
*
@@ -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@indt.org.br>, "
+ "Edgard Lima <edgard.lima@gmail.com>, "
"Rosfran Borges <rosfran.borges@indt.org.br>, "
"Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>");
}
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h
index 85ed48bfa..5a61433d3 100644
--- a/ext/neon/gstneonhttpsrc.h
+++ b/ext/neon/gstneonhttpsrc.h
@@ -1,5 +1,5 @@
/* GStreamer
- * Copyright (C) <2005> Edgard Lima <edgard.lima@indt.org.br>
+ * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
* Copyright (C) <2006> Rosfran Borges <rosfran.borges@indt.org.br>
* Copyright (C) <2006> Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
*
diff --git a/ext/voamrwbenc/gstvoamrwb.c b/ext/voamrwbenc/gstvoamrwb.c
index 6dc0be385..48501c32e 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 <edgard.lima@indt.org.br>
+ * Copyright (C) 2006 Edgard Lima <edgard.lima@gmail.com>
*
* 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 f74495819..f84e576a1 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 <edgard.lima@indt.org.br>
+ * Copyright (C) 2006 Edgard Lima <edgard.lima@gmail.com>
*
* 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 a66f84508..2b71986c7 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 <edgard.lima@indt.org.br>
+ * Copyright (C) 2006 Edgard Lima <edgard.lima@gmail.com>
*
* 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 5104d3b0f..a1cfa39ec 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 825d10a4e..57f43eaec 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 7352e7ba8..570522072 100644
--- a/tests/icles/metadata_editor.c
+++ b/tests/icles/metadata_editor.c
@@ -1,6 +1,6 @@
/*
* GStreamer
- * Copyright 2007 Edgard Lima <edgard.lima@indt.org.br>
+ * Copyright 2007 Edgard Lima <edgard.lima@gmail.com>
*
* 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 22a634672..5edf32b32 100644
--- a/tests/icles/metadata_editor.h
+++ b/tests/icles/metadata_editor.h
@@ -1,6 +1,6 @@
/*
* GStreamer
- * Copyright 2007 Edgard Lima <edgard.lima@indt.org.br>
+ * Copyright 2007 Edgard Lima <edgard.lima@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),