mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
Update with my current e-mail address.
This commit is contained in:
parent
89a244ede4
commit
fcaad720fb
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
This package is maintained by:
|
||||
Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
|
||||
Gwenole Beauchesne <gwenole.beauchesne@intel.com>
|
||||
|
||||
Copyright:
|
||||
|
||||
|
|
|
@ -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[] =
|
||||
|
|
|
@ -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 "; "
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue