mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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
|
Description: VA-API plugins for GStreamer
|
||||||
This package contains GStreamer plugins for VA-API support:
|
This package contains GStreamer plugins for VA-API support:
|
||||||
- `vaapidecode': decode bitstreams using VA-API
|
- `vaapidecode': decode bitstreams using VA-API
|
||||||
- `vaapiupload': converts from YUV pixels to VA surfaces
|
@USE_ENCODERS_TRUE@ - `vaapiencode_mpeg2': encode bitstreams using VA-API (MPEG-2 codec)
|
||||||
- `vaapidownload': convert from VA surfaces to YUV pixels
|
@USE_ENCODERS_TRUE@ - `vaapiencode_h264': encode bitstreams using VA-API (H.264 codec)
|
||||||
- `vaapipostproc': postprocess VA surfaces, e.g. deinterlacing
|
@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
|
- `vaapisink': a VA-API based video sink
|
||||||
|
|
||||||
Package: gstreamer@GST_API_VERSION@-vaapi-doc
|
Package: gstreamer@GST_API_VERSION@-vaapi-doc
|
||||||
|
|
|
@ -9,7 +9,7 @@ Copyright:
|
||||||
License:
|
License:
|
||||||
|
|
||||||
Copyright (C) 2010-2011, Splitted-Desktop Systems.
|
Copyright (C) 2010-2011, Splitted-Desktop Systems.
|
||||||
Copyright (C) 2011-2013, Intel Corporation.
|
Copyright (C) 2011-2014, Intel Corporation.
|
||||||
Copyright (C) 2011, Collabora Ltd.
|
Copyright (C) 2011, Collabora Ltd.
|
||||||
|
|
||||||
gstreamer-vaapi helper libraries and plugins elements are available under
|
gstreamer-vaapi helper libraries and plugins elements are available under
|
||||||
|
|
Loading…
Reference in a new issue