mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
Fix documentation.
This commit is contained in:
parent
b182366483
commit
e4d9e06945
3 changed files with 22 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
|||
<chapter>
|
||||
<title>gst-plugins-vaapi Library</title>
|
||||
<xi:include href="xml/gstvaapitypes.xml"/>
|
||||
<xi:include href="xml/gstvaapivalue.xml"/>
|
||||
<xi:include href="xml/gstvaapiparamspecs.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay_x11.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow.xml"/>
|
||||
|
|
|
@ -161,12 +161,25 @@ GST_VAAPI_VIDEO_BUFFER_GET_CLASS
|
|||
GstVaapiID
|
||||
GST_VAAPI_ID_FORMAT
|
||||
GST_VAAPI_ID_ARGS
|
||||
gst_vaapi_value_get_id
|
||||
gst_vaapi_value_set_id
|
||||
GstVaapiPoint
|
||||
GstVaapiRectangle
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapivalue</FILE>
|
||||
<TITLE></TITLE>
|
||||
GST_VAAPI_TYPE_ID
|
||||
gst_vaapi_value_get_id
|
||||
gst_vaapi_value_set_id
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiparamspecs</FILE>
|
||||
<TITLE></TITLE>
|
||||
GstVaapiParamSpecID
|
||||
gst_vaapi_param_spec_id
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiwindow</FILE>
|
||||
<TITLE>GstVaapiWindow</TITLE>
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gstvaapiparamspecs
|
||||
* @short_description: GParamSpecs for some of our types
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <va/va.h>
|
||||
#include "gstvaapiparamspecs.h"
|
||||
|
|
Loading…
Reference in a new issue