mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
debian: fix package description.
Try to improve package description for the compiled plug-in elements available in there. e.g. only display vaapidownload and vaapiupload for GStreamer 0.10 builds, display vaapiencode_* elements when VA encoding is enabled, etc. Also increase the copyright notice date.
This commit is contained in:
parent
cab11ef609
commit
183897d4ae
2 changed files with 6 additions and 4 deletions
|
@ -24,9 +24,11 @@ Suggests: gstreamer@GST_API_VERSION@-vaapi-doc
|
|||
Description: VA-API plugins for GStreamer
|
||||
This package contains GStreamer plugins for VA-API support:
|
||||
- `vaapidecode': decode bitstreams using VA-API
|
||||
- `vaapiupload': converts from YUV pixels to VA surfaces
|
||||
- `vaapidownload': convert from VA surfaces to YUV pixels
|
||||
- `vaapipostproc': postprocess VA surfaces, e.g. deinterlacing
|
||||
@USE_ENCODERS_TRUE@ - `vaapiencode_mpeg2': encode bitstreams using VA-API (MPEG-2 codec)
|
||||
@USE_ENCODERS_TRUE@ - `vaapiencode_h264': encode bitstreams using VA-API (H.264 codec)
|
||||
@USE_GST_API_0_10_TRUE@ - `vaapiupload': convert from YUV pixels to VA surfaces
|
||||
@USE_GST_API_0_10_TRUE@ - `vaapidownload': convert from VA surfaces to YUV pixels
|
||||
- `vaapipostproc': postprocess VA surfaces, e.g. for deinterlacing
|
||||
- `vaapisink': a VA-API based video sink
|
||||
|
||||
Package: gstreamer@GST_API_VERSION@-vaapi-doc
|
||||
|
|
|
@ -9,7 +9,7 @@ Copyright:
|
|||
License:
|
||||
|
||||
Copyright (C) 2010-2011, Splitted-Desktop Systems.
|
||||
Copyright (C) 2011-2013, Intel Corporation.
|
||||
Copyright (C) 2011-2014, Intel Corporation.
|
||||
Copyright (C) 2011, Collabora Ltd.
|
||||
|
||||
gstreamer-vaapi helper libraries and plugins elements are available under
|
||||
|
|
Loading…
Reference in a new issue