summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-10-08 07:18:15 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-10-09 08:06:45 -0700
commit6f4d40ded3775d71e185b54b9db5ff2edb0f431f (patch)
tree2790ff4a6b476f1612fabf44cac01afb0601b861 /sys
parent408b3a87fd3182cb03468c7154b65cb53ce0adc8 (diff)
downloadgstreamer-plugins-bad-6f4d40ded3775d71e185b54b9db5ff2edb0f431f.tar.gz
Update my email address
Diffstat (limited to 'sys')
-rw-r--r--sys/dvb/dvbbasebin.c4
-rw-r--r--sys/dvb/gstdvbsrc.c4
-rw-r--r--sys/dvb/gstdvbsrc.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/dvb/dvbbasebin.c b/sys/dvb/dvbbasebin.c
index c05f65ed6..f02cda013 100644
--- a/sys/dvb/dvbbasebin.c
+++ b/sys/dvb/dvbbasebin.c
@@ -5,7 +5,7 @@
*
* Authors:
* Alessandro Decina <alessandro@nnva.org>
- * Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+ * Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -342,7 +342,7 @@ dvb_base_bin_class_init (DvbBaseBinClass * klass)
"Source/Bin/Video",
"Access descramble and split DVB streams",
"Alessandro Decina <alessandro@nnva.org>\n"
- "Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>");
+ "Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>");
gobject_class = G_OBJECT_CLASS (klass);
gobject_class->set_property = dvb_base_bin_set_property;
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c
index 3376a05b7..9842d47cc 100644
--- a/sys/dvb/gstdvbsrc.c
+++ b/sys/dvb/gstdvbsrc.c
@@ -2,7 +2,7 @@
* Copyright (C) 2006 Zaheer Abbas Merali <zaheerabbas at merali
* dot org>
* Copyright (C) 2014 Samsung Electronics. All rights reserved.
- * @Author: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+ * @Author: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -627,7 +627,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass)
"Digital Video Broadcast Source",
"P2P-VCR, C-Lab, University of Paderborn, "
"Zaheer Abbas Merali <zaheerabbas at merali dot org>\n"
- "Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>");
+ "Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>");
gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_dvbsrc_start);
gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_dvbsrc_stop);
diff --git a/sys/dvb/gstdvbsrc.h b/sys/dvb/gstdvbsrc.h
index e504ea89c..da6b5bc12 100644
--- a/sys/dvb/gstdvbsrc.h
+++ b/sys/dvb/gstdvbsrc.h
@@ -2,7 +2,7 @@
* Copyright (C) 2006 Zaheer Abbas Merali <zaheerabbas at merali
* dot org>
* Copyright (C) 2014 Samsung Electronics. All rights reserved.
- * @Author: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+ * @Author: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public