mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +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
|
||||
* @short_description:
|
||||
* SECTION:gstvaapidisplay
|
||||
* @short_description: VA display abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-display-x11
|
||||
* @short_description:
|
||||
* SECTION:gstvaapidisplay_x11
|
||||
* @short_description: VA/X11 display abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-image
|
||||
* @short_description:
|
||||
* SECTION:gstvaapiimage
|
||||
* @short_description: VA image abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-image-format
|
||||
* @short_description:
|
||||
* SECTION:gstvaapiimageformat
|
||||
* @short_description: VA image format abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-image-pool
|
||||
* @short_description:
|
||||
* SECTION:gstvaapiimagepool
|
||||
* @short_description: VA image pool
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gstvaapiobject
|
||||
* @short_description: Base VA object
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gstvaapiobject.h"
|
||||
#include "gstvaapimarshal.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-subpicture
|
||||
* @short_description:
|
||||
* SECTION:gstvaapisubpicture
|
||||
* @short_description: VA subpicture abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-surface
|
||||
* @short_description:
|
||||
* SECTION:gstvaapisurface
|
||||
* @short_description: VA surface abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-surface-pool
|
||||
* @short_description:
|
||||
* SECTION:gstvaapisurfacepool
|
||||
* @short_description: VA surface pool
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-video-buffer
|
||||
* @short_description:
|
||||
* SECTION:gstvaapivideobuffer
|
||||
* @short_description: VA video buffer for GStreamer
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-video-pool
|
||||
* @short_description:
|
||||
* SECTION:gstvaapivideopool
|
||||
* @short_description: Video object pool abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-video-sink:
|
||||
* SECTION:gstvaapivideosink
|
||||
* @short_description: An interface for implementing VA-API sink elements
|
||||
*/
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-window
|
||||
* @short_description:
|
||||
* SECTION:gstvaapiwindow
|
||||
* @short_description: VA window abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gst-vaapi-window-x11
|
||||
* @short_description:
|
||||
* SECTION:gstvaapiwindow_x11
|
||||
* @short_description: VA/X11 window abstraction
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in a new issue