mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
eglglessink: Documentation: Hook eglglessink documentation in
This commit is contained in:
parent
c9b17f28f6
commit
fd0d83d62b
3 changed files with 17 additions and 0 deletions
|
@ -74,6 +74,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/ext/dc1394/gstdc1394.h \
|
||||
$(top_srcdir)/ext/directfb/dfbvideosink.h \
|
||||
$(top_srcdir)/ext/dts/gstdtsdec.h \
|
||||
$(top_srcdir)/ext/eglgles/gsteglglessink.h \
|
||||
$(top_srcdir)/ext/faac/gstfaac.h \
|
||||
$(top_srcdir)/ext/faad/gstfaad.h \
|
||||
$(top_srcdir)/ext/kate/gstkateenc.h \
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
<xi:include href="xml/element-dvdspu.xml" />
|
||||
<xi:include href="xml/element-exclusion.xml" />
|
||||
<xi:include href="xml/element-edgedetect.xml" />
|
||||
<xi:include href="xml/element-eglglessink.xml" />
|
||||
<xi:include href="xml/element-faac.xml" />
|
||||
<xi:include href="xml/element-faad.xml" />
|
||||
<xi:include href="xml/element-faceblur.xml" />
|
||||
|
@ -114,6 +115,7 @@
|
|||
<xi:include href="xml/plugin-dtsdec.xml" />
|
||||
<xi:include href="xml/plugin-dvb.xml" />
|
||||
<xi:include href="xml/plugin-dvdspu.xml" />
|
||||
<xi:include href="xml/plugin-eglglessink.xml" />
|
||||
<xi:include href="xml/plugin-faac.xml" />
|
||||
<xi:include href="xml/plugin-faad.xml" />
|
||||
<xi:include href="xml/plugin-festival.xml" />
|
||||
|
|
|
@ -574,6 +574,20 @@ gst_edgedetect_get_type
|
|||
gst_edgedetect_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-eglglessink</FILE>
|
||||
<TITLE>eglglessink</TITLE>
|
||||
GstEglGlesSink
|
||||
<SUBSECTION Standard>
|
||||
GstEglGlesSinkClass
|
||||
GST_TYPE_EGLGLESSINK
|
||||
GST_EGLGLESSINK
|
||||
GST_IS_EGLGLESSINK
|
||||
GST_EGLGLESSINK_CLASS
|
||||
GST_IS_EGLGLESSINK_CLASS
|
||||
gst_eglglessink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-exclusion</FILE>
|
||||
<TITLE>exclusion</TITLE>
|
||||
|
|
Loading…
Reference in a new issue