mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
Updated docs
Original commit message from CVS: Updated docs
This commit is contained in:
parent
415ced1c0b
commit
e990c2c7d5
4 changed files with 237 additions and 211 deletions
|
@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=gstreamer-docs.sgml
|
|||
DOC_SOURCE_DIR=$(top_srcdir)/gst
|
||||
|
||||
CFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
||||
LDFLAGS = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la $(top_srcdir)/gst/elements/libgstelements.la
|
||||
LDFLAGS = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/.libs/libgst.so $(top_srcdir)/gst/elements/.libs/libgstelements.so
|
||||
|
||||
EXTRA_DIST=gstreamer.types.in
|
||||
|
||||
|
@ -89,8 +89,8 @@ gstreamer-decl.txt:
|
|||
$(MAKE) scan
|
||||
|
||||
scanobj: $(srcdir)/$(DOC_MODULE).types
|
||||
-CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) gtkdoc-scanobj --module=$(DOC_MODULE)
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR)
|
||||
-CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" gtkdoc-scanobj --module=$(DOC_MODULE)
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR)
|
||||
|
||||
|
||||
scan:
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,6 +23,7 @@
|
|||
<!entity GstType SYSTEM "sgml/gsttype.sgml">
|
||||
<!entity GstUtils SYSTEM "sgml/gstutils.sgml">
|
||||
<!entity GstXml SYSTEM "sgml/gstxml.sgml">
|
||||
<!entity cothreads SYSTEM "sgml/cothreads.sgml">
|
||||
|
||||
<!entity GstFakeSrc SYSTEM "sgml/gstfakesrc.sgml">
|
||||
<!entity GstFakeSink SYSTEM "sgml/gstfakesink.sgml">
|
||||
|
@ -82,6 +83,8 @@ with some more specialized elements.</para>
|
|||
&GstCpu;
|
||||
&GstTrace;
|
||||
&GstXml;
|
||||
|
||||
&cothreads;
|
||||
</chapter>
|
||||
|
||||
<chapter id="element-types">
|
||||
|
|
|
@ -15,6 +15,8 @@ cothread_create
|
|||
cothread_setfunc
|
||||
cothread_switch
|
||||
cothread_main
|
||||
cothread_set_data
|
||||
cothread_get_data
|
||||
<SUBSECTION Standard>
|
||||
GET_SP
|
||||
JUMP
|
||||
|
@ -272,6 +274,7 @@ GST_PAD_CAN_PULL
|
|||
GstPad
|
||||
GstPadChainFunction
|
||||
GstPadPullFunction
|
||||
GstPadPullRegionFunction
|
||||
GstPadPushFunction
|
||||
GstPadQoSFunction
|
||||
GstPadDirection
|
||||
|
@ -294,6 +297,7 @@ gst_pad_connect
|
|||
gst_pad_disconnect
|
||||
gst_pad_push
|
||||
gst_pad_pull
|
||||
gst_pad_pull_region
|
||||
gst_pad_set_qos_function
|
||||
gst_pad_handle_qos
|
||||
gst_pad_save_thyself
|
||||
|
|
Loading…
Reference in a new issue