mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
Fix short descriptions.
This commit is contained in:
parent
b2986daed4
commit
755f198a74
14 changed files with 30 additions and 25 deletions
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-display
|
* SECTION:gstvaapidisplay
|
||||||
* @short_description:
|
* @short_description: VA display abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-display-x11
|
* SECTION:gstvaapidisplay_x11
|
||||||
* @short_description:
|
* @short_description: VA/X11 display abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-image
|
* SECTION:gstvaapiimage
|
||||||
* @short_description:
|
* @short_description: VA image abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-image-format
|
* SECTION:gstvaapiimageformat
|
||||||
* @short_description:
|
* @short_description: VA image format abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-image-pool
|
* SECTION:gstvaapiimagepool
|
||||||
* @short_description:
|
* @short_description: VA image pool
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -18,6 +18,11 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:gstvaapiobject
|
||||||
|
* @short_description: Base VA object
|
||||||
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "gstvaapiobject.h"
|
#include "gstvaapiobject.h"
|
||||||
#include "gstvaapimarshal.h"
|
#include "gstvaapimarshal.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-subpicture
|
* SECTION:gstvaapisubpicture
|
||||||
* @short_description:
|
* @short_description: VA subpicture abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-surface
|
* SECTION:gstvaapisurface
|
||||||
* @short_description:
|
* @short_description: VA surface abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-surface-pool
|
* SECTION:gstvaapisurfacepool
|
||||||
* @short_description:
|
* @short_description: VA surface pool
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-video-buffer
|
* SECTION:gstvaapivideobuffer
|
||||||
* @short_description:
|
* @short_description: VA video buffer for GStreamer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-video-pool
|
* SECTION:gstvaapivideopool
|
||||||
* @short_description:
|
* @short_description: Video object pool abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-video-sink:
|
* SECTION:gstvaapivideosink
|
||||||
* @short_description: An interface for implementing VA-API sink elements
|
* @short_description: An interface for implementing VA-API sink elements
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-window
|
* SECTION:gstvaapiwindow
|
||||||
* @short_description:
|
* @short_description: VA window abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gst-vaapi-window-x11
|
* SECTION:gstvaapiwindow_x11
|
||||||
* @short_description:
|
* @short_description: VA/X11 window abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
Loading…
Reference in a new issue