summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-10-19 14:43:56 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-10-19 14:49:34 +0200
commitfcaad720fb8892017e33e4ca0eb0175727473fc9 (patch)
treeb0034b7fb5f8844cde3573958cb3a49315111fcf
parent89a244ede4539200116643d020b18d55a7e85083 (diff)
Update with my current e-mail address.
-rw-r--r--configure.ac2
-rw-r--r--debian.upstream/changelog.in2
-rw-r--r--debian.upstream/control.in2
-rw-r--r--debian.upstream/copyright2
-rw-r--r--gst/vaapiconvert/gstvaapiconvert.c2
-rw-r--r--gst/vaapidecode/gstvaapidecode.c2
-rw-r--r--gst/vaapisink/gstvaapisink.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 76a684a9..3e995b50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ m4_define([gtkdoc_version], [gtkdoc_major_version.gtkdoc_minor_version])
AC_PREREQ([2.57])
AC_INIT([gst_vaapi], [gst_vaapi_version],
- [gbeauchesne@splitted-desktop.com],
+ [gwenole.beauchesne@intel.com],
[gstreamer-vaapi])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CANONICAL_TARGET
diff --git a/debian.upstream/changelog.in b/debian.upstream/changelog.in
index 4ecfad0e..92f9d3de 100644
--- a/debian.upstream/changelog.in
+++ b/debian.upstream/changelog.in
@@ -2,4 +2,4 @@ gstreamer@GST_MAJORMINOR@-vaapi (@PACKAGE_VERSION@-1) unstable; urgency=low
* Autogenerated package, see NEWS file for ChangeLog.
- -- Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> @TODAY@
+ -- Gwenole Beauchesne <gwenole.beauchesne@intel.com> @TODAY@
diff --git a/debian.upstream/control.in b/debian.upstream/control.in
index fed84263..0e1c8e5f 100644
--- a/debian.upstream/control.in
+++ b/debian.upstream/control.in
@@ -1,7 +1,7 @@
Source: gstreamer@GST_MAJORMINOR@-vaapi
Section: libs
Priority: optional
-Maintainer: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
+Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Build-Depends: debhelper (>= 5),
cdbs,
libglib2.0-dev,
diff --git a/debian.upstream/copyright b/debian.upstream/copyright
index 4a568de5..04c86b50 100644
--- a/debian.upstream/copyright
+++ b/debian.upstream/copyright
@@ -1,5 +1,5 @@
This package is maintained by:
-Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
+Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Copyright:
diff --git a/gst/vaapiconvert/gstvaapiconvert.c b/gst/vaapiconvert/gstvaapiconvert.c
index 1d2fef2b..acd2667d 100644
--- a/gst/vaapiconvert/gstvaapiconvert.c
+++ b/gst/vaapiconvert/gstvaapiconvert.c
@@ -47,7 +47,7 @@ static const GstElementDetails gst_vaapiconvert_details =
"VA-API colorspace converter",
"Filter/Converter/Video",
GST_PLUGIN_DESC,
- "Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>");
+ "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
/* Default templates */
static const char gst_vaapiconvert_yuv_caps_str[] =
diff --git a/gst/vaapidecode/gstvaapidecode.c b/gst/vaapidecode/gstvaapidecode.c
index 41a40485..90eeb1cc 100644
--- a/gst/vaapidecode/gstvaapidecode.c
+++ b/gst/vaapidecode/gstvaapidecode.c
@@ -48,7 +48,7 @@ static const GstElementDetails gst_vaapidecode_details =
"VA-API decoder",
"Codec/Decoder/Video",
GST_PLUGIN_DESC,
- "Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>");
+ "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
/* Default templates */
#define GST_CAPS_CODEC(CODEC) CODEC "; "
diff --git a/gst/vaapisink/gstvaapisink.c b/gst/vaapisink/gstvaapisink.c
index 8bd8092f..43794ab2 100644
--- a/gst/vaapisink/gstvaapisink.c
+++ b/gst/vaapisink/gstvaapisink.c
@@ -56,7 +56,7 @@ static const GstElementDetails gst_vaapisink_details =
"VA-API sink",
"Sink/Video",
GST_PLUGIN_DESC,
- "Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>");
+ "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
/* Default template */
static GstStaticPadTemplate gst_vaapisink_sink_factory =