mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: add moved gl lib to documentation
This commit is contained in:
parent
d85a7a9b2e
commit
666bbb1550
4 changed files with 1171 additions and 2 deletions
|
@ -41,7 +41,9 @@ IGNORE_HFILES = pbutils-private.h gsttageditingprivate.h id3v2.h \
|
||||||
kiss_fftr_s16.h kiss_fftr_s32.h kiss_fft_s16.h kiss_fft_s32.h \
|
kiss_fftr_s16.h kiss_fftr_s32.h kiss_fft_s16.h kiss_fft_s32.h \
|
||||||
_kiss_fft_guts_f32.h _kiss_fft_guts_f64.h _kiss_fft_guts_s16.h \
|
_kiss_fft_guts_f32.h _kiss_fft_guts_f64.h _kiss_fft_guts_s16.h \
|
||||||
_kiss_fft_guts_s16.h _kiss_fft_guts_s32.h _kiss_fft_guts_s32.h \
|
_kiss_fft_guts_s16.h _kiss_fft_guts_s32.h _kiss_fft_guts_s32.h \
|
||||||
pbutils-marshal.h
|
pbutils-marshal.h \
|
||||||
|
$(top_srcdir)/gst-libs/gst/gl/gstglcontext_private.h \
|
||||||
|
$(top_srcdir)/gst-libs/gst/gl/gstglsl_private.h
|
||||||
|
|
||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
|
@ -68,6 +70,7 @@ GTKDOC_LIBS = \
|
||||||
$(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \
|
$(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \
|
||||||
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
|
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
|
||||||
$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_API_VERSION@.la \
|
$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_API_VERSION@.la \
|
||||||
|
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
|
||||||
$(GST_BASE_LIBS)
|
$(GST_BASE_LIBS)
|
||||||
|
|
||||||
# If you need to override some of the declarations, place them in this file
|
# If you need to override some of the declarations, place them in this file
|
||||||
|
|
|
@ -218,6 +218,65 @@
|
||||||
<xi:include href="xml/gstvideoutils.xml" />
|
<xi:include href="xml/gstvideoutils.xml" />
|
||||||
<xi:include href="xml/gstnavigation.xml" />
|
<xi:include href="xml/gstnavigation.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="gl">
|
||||||
|
<title>OpenGL Integration Library</title>
|
||||||
|
<para>
|
||||||
|
This library should be linked to by getting cflags and libs from
|
||||||
|
<filename>gstreamer-gl-&GST_API_VERSION;.pc</filename>
|
||||||
|
</para>
|
||||||
|
<xi:include href="xml/gstglapi.xml"/>
|
||||||
|
<xi:include href="xml/gstglbasefilter.xml"/>
|
||||||
|
<xi:include href="xml/gstglbasememory.xml"/>
|
||||||
|
<xi:include href="xml/gstglbuffer.xml"/>
|
||||||
|
<xi:include href="xml/gstglbufferpool.xml"/>
|
||||||
|
<xi:include href="xml/gstglcolorconvert.xml"/>
|
||||||
|
<xi:include href="xml/gstglcontext.xml"/>
|
||||||
|
<!-- Not exposed as public API
|
||||||
|
<xi:include href="xml/gstglcontextcocoa.xml"/>
|
||||||
|
<xi:include href="xml/gstglcontexteagl.xml"/>
|
||||||
|
<xi:include href="xml/gstglcontextegl.xml"/>
|
||||||
|
<xi:include href="xml/gstglcontextglx.xml"/>
|
||||||
|
<xi:include href="xml/gstglcontextwgl.xml"/>
|
||||||
|
-->
|
||||||
|
<xi:include href="xml/gstgldisplay.xml"/>
|
||||||
|
<!-- Not exposed as public API
|
||||||
|
<xi:include href="xml/gstgldisplaycocoa.xml"/>
|
||||||
|
<xi:include href="xml/gstgldisplayegl.xml"/>
|
||||||
|
-->
|
||||||
|
<xi:include href="xml/gstgldisplaywayland.xml"/>
|
||||||
|
<xi:include href="xml/gstgldisplayx11.xml"/>
|
||||||
|
<xi:include href="xml/gsteglimage.xml"/>
|
||||||
|
<xi:include href="xml/gstglfilter.xml"/>
|
||||||
|
<xi:include href="xml/gstglframebuffer.xml"/>
|
||||||
|
<xi:include href="xml/gstglmemory.xml"/>
|
||||||
|
<xi:include href="xml/gstglmemoryegl.xml"/>
|
||||||
|
<xi:include href="xml/gstglmemorypbo.xml"/>
|
||||||
|
<xi:include href="xml/gstgloverlaycompositor.xml"/>
|
||||||
|
<xi:include href="xml/gstglquery.xml"/>
|
||||||
|
<xi:include href="xml/gstglrenderbuffer.xml"/>
|
||||||
|
<xi:include href="xml/gstglshader.xml"/>
|
||||||
|
<xi:include href="xml/gstglsl.xml"/>
|
||||||
|
<xi:include href="xml/gstglslstage.xml"/>
|
||||||
|
<xi:include href="xml/gstglsyncmeta.xml"/>
|
||||||
|
<xi:include href="xml/gstglupload.xml"/>
|
||||||
|
<xi:include href="xml/gstglviewconvert.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindow.xml"/>
|
||||||
|
<!-- Not exposed as public API
|
||||||
|
<xi:include href="xml/gstglwindowandroid.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindowcocoa.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindowdispmanx.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindoweagl.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindowwayland.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindowwin32.xml"/>
|
||||||
|
<xi:include href="xml/gstglwindowx11.xml"/>
|
||||||
|
-->
|
||||||
|
<!-- Some utilities -->
|
||||||
|
<xi:include href="xml/gstgldebug.xml"/>
|
||||||
|
<xi:include href="xml/gstglformat.xml"/>
|
||||||
|
<xi:include href="xml/gstglutils.xml"/>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
<part id="gstreamer-libs-hierarchy">
|
<part id="gstreamer-libs-hierarchy">
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -62,4 +62,26 @@ gst_encoding_audio_profile_get_type
|
||||||
gst_encoding_container_profile_get_type
|
gst_encoding_container_profile_get_type
|
||||||
gst_encoding_target_get_type
|
gst_encoding_target_get_type
|
||||||
|
|
||||||
|
#include <gst/gl/gl.h>
|
||||||
|
gst_gl_allocation_params_get_type
|
||||||
|
gst_gl_base_memory_allocator_get_type
|
||||||
|
gst_gl_buffer_allocation_params_get_type
|
||||||
|
gst_gl_buffer_allocator_get_type
|
||||||
|
gst_gl_video_allocation_params_get_type
|
||||||
|
gst_gl_memory_allocator_get_type
|
||||||
|
gst_gl_memory_pbo_allocator_get_type
|
||||||
|
gst_gl_renderbuffer_allocation_params_get_type
|
||||||
|
gst_gl_renderbuffer_allocator_get_type
|
||||||
|
gst_gl_base_filter_get_type
|
||||||
|
gst_gl_buffer_pool_get_type
|
||||||
|
gst_gl_color_convert_get_type
|
||||||
|
gst_gl_context_get_type
|
||||||
|
gst_gl_display_get_type
|
||||||
|
gst_gl_filter_get_type
|
||||||
|
gst_gl_framebuffer_get_type
|
||||||
|
gst_gl_shader_get_type
|
||||||
|
gst_glsl_stage_get_type
|
||||||
|
gst_gl_overlay_compositor_get_type
|
||||||
|
gst_gl_upload_get_type
|
||||||
|
gst_gl_view_convert_get_type
|
||||||
|
gst_gl_window_get_type
|
||||||
|
|
Loading…
Reference in a new issue