From fcaad720fb8892017e33e4ca0eb0175727473fc9 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Wed, 19 Oct 2011 14:43:56 +0200 Subject: Update with my current e-mail address. --- configure.ac | 2 +- debian.upstream/changelog.in | 2 +- debian.upstream/control.in | 2 +- debian.upstream/copyright | 2 +- gst/vaapiconvert/gstvaapiconvert.c | 2 +- gst/vaapidecode/gstvaapidecode.c | 2 +- gst/vaapisink/gstvaapisink.c | 2 +- 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 @TODAY@ + -- Gwenole Beauchesne @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 +Maintainer: Gwenole Beauchesne 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 +Gwenole Beauchesne 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 "); + "Gwenole Beauchesne "); /* 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 "); + "Gwenole Beauchesne "); /* 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 "); + "Gwenole Beauchesne "); /* Default template */ static GstStaticPadTemplate gst_vaapisink_sink_factory = -- cgit v1.2.3