Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-base
Commits
666bbb15
Commit
666bbb15
authored
Dec 15, 2017
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: add moved gl lib to documentation
parent
d85a7a9b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1171 additions
and
2 deletions
+1171
-2
docs/libs/Makefile.am
docs/libs/Makefile.am
+4
-1
docs/libs/gst-plugins-base-libs-docs.sgml
docs/libs/gst-plugins-base-libs-docs.sgml
+59
-0
docs/libs/gst-plugins-base-libs-sections.txt
docs/libs/gst-plugins-base-libs-sections.txt
+1085
-0
docs/libs/gst-plugins-base-libs.types
docs/libs/gst-plugins-base-libs.types
+23
-1
No files found.
docs/libs/Makefile.am
View file @
666bbb15
...
...
@@ -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_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
\
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.
...
...
@@ -68,6 +70,7 @@ GTKDOC_LIBS = \
$(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/riff/libgstriff-@GST_API_VERSION@.la
\
$(top_builddir)
/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la
\
$(GST_BASE_LIBS)
# If you need to override some of the declarations, place them in this file
...
...
docs/libs/gst-plugins-base-libs-docs.sgml
View file @
666bbb15
...
...
@@ -218,6 +218,65 @@
<xi:include
href=
"xml/gstvideoutils.xml"
/>
<xi:include
href=
"xml/gstnavigation.xml"
/>
</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
id=
"gstreamer-libs-hierarchy"
>
...
...
docs/libs/gst-plugins-base-libs-sections.txt
View file @
666bbb15
This diff is collapsed.
Click to expand it.
docs/libs/gst-plugins-base-libs.types
View file @
666bbb15
...
...
@@ -62,4 +62,26 @@ gst_encoding_audio_profile_get_type
gst_encoding_container_profile_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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment