Update with my current e-mail address.

This commit is contained in:
Gwenole Beauchesne 2011-10-19 14:43:56 +02:00
parent 89a244ede4
commit fcaad720fb
7 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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@

View file

@ -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,

View file

@ -1,5 +1,5 @@
This package is maintained by:
Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Copyright:

View file

@ -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[] =

View file

@ -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 "; "

View file

@ -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 =