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-07-12 23:21:20 +00:00
|
|
|
gst_has_threads
|
|
|
|
gst_use_threads
|
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
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_scheduler_get_preferred_stack
|
2001-12-28 20:27:59 +00:00
|
|
|
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_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
|
2002-06-12 22:27:18 +00:00
|
|
|
GstBinPrePostIterateFunction
|
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-06-12 22:27:18 +00:00
|
|
|
gst_bin_set_post_iterate_function
|
|
|
|
gst_bin_set_pre_iterate_function
|
2002-01-01 15:59:05 +00:00
|
|
|
gst_bin_child_state_change
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_PARSE_ERROR
|
|
|
|
gst_parse_error_quark
|
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>
|
2002-07-12 23:21:20 +00:00
|
|
|
GST_DATA
|
|
|
|
GST_DATA_TYPE
|
|
|
|
GST_DATA_FLAGS
|
|
|
|
GST_DATA_FLAG_SHIFT
|
|
|
|
GST_DATA_FLAG_IS_SET
|
|
|
|
GST_DATA_FLAG_SET
|
|
|
|
GST_DATA_FLAG_UNSET
|
2001-10-19 22:49:35 +00:00
|
|
|
GstData
|
2002-07-12 23:21:20 +00:00
|
|
|
GstDataFreeFunction
|
|
|
|
GstDataCopyFunction
|
|
|
|
GstDataFlags
|
|
|
|
GST_DATA_IS_READONLY
|
|
|
|
GST_DATA_REFCOUNT
|
|
|
|
GST_DATA_REFCOUNT_VALUE
|
|
|
|
GST_DATA_REFCOUNT_READ
|
|
|
|
GST_DATA_COPY_FUNC
|
|
|
|
GST_DATA_FREE_FUNC
|
|
|
|
gst_data_init
|
|
|
|
gst_data_dispose
|
|
|
|
gst_data_copy_into
|
|
|
|
gst_data_copy
|
|
|
|
gst_data_copy_on_write
|
|
|
|
gst_data_free
|
|
|
|
gst_data_ref
|
|
|
|
gst_data_ref_by_count
|
|
|
|
gst_data_unref
|
2001-10-19 22:49:35 +00:00
|
|
|
<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_BUFFER
|
2002-07-12 23:21:20 +00:00
|
|
|
GST_IS_BUFFER
|
|
|
|
GST_BUFFER_REFCOUNT
|
|
|
|
GST_BUFFER_REFCOUNT_VALUE
|
|
|
|
GST_BUFFER_COPY_FUNC
|
|
|
|
GST_BUFFER_FREE_FUNC
|
|
|
|
|
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
|
2002-07-12 23:21:20 +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_BUFFER_DATA
|
|
|
|
GST_BUFFER_SIZE
|
|
|
|
GST_BUFFER_MAXSIZE
|
|
|
|
GST_BUFFER_TIMESTAMP
|
2002-07-12 23:21:20 +00:00
|
|
|
GST_BUFFER_OFFSET
|
2001-04-17 21:14:55 +00:00
|
|
|
GST_BUFFER_BUFFERPOOL
|
|
|
|
GST_BUFFER_POOL_PRIVATE
|
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
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_new_and_alloc
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_buffer_new_from_pool
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_default_free
|
|
|
|
gst_buffer_default_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_ref
|
|
|
|
gst_buffer_ref_by_count
|
|
|
|
gst_buffer_unref
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_copy
|
|
|
|
gst_buffer_copy_on_write
|
|
|
|
gst_buffer_free
|
|
|
|
gst_buffer_create_sub
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_buffer_merge
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_is_span_fast
|
2001-10-19 22:49:35 +00:00
|
|
|
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>
|
2002-07-12 23:21:20 +00:00
|
|
|
GST_BUFFER_POOL
|
|
|
|
GST_IS_BUFFER_POOL
|
2000-09-13 19:04:55 +00:00
|
|
|
GstBufferPool
|
2001-10-19 22:49:35 +00:00
|
|
|
GstBufferPoolBufferNewFunction
|
2002-07-12 23:21:20 +00:00
|
|
|
GstBufferPoolBufferCopyFunction
|
|
|
|
GstBufferPoolBufferFreeFunction
|
2000-09-13 19:04:55 +00:00
|
|
|
gst_buffer_pool_new
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_pool_is_active
|
|
|
|
gst_buffer_pool_set_active
|
2001-06-21 12:21:42 +00:00
|
|
|
gst_buffer_pool_ref
|
|
|
|
gst_buffer_pool_ref_by_count
|
|
|
|
gst_buffer_pool_unref
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_pool_copy
|
|
|
|
gst_buffer_pool_copy_on_write
|
|
|
|
gst_buffer_pool_free
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_buffer_pool_set_user_data
|
|
|
|
gst_buffer_pool_get_user_data
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_buffer_pool_get_default
|
2000-10-22 16:27:21 +00:00
|
|
|
<SUBSECTION Standard>
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
GstSeekAccuracy
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_EVENT_SEEK_TYPE
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_EVENT_SEEK_FORMAT
|
|
|
|
GST_EVENT_SEEK_METHOD
|
|
|
|
GST_EVENT_SEEK_FLAGS
|
2001-10-19 22:49:35 +00:00
|
|
|
GST_EVENT_SEEK_OFFSET
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_EVENT_SEEK_ACCURACY
|
|
|
|
GST_SEEK_FLAGS_MASK
|
|
|
|
GST_SEEK_FLAGS_SHIFT
|
|
|
|
GST_SEEK_FORMAT_MASK
|
|
|
|
GST_SEEK_FORMAT_SHIFT
|
|
|
|
GST_SEEK_METHOD_MASK
|
|
|
|
GST_SEEK_METHOD_SHIFT
|
|
|
|
GST_EVENT_DISCONT_NEW_MEDIA
|
|
|
|
GST_EVENT_DISCONT_OFFSET
|
|
|
|
GST_EVENT_DISCONT_OFFSET_LEN
|
2002-07-12 23:21:20 +00:00
|
|
|
GST_EVENT_RATE_VALUE
|
|
|
|
GST_EVENT_SEEK_ENDOFFSET
|
|
|
|
GST_EVENT_SIZE_FORMAT
|
|
|
|
GST_EVENT_SIZE_VALUE
|
2001-10-19 22:49:35 +00:00
|
|
|
GstEvent
|
|
|
|
gst_event_new
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_event_copy
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_event_ref
|
|
|
|
gst_event_ref_by_count
|
|
|
|
gst_event_unref
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_event_new_seek
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_event_new_segment_seek
|
|
|
|
gst_event_new_size
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_event_new_discontinuous
|
|
|
|
gst_event_discont_get_value
|
|
|
|
gst_event_new_filler
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_event_new_flush
|
2002-07-12 23:21:20 +00:00
|
|
|
gst_event_print_stats
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_element_release_request_pad
|
2000-03-27 19:53:43 +00:00
|
|
|
gst_element_get_pad_list
|
2002-04-19 10:26:04 +00:00
|
|
|
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_element_get_pad_template
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_element_get_pad_template_list
|
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_pad_filtered
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_element_get_compatible_pad_template
|
2002-04-19 10:26:04 +00:00
|
|
|
|
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-06-12 22:27:18 +00:00
|
|
|
gst_element_release_locks
|
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
|
2002-05-25 15:36:59 +00:00
|
|
|
gst_element_get_scheduler
|
|
|
|
gst_element_set_scheduler
|
2002-04-19 10:26:04 +00:00
|
|
|
gst_element_get_parent
|
|
|
|
gst_element_set_parent
|
|
|
|
gst_element_get_managing_bin
|
|
|
|
|
2002-06-12 22:27:18 +00:00
|
|
|
GstElementPostRunFunction
|
|
|
|
GstElementPreRunFunction
|
|
|
|
|
|
|
|
gst_element_disable_threadsafe_properties
|
|
|
|
gst_element_enable_threadsafe_properties
|
|
|
|
gst_element_get
|
|
|
|
gst_element_get_property
|
|
|
|
gst_element_get_valist
|
|
|
|
gst_element_set
|
|
|
|
gst_element_set_pending_properties
|
|
|
|
gst_element_set_property
|
|
|
|
gst_element_set_valist
|
|
|
|
|
|
|
|
gst_element_query
|
|
|
|
gst_element_send_event
|
|
|
|
|
2002-04-19 10:26:04 +00:00
|
|
|
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-06-12 22:27:18 +00:00
|
|
|
<FILE>gstelementfactory</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_add_pad_template
|
|
|
|
gst_element_factory_can_src_caps
|
|
|
|
gst_element_factory_can_sink_caps
|
|
|
|
gst_element_factory_create
|
|
|
|
gst_element_factory_make
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_element_factory_set_rank
|
|
|
|
GST_ELEMENT_RANK_MARGINAL
|
|
|
|
GST_ELEMENT_RANK_NONE
|
|
|
|
GST_ELEMENT_RANK_PRIMARY
|
|
|
|
GST_ELEMENT_RANK_SECONDARY
|
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_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
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_CLOCK_TIME_NONE
|
|
|
|
GST_SECOND
|
|
|
|
GST_MSECOND
|
|
|
|
GST_USECOND
|
|
|
|
GST_NSECOND
|
2000-09-13 19:04:55 +00:00
|
|
|
GST_CLOCK_DIFF
|
2002-03-31 14:00:33 +00:00
|
|
|
GST_TIMEVAL_TO_TIME
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_TIME_TO_TIMEVAL
|
2000-09-13 19:04:55 +00:00
|
|
|
GstClock
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_clock_set_speed
|
|
|
|
gst_clock_get_speed
|
2002-04-23 14:56:44 +00:00
|
|
|
gst_clock_set_active
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_clock_is_active
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_clock_reset
|
|
|
|
gst_clock_handle_discont
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_clock_async_supported
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_clock_wait
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_clock_wait_async
|
|
|
|
gst_clock_cancel_wait_async
|
|
|
|
gst_clock_notify_async
|
|
|
|
gst_clock_remove_notify_async
|
|
|
|
gst_clock_wait_id
|
|
|
|
gst_clock_get_next_id
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_clock_unlock_id
|
2002-03-31 14:00:33 +00:00
|
|
|
gst_clock_get_time
|
|
|
|
gst_clock_id_get_time
|
|
|
|
gst_clock_get_resolution
|
|
|
|
gst_clock_set_resolution
|
|
|
|
<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>
|
|
|
|
|
2002-06-12 22:27:18 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstregistry</FILE>
|
|
|
|
<TITLE>GstRegistry</TITLE>
|
|
|
|
GstRegistryReturn
|
|
|
|
GstRegistryFlags
|
|
|
|
<TITLE>GstRegistry</TITLE>
|
2002-07-12 23:21:20 +00:00
|
|
|
GstRegistry
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_registry_load
|
|
|
|
gst_registry_is_loaded
|
|
|
|
gst_registry_save
|
|
|
|
gst_registry_rebuild
|
|
|
|
gst_registry_unload
|
|
|
|
gst_registry_add_path
|
|
|
|
gst_registry_get_path_list
|
|
|
|
gst_registry_clear_paths
|
|
|
|
gst_registry_add_plugin
|
|
|
|
gst_registry_remove_plugin
|
|
|
|
gst_registry_find_plugin
|
|
|
|
gst_registry_find_feature
|
|
|
|
gst_registry_load_plugin
|
|
|
|
gst_registry_unload_plugin
|
|
|
|
gst_registry_update_plugin
|
|
|
|
gst_registry_pool_list
|
|
|
|
gst_registry_pool_add
|
|
|
|
gst_registry_pool_remove
|
|
|
|
gst_registry_pool_add_plugin
|
|
|
|
gst_registry_pool_load_all
|
|
|
|
gst_registry_pool_plugin_list
|
|
|
|
gst_registry_pool_feature_list
|
|
|
|
gst_registry_pool_find_plugin
|
|
|
|
gst_registry_pool_find_feature
|
|
|
|
gst_registry_pool_get_prefered
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
REGISTRY_DIR_PERMS
|
|
|
|
REGISTRY_TMPFILE_PERMS
|
|
|
|
REGISTRY_FILE_PERMS
|
|
|
|
GLOBAL_REGISTRY_DIR
|
|
|
|
GLOBAL_REGISTRY_FILE
|
|
|
|
GLOBAL_REGISTRY_FILE_TMP
|
|
|
|
LOCAL_REGISTRY_DIR
|
|
|
|
LOCAL_REGISTRY_FILE
|
|
|
|
LOCAL_REGISTRY_FILE_TMP
|
|
|
|
GST_REGISTRY
|
|
|
|
GST_IS_REGISTRY
|
|
|
|
GST_TYPE_REGISTRY
|
|
|
|
gst_registry_get_type
|
|
|
|
GST_REGISTRY_CLASS
|
|
|
|
GST_IS_REGISTRY_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstsystemclock</FILE>
|
|
|
|
<TITLE>GstSystemClock</TITLE>
|
|
|
|
gst_system_clock_obtain
|
|
|
|
<SUBSECTION Standard>
|
2002-07-12 23:21:20 +00:00
|
|
|
GstSystemClock
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_SYSTEM_CLOCK
|
|
|
|
GST_IS_SYSTEM_CLOCK
|
|
|
|
GST_TYPE_SYSTEM_CLOCK
|
|
|
|
gst_system_clock_get_type
|
|
|
|
GST_SYSTEM_CLOCK_CLASS
|
|
|
|
GST_IS_SYSTEM_CLOCK_CLASS
|
|
|
|
</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
|
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-10-19 22:49:35 +00:00
|
|
|
GstPadEventFunction
|
2002-01-14 07:18:43 +00:00
|
|
|
GstPadConnectFunction
|
|
|
|
GstPadConnectReturn
|
2002-06-12 22:27:18 +00:00
|
|
|
GstPadConvertFunction
|
2002-07-12 23:21:20 +00:00
|
|
|
GstPadDispatcherFunction
|
2002-06-12 22:27:18 +00:00
|
|
|
GstPadIntConnFunction
|
|
|
|
|
|
|
|
GstPadQueryType
|
|
|
|
GstPadQueryFunction
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_pad_custom_new
|
|
|
|
gst_pad_custom_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_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
|
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
|
2002-05-25 15:36:59 +00:00
|
|
|
gst_pad_get_scheduler
|
|
|
|
gst_pad_set_scheduler
|
|
|
|
gst_pad_unset_scheduler
|
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
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
|
|
|
|
gst_pad_dispatcher
|
|
|
|
|
2001-10-19 22:49:35 +00:00
|
|
|
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
|
|
|
|
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_pad_set_convert_function
|
|
|
|
gst_pad_convert
|
|
|
|
gst_pad_convert_default
|
|
|
|
|
|
|
|
gst_pad_get_internal_connections
|
|
|
|
gst_pad_get_internal_connections_default
|
|
|
|
gst_pad_set_internal_connection_function
|
|
|
|
|
|
|
|
gst_pad_set_query_function
|
|
|
|
gst_pad_query
|
|
|
|
gst_pad_query_default
|
|
|
|
|
|
|
|
|
2001-05-27 14:33:30 +00:00
|
|
|
GstRealPad
|
|
|
|
GST_RPAD_SCHED
|
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
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_RPAD_CONVERTFUNC
|
|
|
|
GST_RPAD_INTCONNFUNC
|
|
|
|
GST_RPAD_QUERYFUNC
|
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-06-12 22:27:18 +00:00
|
|
|
<TITLE>GstPadTemplate</TITLE>
|
2001-10-24 21:44:48 +00:00
|
|
|
GstPadPresence
|
2002-06-12 22:27:18 +00:00
|
|
|
GstPadTemplate
|
2002-04-12 16:22:32 +00:00
|
|
|
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_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-06-12 22:27:18 +00:00
|
|
|
GstPadTemplateClass
|
2002-04-12 16:22:32 +00:00
|
|
|
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>
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_PLUGIN_ERROR
|
|
|
|
gst_plugin_error_quark
|
|
|
|
GstPluginError
|
2000-03-27 19:53:43 +00:00
|
|
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_plugin_new
|
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
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_plugin_get_feature_list
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_plugin_find_feature
|
2001-10-19 22:49:35 +00:00
|
|
|
gst_plugin_load_plugin
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_plugin_unload_plugin
|
|
|
|
gst_plugin_add_feature
|
|
|
|
gst_plugin_load
|
|
|
|
gst_library_load
|
2001-10-19 22:49:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_PLUGIN
|
2001-10-19 22:49:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpluginfeature</FILE>
|
|
|
|
<TITLE>GstPluginFeature</TITLE>
|
2002-06-12 22:27:18 +00:00
|
|
|
GST_PLUGIN_FEATURE_NAME
|
2001-10-19 22:49:35 +00:00
|
|
|
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
|
2001-10-19 22:49:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2002-07-12 23:21:20 +00:00
|
|
|
GstTypeFind
|
|
|
|
GstTypeFindClass
|
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
|
2002-10-01 22:21:31 +00:00
|
|
|
gst_caps_is_always_compatible
|
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
|
|
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
GstPropsEntry
|
2000-12-28 21:42:23 +00:00
|
|
|
gst_props_new
|
2001-04-14 18:56:37 +00:00
|
|
|
gst_props_newv
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_props_empty_new
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_props_get_safe
|
|
|
|
gst_props_has_property
|
2002-03-31 14:00:33 +00:00
|
|
|
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
|
2002-06-12 22:27:18 +00:00
|
|
|
gst_props_add_entry
|
|
|
|
gst_props_entry_new
|
2002-03-31 14:00:33 +00:00
|
|
|
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>
|