2000-03-27 19:53:43 +00:00
|
|
|
<INCLUDE>gst/gst.h</INCLUDE>
|
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SECTION>
|
2000-03-27 19:53:43 +00:00
|
|
|
<FILE>cothreads</FILE>
|
|
|
|
CURRENT_STACK_FRAME
|
|
|
|
cothread_state
|
|
|
|
cothread_context
|
|
|
|
cothread_func
|
|
|
|
COTHREAD_STARTED
|
2001-12-28 20:27:59 +00:00
|
|
|
COTHREAD_DESTROYED
|
|
|
|
cothread_context_init
|
|
|
|
cothread_context_free
|
2002-03-31 14:00:33 +00:00
|
|
|
cothread_get_private
|
|
|
|
cothread_set_private
|
2000-03-27 19:53:43 +00:00
|
|
|
cothread_create
|
2001-12-28 20:27:59 +00:00
|
|
|
cothread_free
|
2000-03-27 19:53:43 +00:00
|
|
|
cothread_setfunc
|
2001-12-28 20:27:59 +00:00
|
|
|
cothread_stop
|
2000-03-27 19:53:43 +00:00
|
|
|
cothread_switch
|
2002-03-31 14:00:33 +00:00
|
|
|
cothread_context_get_data
|
|
|
|
cothread_context_set_data
|
2001-05-27 14:33:30 +00:00
|
|
|
cothread_lock
|
|
|
|
cothread_trylock
|
2001-12-28 20:27:59 +00:00
|
|
|
cothread_unlock
|
|
|
|
cothread_main
|
|
|
|
cothread_current_main
|
|
|
|
cothread_current
|
2002-03-31 14:00:33 +00:00
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
</SECTION>
|
|
|
|
|
2000-02-02 06:26:44 +00:00
|
|
|
<SECTION>
|
2000-03-27 19:53:43 +00:00
|
|
|
<FILE>gst</FILE>
|
|
|
|
<TITLE>Gst</TITLE>
|
|
|
|
gst_init
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_init_with_popt_table
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_version
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_main
|
|
|
|
gst_main_quit
|
2002-03-31 14:00:33 +00:00
|
|
|
g_log_domain_gstreamer
|
2001-04-17 21:14:55 +00:00
|
|
|
GST_VERSION_MAJOR
|
|
|
|
GST_VERSION_MINOR
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_VERSION_MICRO
|
2000-12-30 16:13:17 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_marshal_VOID__BOOLEAN
|
|
|
|
gst_marshal_VOID__INT
|
|
|
|
gst_marshal_VOID__INT_INT
|
|
|
|
gst_marshal_VOID__OBJECT
|
|
|
|
gst_marshal_VOID__OBJECT_PARAM
|
|
|
|
gst_marshal_VOID__OBJECT_POINTER
|
|
|
|
gst_marshal_VOID__OBJECT_STRING
|
|
|
|
gst_marshal_VOID__POINTER
|
|
|
|
gst_marshal_VOID__STRING
|
|
|
|
gst_marshal_VOID__VOID
|
2000-12-30 16:13:17 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstinfo</FILE>
|
2001-01-19 22:15:21 +00:00
|
|
|
<TITLE>GstInfo</TITLE>
|
2001-01-01 17:25:43 +00:00
|
|
|
gst_get_category_name
|
|
|
|
gst_info_get_categories
|
|
|
|
gst_info_set_categories
|
|
|
|
gst_info_enable_category
|
|
|
|
gst_info_disable_category
|
|
|
|
gst_default_info_handler
|
|
|
|
GST_INFO_ENABLED
|
|
|
|
GST_INFO
|
|
|
|
GST_INFO_ELEMENT
|
|
|
|
gst_debug_get_categories
|
|
|
|
gst_debug_set_categories
|
|
|
|
gst_debug_enable_category
|
|
|
|
gst_debug_disable_category
|
|
|
|
GST_DEBUG_ENTER
|
|
|
|
GST_DEBUG_LEAVE
|
|
|
|
GST_DEBUG
|
2000-12-30 16:13:17 +00:00
|
|
|
GST_DEBUG_FUNCPTR
|
|
|
|
GST_DEBUG_FUNCPTR_NAME
|
2001-01-01 17:25:43 +00:00
|
|
|
GST_DEBUG_PAD_NAME
|
2001-05-27 14:33:30 +00:00
|
|
|
GST_DEBUG_THREAD_ARGS
|
|
|
|
GST_DEBUG_THREAD_FORMAT
|
|
|
|
GST_DEBUG_ELEMENT
|
2001-01-01 17:25:43 +00:00
|
|
|
GST_ERROR
|
|
|
|
GST_ERROR_OBJECT
|
2001-05-27 14:33:30 +00:00
|
|
|
GstDebugHandler
|
|
|
|
gst_default_debug_handler
|
2001-01-01 17:25:43 +00:00
|
|
|
gst_default_error_handler
|
2000-12-30 16:13:17 +00:00
|
|
|
GstInfoHandler
|
|
|
|
GstErrorHandler
|
2001-10-19 22:49:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2001-10-21 15:47:23 +00:00
|
|
|
gst_debug_print_stack_trace
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_DEBUG_CHAR_MODE
|
|
|
|
GST_DEBUG_ENABLED
|
|
|
|
GST_DEBUG_ENABLE_CATEGORIES
|
2000-10-22 16:27:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-12-28 21:42:23 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstscheduler</FILE>
|
2001-12-09 13:17:13 +00:00
|
|
|
<TITLE>GstScheduler</TITLE>
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_SCHEDULER_PARENT
|
|
|
|
GST_SCHEDULER_STATE
|
2002-01-01 15:59:05 +00:00
|
|
|
GstSchedulerState
|
2002-03-31 14:00:33 +00:00
|
|
|
GstSchedulerFlags
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_scheduler_destroy
|
2001-12-28 20:27:59 +00:00
|
|
|
gst_scheduler_setup
|
|
|
|
gst_scheduler_reset
|
2001-12-09 13:17:13 +00:00
|
|
|
gst_scheduler_add_element
|
|
|
|
gst_scheduler_remove_element
|
2001-12-28 20:27:59 +00:00
|
|
|
gst_scheduler_state_transition
|
|
|
|
gst_scheduler_lock_element
|
|
|
|
gst_scheduler_unlock_element
|
|
|
|
gst_scheduler_yield
|
|
|
|
gst_scheduler_interrupt
|
|
|
|
gst_scheduler_error
|
2001-12-09 13:17:13 +00:00
|
|
|
gst_scheduler_pad_connect
|
|
|
|
gst_scheduler_pad_disconnect
|
|
|
|
gst_scheduler_pad_select
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_scheduler_add_scheduler
|
|
|
|
gst_scheduler_remove_scheduler
|
|
|
|
gst_scheduler_auto_clock
|
|
|
|
gst_scheduler_get_clock
|
|
|
|
gst_scheduler_set_clock
|
|
|
|
gst_scheduler_use_clock
|
|
|
|
gst_scheduler_clock_wait
|
2001-12-09 13:17:13 +00:00
|
|
|
gst_scheduler_iterate
|
|
|
|
gst_scheduler_show
|
2001-05-27 14:33:30 +00:00
|
|
|
<SUBSECTION Standard>
|
2001-12-09 13:17:13 +00:00
|
|
|
GstScheduler
|
|
|
|
GstSchedulerClass
|
|
|
|
gst_scheduler_get_type
|
|
|
|
GST_SCHEDULER
|
|
|
|
GST_IS_SCHEDULER
|
|
|
|
GST_TYPE_SCHEDULER
|
|
|
|
GST_SCHEDULER_CLASS
|
|
|
|
GST_IS_SCHEDULER_CLASS
|
2000-12-28 21:42:23 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-12-09 13:17:13 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstschedulerfactory</FILE>
|
|
|
|
<TITLE>GstSchedulerFactory</TITLE>
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_scheduler_factory_create
|
|
|
|
gst_scheduler_factory_destroy
|
|
|
|
gst_scheduler_factory_find
|
|
|
|
gst_scheduler_factory_get_list
|
|
|
|
gst_scheduler_factory_make
|
|
|
|
gst_scheduler_factory_new
|
|
|
|
gst_scheduler_factory_get_default_name
|
|
|
|
gst_scheduler_factory_set_default_name
|
2001-12-09 13:17:13 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_scheduler_factory_get_type
|
|
|
|
GST_IS_SCHEDULER_FACTORY
|
|
|
|
GST_IS_SCHEDULER_FACTORY_CLASS
|
|
|
|
GST_SCHEDULER_FACTORY
|
|
|
|
GST_SCHEDULER_FACTORY_CLASS
|
|
|
|
GST_TYPE_SCHEDULER_FACTORY
|
2001-12-09 13:17:13 +00:00
|
|
|
GstSchedulerFactory
|
|
|
|
GstSchedulerFactoryClass
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbin</FILE>
|
|
|
|
<TITLE>GstBin</TITLE>
|
2000-12-28 21:42:23 +00:00
|
|
|
GstBinFlags
|
2000-03-27 19:53:43 +00:00
|
|
|
GstBin
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_bin_new
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_bin_destroy
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_bin_add
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_bin_add_many
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_bin_remove
|
|
|
|
gst_bin_get_by_name
|
2001-01-31 20:27:00 +00:00
|
|
|
gst_bin_get_by_name_recurse_up
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_bin_get_list
|
|
|
|
gst_bin_set_state_type
|
|
|
|
gst_bin_iterate
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_bin_child_state_change
|
|
|
|
gst_bin_child_error
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_bin_auto_clock
|
|
|
|
gst_bin_get_clock
|
|
|
|
gst_bin_use_clock
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SUBSECTION Standard>
|
2000-03-27 19:53:43 +00:00
|
|
|
GstBinClass
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_bin_get_type
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_TYPE_BIN
|
|
|
|
GST_BIN
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_BIN_CLASS
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_BIN_CAST
|
|
|
|
GST_BIN_CLASS_CAST
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_IS_BIN
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_IS_BIN_CLASS
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_bin_details
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-01-19 22:15:21 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstparse</FILE>
|
|
|
|
<TITLE>GstParse</TITLE>
|
2002-04-07 23:32:16 +00:00
|
|
|
GstParseError
|
2001-01-19 22:15:21 +00:00
|
|
|
gst_parse_launch
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_parse_launchv
|
2001-01-19 22:15:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstarch</FILE>
|
|
|
|
GST_ARCH_CALL
|
|
|
|
GST_ARCH_SET_SP
|
|
|
|
GST_ARCH_SETUP_STACK
|
2001-03-21 21:43:56 +00:00
|
|
|
GST_ARCH_PRESETJMP
|
2001-01-19 22:15:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-10-19 22:49:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstdata</FILE>
|
|
|
|
<TITLE>GstData</TITLE>
|
|
|
|
GstData
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_DATA
|
|
|
|
GST_DATA_TYPE
|
|
|
|
</SECTION>
|
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbuffer</FILE>
|
2000-03-27 19:53:43 +00:00
|
|
|
<TITLE>GstBuffer</TITLE>
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_IS_BUFFER
|
|
|
|
GST_BUFFER
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_BUFFER_FLAGS
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_BUFFER_FLAG_IS_SET
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_BUFFER_FLAG_SET
|
|
|
|
GST_BUFFER_FLAG_UNSET
|
|
|
|
GST_BUFFER_DATA
|
|
|
|
GST_BUFFER_SIZE
|
|
|
|
GST_BUFFER_OFFSET
|
|
|
|
GST_BUFFER_MAXSIZE
|
|
|
|
GST_BUFFER_TIMESTAMP
|
2001-04-17 21:14:55 +00:00
|
|
|
GST_BUFFER_BUFFERPOOL
|
|
|
|
GST_BUFFER_POOL_PRIVATE
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_BUFFER_LOCK
|
|
|
|
GST_BUFFER_TRYLOCK
|
|
|
|
GST_BUFFER_UNLOCK
|
2001-04-22 16:04:19 +00:00
|
|
|
GST_BUFFER_PARENT
|
|
|
|
GST_BUFFER_MAXAGE
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_BUFFER_COPY_FUNC
|
|
|
|
GST_BUFFER_FREE_FUNC
|
2001-05-03 20:06:18 +00:00
|
|
|
GstBufferCopyFunc
|
|
|
|
GstBufferFreeFunc
|
2002-04-17 12:28:32 +00:00
|
|
|
GstBufferFlag
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GstBuffer
|
|
|
|
gst_buffer_new
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_buffer_new_from_pool
|
2001-04-22 16:04:19 +00:00
|
|
|
gst_buffer_copy
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_buffer_create_sub
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_buffer_append
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_buffer_ref
|
|
|
|
gst_buffer_ref_by_count
|
|
|
|
gst_buffer_unref
|
|
|
|
gst_buffer_destroy
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_buffer_is_span_fast
|
|
|
|
gst_buffer_merge
|
|
|
|
gst_buffer_span
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_buffer_print_stats
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SUBSECTION Standard>
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_TYPE_BUFFER
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-09-13 19:04:55 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbufferpool</FILE>
|
2001-10-19 22:49:35 +00:00
|
|
|
<TITLE>GstBufferPool</TITLE>
|
2000-09-13 19:04:55 +00:00
|
|
|
GstBufferPool
|
2001-10-19 22:49:35 +00:00
|
|
|
GstBufferPoolBufferNewFunction
|
|
|
|
GstBufferPoolDestroyHook
|
|
|
|
GST_BUFFER_POOL_UNLOCK
|
|
|
|
GST_BUFFER_POOL_LOCK
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_buffer_pool_new
|
2001-06-21 12:21:42 +00:00
|
|
|
gst_buffer_pool_ref
|
|
|
|
gst_buffer_pool_ref_by_count
|
|
|
|
gst_buffer_pool_unref
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_buffer_pool_destroy
|
2001-06-21 12:21:42 +00:00
|
|
|
gst_buffer_pool_get_default
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_buffer_pool_set_user_data
|
|
|
|
gst_buffer_pool_get_user_data
|
|
|
|
gst_buffer_pool_set_buffer_copy_function
|
|
|
|
gst_buffer_pool_set_buffer_free_function
|
|
|
|
gst_buffer_pool_set_buffer_new_function
|
|
|
|
gst_buffer_pool_set_destroy_hook
|
2000-10-22 16:27:21 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_BUFFER_POOL
|
2000-09-13 19:04:55 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-10-19 22:49:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstevent</FILE>
|
|
|
|
<TITLE>GstEvent</TITLE>
|
|
|
|
GstEventType
|
|
|
|
GST_EVENT_TYPE
|
2002-01-01 15:59:05 +00:00
|
|
|
GST_EVENT_SRC
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_EVENT_TIMESTAMP
|
|
|
|
GstSeekType
|
|
|
|
GST_EVENT_SEEK_TYPE
|
|
|
|
GST_EVENT_SEEK_OFFSET
|
|
|
|
GST_EVENT_SEEK_FLUSH
|
2002-01-01 15:59:05 +00:00
|
|
|
GST_EVENT_INFO_PROPS
|
2001-10-19 22:49:35 +00:00
|
|
|
GstEvent
|
|
|
|
gst_event_new
|
|
|
|
gst_event_free
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_event_copy
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_event_new_seek
|
|
|
|
gst_event_new_flush
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_event_new_info
|
2001-10-19 22:49:35 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_EVENT
|
|
|
|
GST_IS_EVENT
|
|
|
|
GST_TYPE_EVENT
|
|
|
|
</SECTION>
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstelement</FILE>
|
|
|
|
<TITLE>GstElement</TITLE>
|
|
|
|
GstElement
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_element_destroy
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_get_name
|
2002-04-19 10:26:04 +00:00
|
|
|
gst_element_set_name
|
|
|
|
gst_element_get_factory
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_add_pad
|
2001-05-27 14:33:30 +00:00
|
|
|
gst_element_remove_pad
|
2002-04-19 10:26:04 +00:00
|
|
|
gst_element_add_ghost_pad
|
|
|
|
gst_element_remove_ghost_pad
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_get_pad
|
2002-04-07 23:32:16 +00:00
|
|
|
gst_element_get_static_pad
|
|
|
|
gst_element_get_request_pad
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_get_pad_list
|
2002-04-19 10:26:04 +00:00
|
|
|
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_element_get_pad_template_list
|
|
|
|
gst_element_get_pad_template_by_name
|
2002-04-19 10:26:04 +00:00
|
|
|
gst_element_class_add_pad_template
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_connect
|
2002-04-07 23:32:16 +00:00
|
|
|
gst_element_connect_many
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_element_connect_filtered
|
2002-04-07 23:32:16 +00:00
|
|
|
gst_element_connect_pads
|
|
|
|
gst_element_connect_pads_filtered
|
2001-01-06 02:35:17 +00:00
|
|
|
gst_element_disconnect
|
2002-04-07 23:32:16 +00:00
|
|
|
gst_element_disconnect_many
|
|
|
|
gst_element_disconnect_pads
|
2002-04-19 10:26:04 +00:00
|
|
|
gst_element_get_compatible_pad
|
|
|
|
gst_element_get_compatible_static_pad
|
|
|
|
gst_element_get_compatible_request_pad
|
|
|
|
gst_element_get_compatible_pad_filtered
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_set_state
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_element_get_state
|
2002-04-23 14:56:44 +00:00
|
|
|
gst_element_state_get_name
|
2001-12-09 13:17:13 +00:00
|
|
|
gst_element_wait_state_change
|
2002-04-19 10:26:04 +00:00
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_error
|
2001-12-28 20:27:59 +00:00
|
|
|
gst_element_set_eos
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_element_interrupt
|
|
|
|
gst_element_yield
|
2002-04-19 10:26:04 +00:00
|
|
|
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_element_get_clock
|
|
|
|
gst_element_set_clock
|
2002-04-19 10:26:04 +00:00
|
|
|
gst_element_clock_wait
|
|
|
|
GstElementGetClockFunction
|
|
|
|
GstElementSetClockFunction
|
|
|
|
|
|
|
|
gst_element_set_loop_function
|
|
|
|
GstElementLoopFunction
|
|
|
|
gst_element_get_sched
|
|
|
|
gst_element_set_sched
|
|
|
|
gst_element_get_parent
|
|
|
|
gst_element_set_parent
|
|
|
|
gst_element_get_managing_bin
|
|
|
|
|
|
|
|
GstElementState
|
|
|
|
GstElementStateReturn
|
|
|
|
GST_NUM_STATES
|
|
|
|
GST_STATE
|
|
|
|
GST_STATE_PENDING
|
|
|
|
GST_STATE_TRANSITION
|
|
|
|
GST_STATE_NULL_TO_READY
|
|
|
|
GST_STATE_READY_TO_PAUSED
|
|
|
|
GST_STATE_PAUSED_TO_READY
|
|
|
|
GST_STATE_PLAYING_TO_PAUSED
|
|
|
|
GST_STATE_PAUSED_TO_PLAYING
|
|
|
|
GST_STATE_READY_TO_NULL
|
|
|
|
GstElementFlags
|
|
|
|
GST_ELEMENT_IS_THREAD_SUGGESTED
|
|
|
|
GST_ELEMENT_IS_DECOUPLED
|
|
|
|
GST_ELEMENT_IS_EOS
|
|
|
|
GST_ELEMENT_IS_EVENT_AWARE
|
|
|
|
GST_ELEMENT_PARENT
|
|
|
|
GST_ELEMENT_NAME
|
|
|
|
GST_ELEMENT_PADS
|
|
|
|
GST_ELEMENT_SCHED
|
|
|
|
GST_ELEMENT_MANAGER
|
|
|
|
GST_ELEMENT_CLOCK
|
2000-03-27 19:53:43 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstElementClass
|
|
|
|
GST_TYPE_ELEMENT
|
|
|
|
GST_ELEMENT
|
|
|
|
GST_ELEMENT_CLASS
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_ELEMENT_CAST
|
|
|
|
GST_ELEMENT_CLASS_CAST
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_IS_ELEMENT
|
|
|
|
GST_IS_ELEMENT_CLASS
|
|
|
|
gst_element_get_type
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_element_class_install_std_props
|
2001-10-24 21:44:48 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2002-04-12 16:22:32 +00:00
|
|
|
<FILE>gstelement_factory</FILE>
|
2001-10-24 21:44:48 +00:00
|
|
|
<TITLE>GstElementFactory</TITLE>
|
|
|
|
GstElementDetails
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_element_factory_new
|
|
|
|
gst_element_factory_find
|
|
|
|
gst_element_factory_get_list
|
|
|
|
gst_element_factory_add_pad_template
|
|
|
|
gst_element_factory_can_src_caps
|
|
|
|
gst_element_factory_can_sink_caps
|
|
|
|
gst_element_factory_create
|
|
|
|
gst_element_factory_make
|
2001-10-24 21:44:48 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstElementFactory
|
2002-04-12 16:22:32 +00:00
|
|
|
GST_ELEMENT_FACTORY
|
|
|
|
GST_IS_ELEMENT_FACTORY
|
|
|
|
GST_TYPE_ELEMENT_FACTORY
|
|
|
|
gst_element_factory_get_type
|
|
|
|
GST_ELEMENT_FACTORY_CLASS
|
|
|
|
GST_IS_ELEMENT_FACTORY_CLASS
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-05-27 14:33:30 +00:00
|
|
|
|
2001-03-21 21:43:56 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstautoplug</FILE>
|
|
|
|
<TITLE>GstAutoplug</TITLE>
|
|
|
|
GstAutoplug
|
|
|
|
GstAutoplugFlags
|
|
|
|
gst_autoplug_signal_new_object
|
|
|
|
gst_autoplug_to_caps
|
|
|
|
gst_autoplug_to_renderers
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_AUTOPLUG
|
|
|
|
GST_IS_AUTOPLUG
|
|
|
|
GST_TYPE_AUTOPLUG
|
|
|
|
gst_autoplug_get_type
|
|
|
|
GST_AUTOPLUG_CLASS
|
|
|
|
GST_IS_AUTOPLUG_CLASS
|
2001-10-24 21:44:48 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstautoplugfactory</FILE>
|
|
|
|
<TITLE>GstAutoplugFactory</TITLE>
|
|
|
|
GstAutoplugFactory
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_autoplug_factory_new
|
|
|
|
gst_autoplug_factory_destroy
|
|
|
|
gst_autoplug_factory_find
|
|
|
|
gst_autoplug_factory_get_list
|
|
|
|
gst_autoplug_factory_create
|
|
|
|
gst_autoplug_factory_make
|
2001-10-24 21:44:48 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_autoplug_factory_get_type
|
2001-10-19 22:49:35 +00:00
|
|
|
GstAutoplugFactoryClass
|
2002-04-12 16:22:32 +00:00
|
|
|
GST_TYPE_AUTOPLUG_FACTORY
|
|
|
|
GST_AUTOPLUG_FACTORY
|
|
|
|
GST_AUTOPLUG_FACTORY_CLASS
|
|
|
|
GST_IS_AUTOPLUG_FACTORY
|
|
|
|
GST_IS_AUTOPLUG_FACTORY_CLASS
|
2001-03-21 21:43:56 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-09-13 19:04:55 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstclock</FILE>
|
2001-10-19 22:49:35 +00:00
|
|
|
<TITLE>GstClock</TITLE>
|
2000-09-13 19:04:55 +00:00
|
|
|
GstClockTime
|
|
|
|
GstClockTimeDiff
|
2002-03-31 14:00:33 +00:00
|
|
|
GstClockCallback
|
|
|
|
GstClockID
|
|
|
|
GstClockReturn
|
2000-09-13 19:04:55 +00:00
|
|
|
GST_CLOCK_DIFF
|
2002-03-31 14:00:33 +00:00
|
|
|
GST_TIMEVAL_TO_TIME
|
2000-09-13 19:04:55 +00:00
|
|
|
GstClock
|
2002-04-23 14:56:44 +00:00
|
|
|
gst_clock_set_active
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_clock_is_active
|
|
|
|
gst_clock_async_supported
|
|
|
|
gst_clock_wait_async
|
|
|
|
gst_clock_cancel_wait_async
|
|
|
|
gst_clock_notify_async
|
|
|
|
gst_clock_remove_notify_async
|
|
|
|
gst_clock_unlock_id
|
|
|
|
gst_clock_wait_id
|
|
|
|
gst_clock_get_next_id
|
|
|
|
gst_clock_get_time
|
|
|
|
gst_clock_id_get_time
|
|
|
|
gst_clock_get_resolution
|
|
|
|
gst_clock_set_resolution
|
|
|
|
gst_clock_set_speed
|
|
|
|
gst_clock_get_speed
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_clock_reset
|
|
|
|
gst_clock_wait
|
2002-03-31 14:00:33 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
gst_clock_get_type
|
|
|
|
GST_TYPE_CLOCK
|
|
|
|
GST_CLOCK
|
|
|
|
GST_CLOCK_CLASS
|
|
|
|
GST_IS_CLOCK
|
|
|
|
GST_IS_CLOCK_CLASS
|
2000-09-13 19:04:55 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstlog</FILE>
|
|
|
|
<SUBSECTION Standard>
|
2001-10-21 15:47:23 +00:00
|
|
|
gst_info
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_SHOW_INFO
|
2000-03-27 19:53:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstobject</FILE>
|
|
|
|
<TITLE>GstObject</TITLE>
|
2001-05-27 14:33:30 +00:00
|
|
|
GstObjectFlags
|
2000-03-27 19:53:43 +00:00
|
|
|
GstObject
|
|
|
|
GST_FLAGS
|
|
|
|
GST_FLAG_IS_SET
|
|
|
|
GST_FLAG_SET
|
|
|
|
GST_FLAG_UNSET
|
|
|
|
GST_LOCK
|
|
|
|
GST_TRYLOCK
|
|
|
|
GST_UNLOCK
|
2001-01-31 20:27:00 +00:00
|
|
|
GST_GET_LOCK
|
|
|
|
GST_OBJECT_PARENT
|
|
|
|
GST_OBJECT_NAME
|
2001-05-27 14:33:30 +00:00
|
|
|
GST_OBJECT_FLOATING
|
|
|
|
GST_OBJECT_DESTROYED
|
|
|
|
gst_object_check_uniqueness
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_object_set_parent
|
|
|
|
gst_object_get_parent
|
2001-01-31 20:27:00 +00:00
|
|
|
gst_object_set_name
|
|
|
|
gst_object_get_name
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_object_unparent
|
|
|
|
gst_object_ref
|
|
|
|
gst_object_unref
|
|
|
|
gst_object_sink
|
|
|
|
gst_object_destroy
|
2001-01-31 20:27:00 +00:00
|
|
|
gst_object_save_thyself
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_object_restore_thyself
|
2000-12-30 16:13:17 +00:00
|
|
|
gst_object_get_path_string
|
2001-01-31 20:27:00 +00:00
|
|
|
gst_class_signal_emit_by_name
|
|
|
|
gst_class_signal_connect
|
2000-03-27 19:53:43 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
gst_object_get_type
|
|
|
|
GstObjectClass
|
|
|
|
GST_TYPE_OBJECT
|
|
|
|
GST_OBJECT
|
|
|
|
GST_OBJECT_CLASS
|
|
|
|
GST_IS_OBJECT
|
|
|
|
GST_IS_OBJECT_CLASS
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_OBJECT_CAST
|
|
|
|
GST_OBJECT_CLASS_CAST
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpad</FILE>
|
2000-03-27 19:53:43 +00:00
|
|
|
<TITLE>GstPad</TITLE>
|
2001-01-19 22:15:21 +00:00
|
|
|
GST_PAD_NAME
|
|
|
|
GST_PAD_ELEMENT_PRIVATE
|
|
|
|
GST_PAD_PARENT
|
2002-04-12 16:22:32 +00:00
|
|
|
GST_PAD_PAD_TEMPLATE
|
2001-01-19 22:15:21 +00:00
|
|
|
GST_PAD_REALIZE
|
|
|
|
GST_PAD_DIRECTION
|
|
|
|
GST_PAD_CAPS
|
|
|
|
GST_PAD_PEER
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_PAD_CAN_PULL
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_PAD_IS_SINK
|
|
|
|
GST_PAD_IS_SRC
|
|
|
|
GST_PAD_IS_CONNECTED
|
2001-01-19 22:15:21 +00:00
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
GstPad
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GstPadChainFunction
|
2000-12-28 21:42:23 +00:00
|
|
|
GstPadGetFunction
|
|
|
|
GstPadGetRegionFunction
|
2001-04-17 21:14:55 +00:00
|
|
|
GstPadBufferPoolFunction
|
2002-01-14 07:18:43 +00:00
|
|
|
GstPadGetCapsFunction
|
2001-03-21 21:43:56 +00:00
|
|
|
|
2001-02-22 23:18:51 +00:00
|
|
|
GstRegionType
|
2000-11-07 21:18:52 +00:00
|
|
|
GstPadPullRegionFunction
|
2001-10-19 22:49:35 +00:00
|
|
|
GstPadEventFunction
|
2002-01-14 07:18:43 +00:00
|
|
|
GstPadConnectFunction
|
|
|
|
GstPadConnectReturn
|
2000-12-28 21:42:23 +00:00
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GstPadDirection
|
2000-12-28 21:42:23 +00:00
|
|
|
GstPadFlags
|
2002-01-14 07:18:43 +00:00
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pad_new
|
|
|
|
gst_pad_destroy
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_pad_new_from_template
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pad_get_direction
|
|
|
|
gst_pad_set_chain_function
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_pad_set_get_function
|
|
|
|
gst_pad_set_getregion_function
|
2001-04-17 21:14:55 +00:00
|
|
|
gst_pad_set_bufferpool_function
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_pad_set_connect_function
|
|
|
|
gst_pad_set_getcaps_function
|
|
|
|
gst_pad_try_set_caps
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_pad_get_caps
|
2000-12-31 17:02:47 +00:00
|
|
|
gst_pad_check_compatibility
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pad_set_name
|
|
|
|
gst_pad_get_name
|
2001-01-19 22:15:21 +00:00
|
|
|
gst_pad_set_element_private
|
|
|
|
gst_pad_get_element_private
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pad_set_parent
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_pad_get_parent
|
2001-05-27 14:33:30 +00:00
|
|
|
gst_pad_get_sched
|
|
|
|
gst_pad_set_sched
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_pad_unset_sched
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_pad_get_real_parent
|
2001-01-21 23:20:46 +00:00
|
|
|
gst_pad_add_ghost_pad
|
|
|
|
gst_pad_remove_ghost_pad
|
|
|
|
gst_pad_get_ghost_pad_list
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pad_get_peer
|
|
|
|
gst_pad_connect
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_pad_connect_filtered
|
|
|
|
gst_pad_reconnect_filtered
|
|
|
|
gst_pad_try_reconnect_filtered
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_pad_disconnect
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_pad_can_connect
|
|
|
|
gst_pad_can_connect_filtered
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pad_push
|
|
|
|
gst_pad_pull
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_pad_pullregion
|
2001-04-17 21:14:55 +00:00
|
|
|
gst_pad_get_bufferpool
|
2000-10-22 16:27:21 +00:00
|
|
|
gst_pad_load_and_connect
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_pad_proxy_connect
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_pad_get_pad_template
|
|
|
|
gst_pad_get_pad_template_caps
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_pad_get_allowed_caps
|
|
|
|
gst_pad_recalc_allowed_caps
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_pad_perform_negotiate
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_pad_ghost_save_thyself
|
|
|
|
gst_pad_peek
|
|
|
|
gst_pad_select
|
|
|
|
gst_pad_selectv
|
|
|
|
gst_pad_send_event
|
2001-12-09 13:17:13 +00:00
|
|
|
gst_pad_event_default
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_pad_set_event_function
|
|
|
|
|
2001-05-27 14:33:30 +00:00
|
|
|
GstRealPad
|
2001-02-22 23:18:51 +00:00
|
|
|
GST_RPAD_LEN
|
|
|
|
GST_RPAD_OFFSET
|
2001-05-27 14:33:30 +00:00
|
|
|
GST_RPAD_SCHED
|
2001-02-22 23:18:51 +00:00
|
|
|
GST_RPAD_REGIONTYPE
|
2001-01-19 22:15:21 +00:00
|
|
|
GST_RPAD_DIRECTION
|
|
|
|
GST_RPAD_CAPS
|
|
|
|
GST_RPAD_PEER
|
|
|
|
GST_RPAD_BUFPEN
|
|
|
|
GST_RPAD_CHAINFUNC
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_RPAD_FILTER
|
|
|
|
GST_RPAD_APPFILTER
|
2001-01-19 22:15:21 +00:00
|
|
|
GST_RPAD_GETFUNC
|
|
|
|
GST_RPAD_GETREGIONFUNC
|
|
|
|
GST_RPAD_PULLREGIONFUNC
|
2001-04-17 21:14:55 +00:00
|
|
|
GST_RPAD_BUFFERPOOLFUNC
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_RPAD_CHAINHANDLER
|
|
|
|
GST_RPAD_EVENTFUNC
|
|
|
|
GST_RPAD_EVENTHANDLER
|
|
|
|
GST_RPAD_GETHANDLER
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_RPAD_CONNECTFUNC
|
|
|
|
GST_RPAD_GETCAPSFUNC
|
2001-01-19 22:15:21 +00:00
|
|
|
|
|
|
|
GST_GPAD_REALPAD
|
|
|
|
GstGhostPad
|
2001-01-21 23:20:46 +00:00
|
|
|
gst_ghost_pad_new
|
2001-01-19 22:15:21 +00:00
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SUBSECTION Standard>
|
2000-03-27 19:53:43 +00:00
|
|
|
GstPadClass
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_TYPE_PAD
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_PAD
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_PAD_CLASS
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_PAD_CAST
|
|
|
|
GST_PAD_CLASS_CAST
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_IS_PAD
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_IS_PAD_CLASS
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_IS_PAD_FAST
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_pad_get_type
|
2000-12-28 21:42:23 +00:00
|
|
|
|
2001-01-19 22:15:21 +00:00
|
|
|
GstRealPadClass
|
|
|
|
GST_TYPE_REAL_PAD
|
|
|
|
GST_REAL_PAD
|
|
|
|
GST_REAL_PAD_CLASS
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_REAL_PAD_CAST
|
|
|
|
GST_REAL_PAD_CLASS_CAST
|
2001-01-19 22:15:21 +00:00
|
|
|
GST_IS_REAL_PAD
|
|
|
|
GST_IS_REAL_PAD_CLASS
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_IS_REAL_PAD_FAST
|
2001-01-19 22:15:21 +00:00
|
|
|
gst_real_pad_get_type
|
|
|
|
|
|
|
|
GstGhostPadClass
|
|
|
|
GST_TYPE_GHOST_PAD
|
|
|
|
GST_GHOST_PAD
|
|
|
|
GST_GHOST_PAD_CLASS
|
2001-12-28 20:27:59 +00:00
|
|
|
GST_GHOST_PAD_CAST
|
|
|
|
GST_GHOST_PAD_CLASS_CAST
|
2001-01-19 22:15:21 +00:00
|
|
|
GST_IS_GHOST_PAD
|
|
|
|
GST_IS_GHOST_PAD_CLASS
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_IS_GHOST_PAD_FAST
|
2001-01-19 22:15:21 +00:00
|
|
|
gst_ghost_pad_get_type
|
2001-10-24 21:44:48 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpadtemplate</FILE>
|
2002-04-12 16:22:32 +00:00
|
|
|
<TITLE>GstPAD_TEMPLATE</TITLE>
|
2001-10-24 21:44:48 +00:00
|
|
|
GstPadPresence
|
2002-04-12 16:22:32 +00:00
|
|
|
GstPAD_TEMPLATE
|
|
|
|
GST_PAD_TEMPLATE_CAPS
|
|
|
|
GST_PAD_TEMPLATE_DIRECTION
|
|
|
|
GST_PAD_TEMPLATE_NAME_TEMPLATE
|
|
|
|
GST_PAD_TEMPLATE_PRESENCE
|
|
|
|
GST_PAD_TEMPLATE_NEW
|
|
|
|
GST_PAD_TEMPLATE_FACTORY
|
|
|
|
GST_PAD_TEMPLATE_GET
|
|
|
|
GST_PAD_TEMPLATE_FIXED
|
|
|
|
GST_PAD_TEMPLATE_IS_FIXED
|
|
|
|
gst_pad_template_new
|
|
|
|
gst_pad_template_load_thyself
|
|
|
|
gst_pad_template_save_thyself
|
|
|
|
gst_pad_template_get_caps
|
|
|
|
gst_pad_template_get_caps_by_name
|
2001-01-19 22:15:21 +00:00
|
|
|
|
2001-10-24 21:44:48 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-04-12 16:22:32 +00:00
|
|
|
GstPAD_TEMPLATEClass
|
|
|
|
GST_TYPE_PAD_TEMPLATE
|
|
|
|
GST_PAD_TEMPLATE
|
|
|
|
GST_PAD_TEMPLATE_CLASS
|
|
|
|
GST_IS_PAD_TEMPLATE
|
|
|
|
GST_IS_PAD_TEMPLATE_CLASS
|
|
|
|
gst_pad_template_get_type
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpipeline</FILE>
|
|
|
|
<TITLE>GstPipeline</TITLE>
|
2000-03-27 19:53:43 +00:00
|
|
|
GstPipeline
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_pipeline_new
|
|
|
|
gst_pipeline_destroy
|
|
|
|
<SUBSECTION Standard>
|
2000-03-27 19:53:43 +00:00
|
|
|
GstPipelineClass
|
2000-02-02 06:26:44 +00:00
|
|
|
gst_pipeline_get_type
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_TYPE_PIPELINE
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_PIPELINE
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_PIPELINE_CLASS
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_IS_PIPELINE
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_IS_PIPELINE_CLASS
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_pipeline_details
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstplugin</FILE>
|
|
|
|
<TITLE>GstPlugin</TITLE>
|
|
|
|
GstPlugin
|
|
|
|
GstPluginInitFunc
|
2001-04-22 16:04:19 +00:00
|
|
|
GstPluginDesc
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_PLUGIN_DESC
|
|
|
|
GST_PLUGIN_DESC_DYNAMIC
|
|
|
|
GST_PLUGIN_DESC_STATIC
|
2001-01-06 02:35:17 +00:00
|
|
|
gst_plugin_set_name
|
|
|
|
gst_plugin_get_name
|
|
|
|
gst_plugin_get_longname
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_plugin_set_longname
|
2001-01-06 02:35:17 +00:00
|
|
|
gst_plugin_get_filename
|
|
|
|
gst_plugin_is_loaded
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_plugin_load_all
|
|
|
|
gst_plugin_load
|
|
|
|
gst_plugin_load_absolute
|
2001-02-23 19:22:48 +00:00
|
|
|
gst_plugin_add_path
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_library_load
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_plugin_find
|
|
|
|
gst_plugin_get_list
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_plugin_load_thyself
|
|
|
|
gst_plugin_save_thyself
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_plugin_add_feature
|
|
|
|
gst_plugin_get_feature_list
|
|
|
|
gst_plugin_load_plugin
|
|
|
|
gst_plugin_unload_all
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpluginfeature</FILE>
|
|
|
|
<TITLE>GstPluginFeature</TITLE>
|
|
|
|
gst_plugin_feature_ensure_loaded
|
|
|
|
gst_plugin_feature_unload_thyself
|
2000-03-27 19:53:43 +00:00
|
|
|
<SUBSECTION Standard>
|
2001-10-19 22:49:35 +00:00
|
|
|
GstPluginFeature
|
|
|
|
GST_PLUGIN_FEATURE
|
|
|
|
GST_IS_PLUGIN_FEATURE
|
|
|
|
GST_TYPE_PLUGIN_FEATURE
|
|
|
|
gst_plugin_feature_get_type
|
|
|
|
GST_PLUGIN_FEATURE_CLASS
|
|
|
|
GST_IS_PLUGIN_FEATURE_CLASS
|
2000-03-27 19:53:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttee</FILE>
|
|
|
|
<TITLE>GstTee</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
2001-01-19 22:15:21 +00:00
|
|
|
gst_tee_factory_init
|
|
|
|
GstTee
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_tee_get_type
|
2001-01-19 22:15:21 +00:00
|
|
|
gst_tee_details
|
2000-03-27 19:53:43 +00:00
|
|
|
GstTeeClass
|
|
|
|
GST_TYPE_TEE
|
|
|
|
GST_TEE
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_TEE_CLASS
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_IS_TEE
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_IS_TEE_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstthread</FILE>
|
|
|
|
<TITLE>GstThread</TITLE>
|
2000-03-27 19:53:43 +00:00
|
|
|
GstThreadState
|
|
|
|
GstThread
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_thread_new
|
|
|
|
<SUBSECTION Standard>
|
2000-03-27 19:53:43 +00:00
|
|
|
GstThreadClass
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
gst_thread_get_type
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_TYPE_THREAD
|
|
|
|
GST_THREAD
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_THREAD_CLASS
|
2000-03-27 19:53:43 +00:00
|
|
|
GST_IS_THREAD
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
GST_IS_THREAD_CLASS
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_thread_details
|
Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ...
Original commit message from CVS:
Re- set up the gtk-doc system. I'd managed to mutilate it a while back,
but now it's fixed. I'll put a copy of the HTML output somewhere on the
website tonight.
In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs. (see
http://developer.gnome.org/arch/doc/tools.html)
Notes (I'll codify these some day):
- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file. However, gtk-doc's merge and CVS's diff are
two entirely separate animals. We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book. There'd be another called docs/manual/, and
another docs/plugins/, etc. If you have any comments as to how these
should be done, gstreamer-devel is the place.
2000-02-01 09:16:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttrace</FILE>
|
|
|
|
<TITLE>GstTrace</TITLE>
|
2001-10-21 15:47:23 +00:00
|
|
|
<SUBSECTION Standard>
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_trace_read_tsc
|
|
|
|
GstTrace
|
|
|
|
GstTraceEntry
|
|
|
|
gst_trace_new
|
|
|
|
gst_trace_destroy
|
|
|
|
gst_trace_flush
|
2001-05-17 05:20:28 +00:00
|
|
|
gst_trace_text_flush
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_trace_get_size
|
|
|
|
gst_trace_get_offset
|
|
|
|
gst_trace_get_remaining
|
|
|
|
gst_trace_set_default
|
|
|
|
TRACE_ENABLE
|
|
|
|
gst_trace_add_entry
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttype</FILE>
|
|
|
|
<TITLE>GstType</TITLE>
|
|
|
|
GstType
|
|
|
|
gst_type_register
|
|
|
|
gst_type_find_by_mime
|
|
|
|
gst_type_find_by_ext
|
|
|
|
gst_type_find_by_id
|
|
|
|
gst_type_get_list
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
</SECTION>
|
|
|
|
|
2001-10-19 22:49:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttypefactory</FILE>
|
|
|
|
<TITLE>GstTypeFactory</TITLE>
|
|
|
|
GstTypeFactory
|
|
|
|
GstTypeDefinition
|
|
|
|
GstTypeFindFunc
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_type_factory_new
|
|
|
|
gst_type_factory_find
|
|
|
|
gst_type_factory_get_list
|
2001-10-19 22:49:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-04-12 16:22:32 +00:00
|
|
|
GST_TYPE_FACTORY
|
|
|
|
GST_IS_TYPE_FACTORY
|
|
|
|
GST_TYPE_TYPE_FACTORY
|
|
|
|
gst_type_factory_get_type
|
|
|
|
GST_TYPE_FACTORY_CLASS
|
|
|
|
GST_IS_TYPE_FACTORY_CLASS
|
2001-10-19 22:49:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-12-28 21:42:23 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcaps</FILE>
|
|
|
|
<TITLE>GstCaps</TITLE>
|
2002-03-31 14:00:33 +00:00
|
|
|
GST_TYPE_CAPS
|
2001-04-17 21:14:55 +00:00
|
|
|
GST_CAPS_NEW
|
|
|
|
GST_CAPS_FACTORY
|
|
|
|
GST_CAPS_GET
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_CAPS_IS_CHAINED
|
|
|
|
GST_CAPS_IS_FIXED
|
2000-12-28 21:42:23 +00:00
|
|
|
GstCaps
|
|
|
|
gst_caps_new
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_caps_new_id
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_caps_destroy
|
|
|
|
gst_caps_ref
|
|
|
|
gst_caps_unref
|
|
|
|
gst_caps_copy
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_caps_copy_1
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_caps_copy_on_write
|
2001-04-17 21:14:55 +00:00
|
|
|
gst_caps_chain
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_caps_append
|
|
|
|
gst_caps_prepend
|
|
|
|
gst_caps_set_name
|
2001-01-06 02:35:17 +00:00
|
|
|
gst_caps_get_name
|
|
|
|
gst_caps_set_type_id
|
|
|
|
gst_caps_get_type_id
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_caps_set_mime
|
2001-01-06 02:35:17 +00:00
|
|
|
gst_caps_get_mime
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_caps_set_props
|
|
|
|
gst_caps_get_props
|
|
|
|
gst_caps_check_compatibility
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_caps_has_property
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_caps_has_fixed_property
|
|
|
|
gst_caps_has_property_typed
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_caps_normalize
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_caps_set
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_caps_get
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_caps_intersect
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_caps_get_boolean
|
|
|
|
gst_caps_get_by_name
|
|
|
|
gst_caps_get_fourcc_int
|
|
|
|
gst_caps_get_int
|
2001-03-27 17:34:39 +00:00
|
|
|
gst_caps_get_string
|
2001-05-03 20:06:18 +00:00
|
|
|
gst_caps_get_float
|
|
|
|
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_caps_save_thyself
|
|
|
|
gst_caps_load_thyself
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_caps_debug
|
2000-12-28 21:42:23 +00:00
|
|
|
<SUBSECTION Standard>
|
2001-03-27 17:34:39 +00:00
|
|
|
GST_CAPS
|
2000-12-28 21:42:23 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstprops</FILE>
|
|
|
|
<TITLE>GstProps</TITLE>
|
|
|
|
GstProps
|
2002-03-31 14:00:33 +00:00
|
|
|
GstPropsEntry
|
|
|
|
GstPropsType
|
|
|
|
GST_TYPE_PROPS
|
2001-04-10 19:46:23 +00:00
|
|
|
GST_MAKE_FOURCC
|
2001-04-22 16:04:19 +00:00
|
|
|
GST_STR_FOURCC
|
2000-12-28 21:42:23 +00:00
|
|
|
GST_PROPS_LIST
|
|
|
|
GST_PROPS_INT
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_PROPS_INT_ANY
|
2000-12-28 21:42:23 +00:00
|
|
|
GST_PROPS_INT_RANGE
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_PROPS_INT_NEGATIVE
|
2000-12-28 21:42:23 +00:00
|
|
|
GST_PROPS_FOURCC
|
|
|
|
GST_PROPS_BOOLEAN
|
2001-03-27 17:34:39 +00:00
|
|
|
GST_PROPS_STRING
|
2001-04-10 19:46:23 +00:00
|
|
|
GST_PROPS_FLOAT
|
|
|
|
GST_PROPS_FLOAT_RANGE
|
2002-01-14 07:18:43 +00:00
|
|
|
GST_PROPS_INT_POSITIVE
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_props_new
|
2001-04-14 18:56:37 +00:00
|
|
|
gst_props_newv
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_props_merge
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_props_copy
|
|
|
|
gst_props_copy_on_write
|
|
|
|
gst_props_destroy
|
|
|
|
gst_props_ref
|
|
|
|
gst_props_unref
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_props_check_compatibility
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_props_has_property
|
|
|
|
gst_props_normalize
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_props_set
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_props_get
|
|
|
|
gst_props_has_fixed_property
|
|
|
|
gst_props_has_property_typed
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_props_intersect
|
|
|
|
gst_props_debug
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_props_save_thyself
|
|
|
|
gst_props_load_thyself
|
2002-03-31 14:00:33 +00:00
|
|
|
|
|
|
|
gst_props_get_entry
|
|
|
|
gst_props_entry_get
|
|
|
|
gst_props_entry_get_boolean
|
|
|
|
gst_props_entry_get_float
|
|
|
|
gst_props_entry_get_float_range
|
|
|
|
gst_props_entry_get_fourcc_int
|
|
|
|
gst_props_entry_get_int
|
|
|
|
gst_props_entry_get_int_range
|
|
|
|
gst_props_entry_get_list
|
|
|
|
gst_props_entry_get_name
|
|
|
|
gst_props_entry_get_string
|
|
|
|
gst_props_entry_get_type
|
|
|
|
gst_props_entry_is_fixed
|
2000-12-28 21:42:23 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
</SECTION>
|
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstutils</FILE>
|
|
|
|
<TITLE>GstUtils</TITLE>
|
2001-03-21 21:43:56 +00:00
|
|
|
gst_util_set_object_arg
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_util_set_value_from_string
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_util_get_int_arg
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_util_get_bool_arg
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_util_get_long_arg
|
|
|
|
gst_util_get_float_arg
|
|
|
|
gst_util_get_double_arg
|
|
|
|
gst_util_get_string_arg
|
|
|
|
gst_util_get_pointer_arg
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_util_get_int64_arg
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_util_dump_mem
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_util_has_arg
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_print_element_args
|
|
|
|
gst_print_pad_caps
|
2000-03-27 19:53:43 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstxml</FILE>
|
2001-01-31 20:27:00 +00:00
|
|
|
<TITLE>GstXML</TITLE>
|
2000-10-22 16:27:21 +00:00
|
|
|
gst_xml_new
|
2001-01-31 20:27:00 +00:00
|
|
|
gst_xml_parse_doc
|
|
|
|
gst_xml_parse_memory
|
|
|
|
gst_xml_parse_file
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_xml_write
|
2002-01-14 07:18:43 +00:00
|
|
|
gst_xml_write_file
|
2000-10-22 16:27:21 +00:00
|
|
|
gst_xml_get_element
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_xml_get_topelements
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_xml_make_element
|
|
|
|
|
2000-10-22 16:27:21 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
gst_xml_get_type
|
|
|
|
GST_XML
|
|
|
|
GST_IS_XML
|
|
|
|
GST_IS_XML_CLASS
|
|
|
|
GST_TYPE_XML
|
|
|
|
GST_XML_CLASS
|
2002-03-31 14:00:33 +00:00
|
|
|
GstXML
|
2000-10-22 16:27:21 +00:00
|
|
|
GstXMLClass
|
2000-03-27 19:53:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-09-13 19:04:55 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcpu</FILE>
|
|
|
|
<TITLE>GstCpu</TITLE>
|
2000-10-22 16:27:21 +00:00
|
|
|
GstCPUFlags
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_cpu_get_flags
|
|
|
|
</SECTION>
|
|
|
|
|
2001-10-19 22:49:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttimecache</FILE>
|
|
|
|
<TITLE>GstTimeCache</TITLE>
|
|
|
|
GstTimeCacheEntry
|
|
|
|
GstTimeCacheGroup
|
|
|
|
GstTimeCacheCertainty
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_time_cache_new
|
|
|
|
gst_time_cache_get_group
|
|
|
|
gst_time_cache_new_group
|
|
|
|
gst_time_cache_set_group
|
|
|
|
gst_time_cache_set_certainty
|
|
|
|
gst_time_cache_get_certainty
|
|
|
|
gst_time_cache_add_entry
|
|
|
|
gst_time_cache_find_location
|
|
|
|
gst_time_cache_find_timestamp
|
2001-10-19 22:49:35 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTimeCache
|
2002-04-12 16:22:32 +00:00
|
|
|
GST_TIME_CACHE
|
|
|
|
GST_IS_TIME_CACHE
|
|
|
|
GST_TYPE_TIME_CACHE
|
|
|
|
gst_time_cache_get_type
|
|
|
|
GST_TIME_CACHE_CLASS
|
|
|
|
GST_IS_TIME_CACHE_CLASS
|
2001-10-19 22:49:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-03-21 21:43:56 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gststaticautoplug</FILE>
|
|
|
|
<TITLE>GstStaticAutoplug</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstStaticAutoplug
|
|
|
|
GST_STATIC_AUTOPLUG
|
|
|
|
GST_IS_STATIC_AUTOPLUG
|
|
|
|
GST_TYPE_STATIC_AUTOPLUG
|
|
|
|
gst_static_autoplug_get_type
|
|
|
|
GST_STATIC_AUTOPLUG_CLASS
|
|
|
|
GST_IS_STATIC_AUTOPLUG_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gststaticautoplugrender</FILE>
|
|
|
|
<TITLE>GstStaticAutoplugRender</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstStaticAutoplugRender
|
|
|
|
GST_STATIC_AUTOPLUG_RENDER
|
|
|
|
GST_IS_STATIC_AUTOPLUG_RENDER
|
|
|
|
GST_TYPE_STATIC_AUTOPLUG_RENDER
|
|
|
|
gst_static_autoplug_render_get_type
|
|
|
|
GST_STATIC_AUTOPLUG_RENDER_CLASS
|
|
|
|
GST_IS_STATIC_AUTOPLUG_RENDER_CLASS
|
|
|
|
</SECTION>
|