2004-07-26 16:34:35 +00:00
|
|
|
# GStreamer API reference sections
|
|
|
|
|
2005-06-19 10:22:47 +00:00
|
|
|
# please add sections in alphabetical order using the following template
|
2005-08-25 23:17:18 +00:00
|
|
|
# leave two empty lines between sections
|
2004-07-26 16:34:35 +00:00
|
|
|
# <SECTION>
|
|
|
|
# <FILE>gstxxx</FILE>
|
|
|
|
# <TITLE>GstXxx</TITLE>
|
2005-06-19 10:54:12 +00:00
|
|
|
# typedefs
|
|
|
|
# macros
|
|
|
|
# constructor
|
|
|
|
# methods
|
2004-07-26 16:34:35 +00:00
|
|
|
# <SUBSECTION Standard>
|
|
|
|
# <SUBSECTION Private>
|
|
|
|
# </SECTION>
|
|
|
|
|
2005-01-26 15:15:26 +00:00
|
|
|
<INCLUDE>gst/gst.h</INCLUDE>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gst</FILE>
|
|
|
|
<TITLE>Gst</TITLE>
|
|
|
|
gst_init
|
|
|
|
gst_init_check
|
Merged in popt removal + GOption addition patch from Ronald, bug #169772.
Original commit message from CVS:
2005-10-10 Andy Wingo <wingo@pobox.com>
Merged in popt removal + GOption addition patch from Ronald, bug
#169772.
* docs/gst/gstreamer-sections.txt: Add STATE_(UN)LOCK_FULL, move
GstElement macros around, remove popt-related symbols, add goption
stuff.
* configure.ac: Remove popt checks, require GLib 2.6 for GOption.
* docs/gst/Makefile.am:
* docs/libs/Makefile.am: No POPT_CFLAGS.
* examples/manual/Makefile.am:
* docs/manual/basics-init.xml: Doc updates with an example.
* gst/gst.c: (gst_init_get_option_group), (gst_init_check),
(gst_init), (parse_one_option), (parse_goption_arg):
* gst/gst.h: Removed gst_init_with_popt_table and friends. Took a
bit of hand merging and debugging to get the GOption stuff working
tho.
* tests/Makefile.am:
* tools/Makefile.am:
* tools/gst-inspect.c: (main):
* tools/gst-launch.c: (main):
* tools/gst-run.c: (main):
* tools/gst-xmlinspect.c: (main): Thanks Ronald!
2005-10-10 15:53:59 +00:00
|
|
|
gst_init_get_option_group
|
2010-08-19 21:37:58 +00:00
|
|
|
gst_is_initialized
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_deinit
|
2005-10-16 14:32:57 +00:00
|
|
|
gst_version
|
|
|
|
gst_version_string
|
2006-07-17 17:40:52 +00:00
|
|
|
gst_segtrap_is_enabled
|
|
|
|
gst_segtrap_set_enabled
|
2006-08-11 10:19:51 +00:00
|
|
|
gst_registry_fork_is_enabled
|
|
|
|
gst_registry_fork_set_enabled
|
2007-01-08 20:30:12 +00:00
|
|
|
gst_update_registry
|
2005-01-18 14:15:30 +00:00
|
|
|
<SUBSECTION Private>
|
Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gst.c: (init_post):
* gst/gst_private.h:
* gst/gstquark.c: (_priv_gst_quarks_initialize):
* gst/gstquark.h:
* gst/gstquery.c: (gst_query_new_position),
(gst_query_set_position), (gst_query_parse_position),
(gst_query_new_duration), (gst_query_set_duration),
(gst_query_parse_duration), (gst_query_new_convert),
(gst_query_set_convert), (gst_query_parse_convert),
(gst_query_new_segment), (gst_query_set_segment),
(gst_query_parse_segment), (gst_query_new_seeking),
(gst_query_set_seeking), (gst_query_parse_seeking):
Add internal helpers for pre-registering quarks from static strings
and using the quark values directly instead of looking them up when
creating and parsing queries. Can be used for event construction too.
Closes #350432.
2006-08-16 11:47:54 +00:00
|
|
|
GST_QUARK
|
|
|
|
GstQuarkId
|
2009-03-14 23:07:40 +00:00
|
|
|
GstPluginLoader
|
|
|
|
GstPluginLoaderFuncs
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2011-02-16 15:19:46 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstatomicqueue</FILE>
|
|
|
|
<TITLE>GstAtomicQueue</TITLE>
|
|
|
|
GstAtomicQueue
|
|
|
|
gst_atomic_queue_new
|
|
|
|
|
|
|
|
gst_atomic_queue_ref
|
|
|
|
gst_atomic_queue_unref
|
|
|
|
|
|
|
|
gst_atomic_queue_push
|
|
|
|
gst_atomic_queue_peek
|
|
|
|
gst_atomic_queue_pop
|
|
|
|
|
|
|
|
gst_atomic_queue_length
|
2012-06-20 09:59:09 +00:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TYPE_ATOMIC_QUEUE
|
|
|
|
gst_atomic_queue_get_type
|
2011-02-16 15:19:46 +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>gstbin</FILE>
|
2004-03-25 04:20:33 +00:00
|
|
|
<TITLE>GstBin</TITLE>
|
2004-07-21 11:32:09 +00:00
|
|
|
GstBin
|
2005-11-02 15:34:23 +00:00
|
|
|
GstBinClass
|
2005-08-24 21:35: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_bin_new
|
|
|
|
gst_bin_add
|
|
|
|
gst_bin_remove
|
2005-06-19 10:54:12 +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_bin_get_by_name
|
2001-01-31 20:27:00 +00:00
|
|
|
gst_bin_get_by_name_recurse_up
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_bin_get_by_interface
|
2005-06-19 10:54:12 +00:00
|
|
|
|
|
|
|
gst_bin_iterate_elements
|
|
|
|
gst_bin_iterate_recurse
|
|
|
|
gst_bin_iterate_sinks
|
2005-09-27 20:40:35 +00:00
|
|
|
gst_bin_iterate_sorted
|
2006-01-26 06:57:14 +00:00
|
|
|
gst_bin_iterate_sources
|
2005-06-19 10:54:12 +00:00
|
|
|
gst_bin_iterate_all_by_interface
|
2005-11-02 15:34:23 +00:00
|
|
|
|
2008-11-18 09:58:33 +00:00
|
|
|
gst_bin_recalculate_latency
|
|
|
|
|
2016-11-16 10:55:29 +00:00
|
|
|
gst_bin_get_suppressed_flags
|
|
|
|
gst_bin_set_suppressed_flags
|
|
|
|
|
2005-06-19 10:54:12 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
gst_bin_add_many
|
|
|
|
gst_bin_remove_many
|
2008-05-27 10:50:49 +00:00
|
|
|
gst_bin_find_unlinked_pad
|
2015-02-23 18:27:32 +00:00
|
|
|
gst_bin_sync_children_states
|
2005-06-19 10:54:12 +00:00
|
|
|
|
2005-11-02 15:34:23 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GstBinFlags
|
|
|
|
|
2013-02-26 14:36:10 +00:00
|
|
|
GST_BIN_IS_NO_RESYNC
|
|
|
|
|
2005-11-02 15:34:23 +00:00
|
|
|
GST_BIN_CHILDREN
|
|
|
|
GST_BIN_CHILDREN_COOKIE
|
|
|
|
GST_BIN_NUMCHILDREN
|
|
|
|
|
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
|
|
|
GST_BIN
|
|
|
|
GST_IS_BIN
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_TYPE_BIN
|
2004-05-14 15:17:30 +00:00
|
|
|
GST_BIN_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
|
|
|
GST_IS_BIN_CLASS
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_BIN_GET_CLASS
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_BIN_FLAGS
|
2005-08-23 14:25:55 +00:00
|
|
|
GST_BIN_CAST
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_bin_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_bin_flags_get_type
|
2007-05-22 11:09:45 +00:00
|
|
|
GstBinPrivate
|
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>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2005-08-23 14:25:55 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbus</FILE>
|
|
|
|
<TITLE>GstBus</TITLE>
|
|
|
|
GstBus
|
|
|
|
GstBusFlags
|
|
|
|
GstBusSyncReply
|
2005-09-20 07:32:48 +00:00
|
|
|
GstBusFunc
|
2005-08-23 14:25:55 +00:00
|
|
|
GstBusSyncHandler
|
|
|
|
gst_bus_new
|
|
|
|
gst_bus_post
|
|
|
|
gst_bus_have_pending
|
|
|
|
gst_bus_peek
|
|
|
|
gst_bus_pop
|
2007-10-16 20:30:13 +00:00
|
|
|
gst_bus_pop_filtered
|
2007-02-27 17:22:07 +00:00
|
|
|
gst_bus_timed_pop
|
2007-10-16 20:30:13 +00:00
|
|
|
gst_bus_timed_pop_filtered
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_bus_set_flushing
|
|
|
|
gst_bus_set_sync_handler
|
2005-09-29 16:04:31 +00:00
|
|
|
gst_bus_sync_signal_handler
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_bus_create_watch
|
|
|
|
gst_bus_add_watch_full
|
|
|
|
gst_bus_add_watch
|
2014-12-26 22:22:30 +00:00
|
|
|
gst_bus_remove_watch
|
2006-02-13 13:57:29 +00:00
|
|
|
gst_bus_disable_sync_message_emission
|
|
|
|
gst_bus_enable_sync_message_emission
|
2005-09-29 16:04:31 +00:00
|
|
|
gst_bus_async_signal_func
|
|
|
|
gst_bus_add_signal_watch
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_bus_add_signal_watch_full
|
2005-09-29 16:04:31 +00:00
|
|
|
gst_bus_remove_signal_watch
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_bus_poll
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstBusClass
|
|
|
|
GST_BUS
|
|
|
|
GST_IS_BUS
|
|
|
|
GST_TYPE_BUS
|
|
|
|
GST_BUS_CLASS
|
|
|
|
GST_IS_BUS_CLASS
|
|
|
|
GST_BUS_GET_CLASS
|
|
|
|
GST_TYPE_BUS_FLAGS
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TYPE_BUS_SYNC_REPLY
|
2005-08-23 14:25:55 +00:00
|
|
|
GST_BUS_CAST
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_bus_get_type
|
|
|
|
gst_bus_flags_get_type
|
|
|
|
gst_bus_sync_reply_get_type
|
2006-02-13 13:57:29 +00:00
|
|
|
GstBusPrivate
|
2005-08-23 14:25:55 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2009-05-12 11:10:55 +00:00
|
|
|
|
2001-01-19 22:15:21 +00:00
|
|
|
<SECTION>
|
2004-03-25 04:20:33 +00:00
|
|
|
<FILE>gstbuffer</FILE>
|
2004-07-21 11:32:09 +00:00
|
|
|
<TITLE>GstBuffer</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GstBuffer
|
2011-09-26 18:47:35 +00:00
|
|
|
GstBufferFlags
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_BUFFER_FLAGS
|
|
|
|
GST_BUFFER_FLAG_IS_SET
|
|
|
|
GST_BUFFER_FLAG_SET
|
|
|
|
GST_BUFFER_FLAG_UNSET
|
2004-08-12 10:56:40 +00:00
|
|
|
|
2011-10-28 10:28:46 +00:00
|
|
|
GST_BUFFER_PTS
|
|
|
|
GST_BUFFER_DTS
|
2015-10-26 06:59:54 +00:00
|
|
|
GST_BUFFER_DTS_OR_PTS
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_BUFFER_DURATION
|
|
|
|
GST_BUFFER_OFFSET
|
|
|
|
GST_BUFFER_OFFSET_END
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_BUFFER_OFFSET_NONE
|
|
|
|
GST_BUFFER_DURATION_IS_VALID
|
2011-10-28 10:28:46 +00:00
|
|
|
GST_BUFFER_PTS_IS_VALID
|
|
|
|
GST_BUFFER_DTS_IS_VALID
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_BUFFER_OFFSET_IS_VALID
|
|
|
|
GST_BUFFER_OFFSET_END_IS_VALID
|
2006-06-12 09:37:58 +00:00
|
|
|
GST_BUFFER_IS_DISCONT
|
2005-08-24 21:35:43 +00:00
|
|
|
|
|
|
|
gst_buffer_new
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_new_allocate
|
|
|
|
gst_buffer_new_wrapped
|
|
|
|
gst_buffer_new_wrapped_full
|
2004-08-12 10:56:40 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_buffer_ref
|
|
|
|
gst_buffer_unref
|
2005-06-19 10:54:12 +00:00
|
|
|
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_get_sizes
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_get_size
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_buffer_get_sizes_range
|
|
|
|
gst_buffer_resize_range
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_resize
|
|
|
|
gst_buffer_set_size
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_buffer_get_max_memory
|
2011-03-30 17:01:13 +00:00
|
|
|
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_buffer_peek_memory
|
|
|
|
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_n_memory
|
2012-03-30 16:04:51 +00:00
|
|
|
gst_buffer_insert_memory
|
|
|
|
gst_buffer_replace_memory_range
|
|
|
|
gst_buffer_get_memory_range
|
|
|
|
gst_buffer_remove_memory_range
|
2012-04-01 09:42:52 +00:00
|
|
|
gst_buffer_find_memory
|
2012-03-30 16:04:51 +00:00
|
|
|
|
|
|
|
gst_buffer_prepend_memory
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_buffer_append_memory
|
2012-03-30 16:04:51 +00:00
|
|
|
gst_buffer_replace_memory
|
|
|
|
gst_buffer_replace_all_memory
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_buffer_get_memory
|
2012-03-30 16:04:51 +00:00
|
|
|
gst_buffer_get_all_memory
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_remove_memory
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_buffer_remove_all_memory
|
2011-03-30 17:01:13 +00:00
|
|
|
|
2014-02-27 15:46:11 +00:00
|
|
|
gst_buffer_is_all_memory_writable
|
|
|
|
gst_buffer_is_memory_range_writable
|
|
|
|
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_map
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_buffer_map_range
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_unmap
|
|
|
|
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_memcmp
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_extract
|
2013-03-26 23:22:18 +00:00
|
|
|
gst_buffer_extract_dup
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_fill
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_memset
|
2007-03-09 16:30:38 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
GstBufferCopyFlags
|
2011-03-30 17:01:13 +00:00
|
|
|
GST_BUFFER_COPY_METADATA
|
2007-03-09 16:30:38 +00:00
|
|
|
GST_BUFFER_COPY_ALL
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_copy
|
|
|
|
gst_buffer_copy_into
|
|
|
|
gst_buffer_copy_region
|
2015-06-14 00:01:27 +00:00
|
|
|
gst_buffer_copy_deep
|
2011-03-30 17:01:13 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_buffer_is_writable
|
2005-06-19 10:54:12 +00:00
|
|
|
gst_buffer_make_writable
|
|
|
|
gst_buffer_replace
|
|
|
|
|
2012-03-28 10:44:44 +00:00
|
|
|
gst_buffer_append
|
2012-06-28 09:02:19 +00:00
|
|
|
gst_buffer_append_region
|
2004-08-12 10:56:40 +00:00
|
|
|
|
2009-12-17 11:34:42 +00:00
|
|
|
gst_buffer_get_meta
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_buffer_add_meta
|
2009-12-17 11:34:42 +00:00
|
|
|
gst_buffer_remove_meta
|
|
|
|
gst_buffer_iterate_meta
|
2016-12-03 13:05:03 +00:00
|
|
|
gst_buffer_iterate_meta_filtered
|
2012-03-29 11:34:50 +00:00
|
|
|
GstBufferForeachMetaFunc
|
|
|
|
gst_buffer_foreach_meta
|
2009-12-17 11:34:42 +00:00
|
|
|
|
2015-05-06 06:44:48 +00:00
|
|
|
GstParentBufferMeta
|
|
|
|
gst_buffer_add_parent_buffer_meta
|
|
|
|
gst_buffer_get_parent_buffer_meta
|
|
|
|
|
2016-07-07 06:01:24 +00:00
|
|
|
gst_buffer_get_flags
|
|
|
|
gst_buffer_set_flags
|
|
|
|
gst_buffer_unset_flags
|
|
|
|
gst_buffer_has_flags
|
|
|
|
|
2002-12-14 13:02:16 +00:00
|
|
|
<SUBSECTION Standard>
|
2005-08-23 14:25:55 +00:00
|
|
|
GstBufferClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_BUFFER
|
|
|
|
GST_IS_BUFFER
|
|
|
|
GST_TYPE_BUFFER
|
2011-09-26 18:47:35 +00:00
|
|
|
GST_TYPE_BUFFER_FLAGS
|
2007-03-09 16:30:38 +00:00
|
|
|
GST_TYPE_BUFFER_COPY_FLAGS
|
2005-08-23 11:53:58 +00:00
|
|
|
GST_BUFFER_CAST
|
2015-05-06 06:44:48 +00:00
|
|
|
GST_PARENT_BUFFER_META_INFO
|
2016-11-16 10:55:29 +00:00
|
|
|
GST_PARENT_BUFFER_META_API_TYPE
|
2015-05-06 06:44:48 +00:00
|
|
|
GST_TYPE_PARENT_BUFFER_META_API_TYPE
|
|
|
|
gst_parent_buffer_meta_get_info
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_get_type
|
|
|
|
gst_buffer_flags_get_type
|
2007-03-09 16:30:38 +00:00
|
|
|
gst_buffer_copy_flags_get_type
|
2015-05-06 06:44:48 +00:00
|
|
|
gst_parent_buffer_meta_api_get_type
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_BUFFER_TIMESTAMP
|
|
|
|
GST_BUFFER_TIMESTAMP_IS_VALID
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2011-02-25 12:15:25 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstmeta</FILE>
|
|
|
|
<TITLE>GstMeta</TITLE>
|
|
|
|
GstMeta
|
2012-01-03 14:03:38 +00:00
|
|
|
GstMetaFlags
|
|
|
|
GST_META_FLAGS
|
|
|
|
GST_META_FLAG_IS_SET
|
|
|
|
GST_META_FLAG_SET
|
|
|
|
GST_META_FLAG_UNSET
|
2011-02-25 12:15:25 +00:00
|
|
|
GstMetaInfo
|
|
|
|
GstMetaInitFunction
|
|
|
|
GstMetaFreeFunction
|
2011-06-05 17:11:22 +00:00
|
|
|
GstMetaTransformFunction
|
2012-03-29 11:34:50 +00:00
|
|
|
GstMetaTransformCopy
|
|
|
|
GST_META_TRANSFORM_IS_COPY
|
2012-03-12 10:38:37 +00:00
|
|
|
gst_meta_api_type_register
|
|
|
|
gst_meta_api_type_has_tag
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_meta_api_type_get_tags
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_META_TAG_MEMORY
|
2013-08-21 22:02:28 +00:00
|
|
|
GST_META_TAG_MEMORY_STR
|
2011-02-25 12:15:25 +00:00
|
|
|
gst_meta_register
|
|
|
|
gst_meta_get_info
|
2012-01-03 14:03:38 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_META_CAST
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_TYPE_META_FLAGS
|
|
|
|
gst_meta_flags_get_type
|
2011-02-25 12:15:25 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2011-02-22 10:05:09 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbufferpool</FILE>
|
|
|
|
<TITLE>GstBufferPool</TITLE>
|
|
|
|
GstBufferPool
|
|
|
|
GstBufferPoolClass
|
2011-09-26 18:47:35 +00:00
|
|
|
GST_BUFFER_POOL_IS_FLUSHING
|
2011-02-22 10:05:09 +00:00
|
|
|
gst_buffer_pool_new
|
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_buffer_pool_config_get_params
|
|
|
|
gst_buffer_pool_config_set_params
|
2014-05-08 16:47:43 +00:00
|
|
|
gst_buffer_pool_config_validate_params
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_buffer_pool_config_get_allocator
|
|
|
|
gst_buffer_pool_config_set_allocator
|
2011-02-22 10:05:09 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_buffer_pool_config_n_options
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_pool_config_add_option
|
|
|
|
gst_buffer_pool_config_get_option
|
|
|
|
gst_buffer_pool_config_has_option
|
2012-03-29 11:34:50 +00:00
|
|
|
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_pool_get_options
|
|
|
|
gst_buffer_pool_has_option
|
|
|
|
|
2011-02-22 10:05:09 +00:00
|
|
|
gst_buffer_pool_get_config
|
|
|
|
gst_buffer_pool_set_config
|
|
|
|
|
|
|
|
gst_buffer_pool_set_active
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_buffer_pool_is_active
|
2014-05-23 19:26:59 +00:00
|
|
|
gst_buffer_pool_set_flushing
|
2011-02-22 10:05:09 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
GstBufferPoolAcquireFlags
|
|
|
|
GstBufferPoolAcquireParams
|
2011-02-22 10:05:09 +00:00
|
|
|
gst_buffer_pool_acquire_buffer
|
|
|
|
gst_buffer_pool_release_buffer
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_BUFFER_POOL_CLASS
|
|
|
|
GST_BUFFER_POOL_CAST
|
|
|
|
GST_BUFFER_POOL
|
|
|
|
GST_IS_BUFFER_POOL
|
|
|
|
GST_TYPE_BUFFER_POOL
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_TYPE_BUFFER_POOL_ACQUIRE_FLAGS
|
|
|
|
gst_buffer_pool_acquire_flags_get_type
|
2011-02-22 10:05:09 +00:00
|
|
|
GST_IS_BUFFER_POOL_CLASS
|
|
|
|
GST_BUFFER_POOL_GET_CLASS
|
2014-01-13 19:48:32 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_buffer_pool_get_type
|
|
|
|
GstBufferPoolPrivate
|
2011-02-22 10:05:09 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2009-05-12 10:08:56 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbufferlist</FILE>
|
|
|
|
<TITLE>GstBufferList</TITLE>
|
|
|
|
GstBufferList
|
2009-06-19 13:29:14 +00:00
|
|
|
|
2009-05-12 10:08:56 +00:00
|
|
|
gst_buffer_list_new
|
2011-10-29 06:24:12 +00:00
|
|
|
gst_buffer_list_new_sized
|
|
|
|
gst_buffer_list_length
|
2011-03-31 15:51:02 +00:00
|
|
|
gst_buffer_list_add
|
|
|
|
gst_buffer_list_insert
|
|
|
|
gst_buffer_list_remove
|
|
|
|
|
2009-05-12 10:08:56 +00:00
|
|
|
gst_buffer_list_ref
|
|
|
|
gst_buffer_list_unref
|
|
|
|
gst_buffer_list_copy
|
2015-06-24 05:18:47 +00:00
|
|
|
gst_buffer_list_copy_deep
|
2009-05-12 10:08:56 +00:00
|
|
|
gst_buffer_list_is_writable
|
|
|
|
gst_buffer_list_make_writable
|
2009-06-19 13:29:14 +00:00
|
|
|
|
|
|
|
GstBufferListFunc
|
|
|
|
gst_buffer_list_foreach
|
|
|
|
gst_buffer_list_get
|
|
|
|
|
2009-05-12 10:08:56 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_BUFFER_LIST
|
|
|
|
GST_IS_BUFFER_LIST
|
|
|
|
GST_TYPE_BUFFER_LIST
|
|
|
|
GST_BUFFER_LIST_CAST
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_buffer_list_get_type
|
|
|
|
</SECTION>
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2001-01-19 22:15:21 +00:00
|
|
|
<SECTION>
|
2004-03-25 04:20:33 +00:00
|
|
|
<FILE>gstcaps</FILE>
|
2004-07-21 11:32:09 +00:00
|
|
|
<TITLE>GstCaps</TITLE>
|
2005-06-19 10:54:12 +00:00
|
|
|
GstCaps
|
|
|
|
GstStaticCaps
|
2011-05-02 12:46:59 +00:00
|
|
|
GstCapsIntersectMode
|
2005-06-19 10:54:12 +00:00
|
|
|
|
2005-11-20 14:50:43 +00:00
|
|
|
GstCapsFlags
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_CAPS_ANY
|
|
|
|
GST_CAPS_NONE
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_CAPS_REFCOUNT
|
|
|
|
GST_CAPS_REFCOUNT_VALUE
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_STATIC_CAPS_ANY
|
|
|
|
GST_STATIC_CAPS_NONE
|
|
|
|
GST_CAPS_IS_SIMPLE
|
|
|
|
GST_STATIC_CAPS
|
2011-06-10 11:34:59 +00:00
|
|
|
GST_CAPS_FLAGS
|
|
|
|
GST_CAPS_FLAG_IS_SET
|
|
|
|
GST_CAPS_FLAG_SET
|
|
|
|
GST_CAPS_FLAG_UNSET
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2014-11-07 10:15:09 +00:00
|
|
|
GstCapsForeachFunc
|
|
|
|
GstCapsMapFunc
|
2014-12-16 15:31:21 +00:00
|
|
|
GstCapsFilterMapFunc
|
2014-11-07 10:15:09 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_new_empty
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_caps_new_empty_simple
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_new_any
|
|
|
|
gst_caps_new_simple
|
|
|
|
gst_caps_new_full
|
|
|
|
gst_caps_new_full_valist
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_caps_is_writable
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_copy
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_caps_copy_nth
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_static_caps_get
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_static_caps_cleanup
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_append
|
2006-08-21 14:54:31 +00:00
|
|
|
gst_caps_merge
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_append_structure
|
2013-03-30 14:35:19 +00:00
|
|
|
gst_caps_append_structure_full
|
2006-08-21 14:54:31 +00:00
|
|
|
gst_caps_remove_structure
|
2010-06-14 09:39:40 +00:00
|
|
|
gst_caps_steal_structure
|
2006-08-24 10:40:31 +00:00
|
|
|
gst_caps_merge_structure
|
2013-03-30 14:35:19 +00:00
|
|
|
gst_caps_merge_structure_full
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_get_size
|
|
|
|
gst_caps_get_structure
|
2013-03-30 14:35:19 +00:00
|
|
|
gst_caps_get_features
|
|
|
|
gst_caps_set_features
|
2009-10-07 13:32:18 +00:00
|
|
|
gst_caps_set_value
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_set_simple
|
|
|
|
gst_caps_set_simple_valist
|
2014-11-07 10:15:09 +00:00
|
|
|
gst_caps_foreach
|
|
|
|
gst_caps_map_in_place
|
2014-12-16 15:31:21 +00:00
|
|
|
gst_caps_filter_and_map_in_place
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_is_any
|
|
|
|
gst_caps_is_empty
|
|
|
|
gst_caps_is_fixed
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_caps_is_equal
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_caps_is_equal_fixed
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_caps_is_strictly_equal
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_is_always_compatible
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_caps_is_subset
|
2011-05-27 11:55:31 +00:00
|
|
|
gst_caps_is_subset_structure
|
2013-03-30 14:35:19 +00:00
|
|
|
gst_caps_is_subset_structure_full
|
2009-07-22 06:38:10 +00:00
|
|
|
gst_caps_can_intersect
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_intersect
|
2011-05-02 12:46:59 +00:00
|
|
|
gst_caps_intersect_full
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_normalize
|
2012-03-12 10:38:37 +00:00
|
|
|
gst_caps_simplify
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_replace
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_caps_take
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_to_string
|
|
|
|
gst_caps_from_string
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_caps_subtract
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_caps_make_writable
|
|
|
|
gst_caps_truncate
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_caps_fixate
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_caps_ref
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_caps_unref
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CAPS
|
|
|
|
GST_IS_CAPS
|
|
|
|
GST_TYPE_CAPS
|
2005-11-20 14:50:43 +00:00
|
|
|
GST_TYPE_CAPS_FLAGS
|
2011-05-02 12:46:59 +00:00
|
|
|
GST_TYPE_CAPS_INTERSECT_MODE
|
2011-09-26 18:47:35 +00:00
|
|
|
GST_CAPS_CAST
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_caps_flags_get_type
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_caps_get_type
|
2011-05-02 12:46:59 +00:00
|
|
|
gst_caps_intersect_mode_get_type
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2013-03-30 14:35:19 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcapsfeatures</FILE>
|
|
|
|
<TITLE>GstCapsFeatures</TITLE>
|
|
|
|
GstCapsFeatures
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_CAPS_FEATURES_ANY
|
|
|
|
GST_CAPS_FEATURES_MEMORY_SYSTEM_MEMORY
|
|
|
|
GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY
|
2013-03-30 14:35:19 +00:00
|
|
|
gst_caps_features_new
|
|
|
|
gst_caps_features_new_empty
|
2013-04-02 20:13:22 +00:00
|
|
|
gst_caps_features_new_any
|
2013-03-30 14:35:19 +00:00
|
|
|
gst_caps_features_new_id
|
|
|
|
gst_caps_features_new_id_valist
|
|
|
|
gst_caps_features_new_valist
|
|
|
|
|
|
|
|
gst_caps_features_copy
|
|
|
|
gst_caps_features_free
|
|
|
|
|
|
|
|
gst_caps_features_from_string
|
|
|
|
gst_caps_features_to_string
|
|
|
|
|
|
|
|
gst_caps_features_set_parent_refcount
|
|
|
|
|
|
|
|
gst_caps_features_is_equal
|
2013-04-02 20:13:22 +00:00
|
|
|
gst_caps_features_is_any
|
2013-03-30 14:35:19 +00:00
|
|
|
|
|
|
|
gst_caps_features_contains
|
|
|
|
gst_caps_features_contains_id
|
|
|
|
|
|
|
|
gst_caps_features_get_size
|
|
|
|
|
|
|
|
gst_caps_features_get_nth
|
|
|
|
gst_caps_features_get_nth_id
|
|
|
|
|
|
|
|
gst_caps_features_add
|
|
|
|
gst_caps_features_add_id
|
|
|
|
gst_caps_features_remove
|
|
|
|
gst_caps_features_remove_id
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CAPS_FEATURES
|
|
|
|
GST_CAPS_FEATURES_CAST
|
|
|
|
GST_IS_CAPS_FEATURES
|
|
|
|
GST_TYPE_CAPS_FEATURES
|
|
|
|
gst_is_caps_features
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_caps_features_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2012-01-03 14:03:38 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstsample</FILE>
|
|
|
|
<TITLE>GstSample</TITLE>
|
|
|
|
GstSample
|
|
|
|
gst_sample_get_buffer
|
2015-06-22 11:33:29 +00:00
|
|
|
gst_sample_get_buffer_list
|
2012-01-03 14:03:38 +00:00
|
|
|
gst_sample_get_caps
|
|
|
|
gst_sample_get_info
|
|
|
|
gst_sample_get_segment
|
2015-06-22 11:33:29 +00:00
|
|
|
gst_sample_set_buffer_list
|
2012-01-03 14:03:38 +00:00
|
|
|
gst_sample_new
|
|
|
|
gst_sample_ref
|
|
|
|
gst_sample_unref
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_sample_copy
|
2012-01-03 14:03:38 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_SAMPLE
|
|
|
|
GST_SAMPLE
|
|
|
|
GST_TYPE_SAMPLE
|
|
|
|
gst_sample_get_type
|
|
|
|
GST_SAMPLE_CAST
|
|
|
|
</SECTION>
|
|
|
|
|
ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements over from 0.8
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gstbin.c: (gst_bin_get_type),
(gst_bin_child_proxy_get_child_by_index),
(gst_bin_child_proxy_get_children_count),
(gst_bin_child_proxy_init):
* gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
(gst_child_proxy_get_child_by_index),
(gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
(gst_child_proxy_get_property), (gst_child_proxy_get_valist),
(gst_child_proxy_get), (gst_child_proxy_set_property),
(gst_child_proxy_set_valist), (gst_child_proxy_set),
(gst_child_proxy_child_added), (gst_child_proxy_child_removed),
(gst_child_proxy_base_init), (gst_child_proxy_get_type):
* gst/gstchildproxy.h:
* gst/parse/grammar.y:
* tools/gst-inspect.c: (print_interfaces),
(print_element_properties_info), (print_element_info):
ported gstchildproxy over from 0.8
ported gst-inspect fixes and enhancements over from 0.8
2005-08-22 21:03:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstchildproxy</FILE>
|
|
|
|
<TITLE>GstChildProxy</TITLE>
|
2007-02-11 19:59:12 +00:00
|
|
|
GstChildProxy
|
|
|
|
GstChildProxyInterface
|
ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements over from 0.8
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gstbin.c: (gst_bin_get_type),
(gst_bin_child_proxy_get_child_by_index),
(gst_bin_child_proxy_get_children_count),
(gst_bin_child_proxy_init):
* gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
(gst_child_proxy_get_child_by_index),
(gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
(gst_child_proxy_get_property), (gst_child_proxy_get_valist),
(gst_child_proxy_get), (gst_child_proxy_set_property),
(gst_child_proxy_set_valist), (gst_child_proxy_set),
(gst_child_proxy_child_added), (gst_child_proxy_child_removed),
(gst_child_proxy_base_init), (gst_child_proxy_get_type):
* gst/gstchildproxy.h:
* gst/parse/grammar.y:
* tools/gst-inspect.c: (print_interfaces),
(print_element_properties_info), (print_element_info):
ported gstchildproxy over from 0.8
ported gst-inspect fixes and enhancements over from 0.8
2005-08-22 21:03:33 +00:00
|
|
|
gst_child_proxy_get_children_count
|
|
|
|
gst_child_proxy_get_child_by_name
|
|
|
|
gst_child_proxy_get_child_by_index
|
|
|
|
gst_child_proxy_lookup
|
|
|
|
gst_child_proxy_get_property
|
|
|
|
gst_child_proxy_get_valist
|
|
|
|
gst_child_proxy_get
|
|
|
|
gst_child_proxy_set_property
|
|
|
|
gst_child_proxy_set_valist
|
|
|
|
gst_child_proxy_set
|
|
|
|
gst_child_proxy_child_added
|
|
|
|
gst_child_proxy_child_removed
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CHILD_PROXY
|
|
|
|
GST_IS_CHILD_PROXY
|
|
|
|
GST_CHILD_PROXY_GET_INTERFACE
|
|
|
|
GST_TYPE_CHILD_PROXY
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_child_proxy_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstclock</FILE>
|
2004-07-21 11:32:09 +00:00
|
|
|
<TITLE>GstClock</TITLE>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstClock
|
2006-08-11 15:24:03 +00:00
|
|
|
GstClockClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GstClockTime
|
|
|
|
GstClockTimeDiff
|
|
|
|
GstClockID
|
|
|
|
GST_CLOCK_TIME_NONE
|
|
|
|
GST_CLOCK_TIME_IS_VALID
|
2015-06-12 21:07:26 +00:00
|
|
|
GST_CLOCK_STIME_NONE
|
|
|
|
GST_CLOCK_STIME_IS_VALID
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_SECOND
|
|
|
|
GST_MSECOND
|
|
|
|
GST_USECOND
|
|
|
|
GST_NSECOND
|
2007-11-28 10:58:39 +00:00
|
|
|
GST_TIME_AS_SECONDS
|
|
|
|
GST_TIME_AS_MSECONDS
|
|
|
|
GST_TIME_AS_USECONDS
|
|
|
|
GST_TIME_AS_NSECONDS
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_CLOCK_DIFF
|
|
|
|
GST_TIMEVAL_TO_TIME
|
|
|
|
GST_TIME_TO_TIMEVAL
|
2005-08-25 23:17:18 +00:00
|
|
|
GST_TIMESPEC_TO_TIME
|
|
|
|
GST_TIME_TO_TIMESPEC
|
2004-03-25 04:20:33 +00:00
|
|
|
GstClockEntry
|
|
|
|
GstClockCallback
|
|
|
|
GstClockEntryType
|
|
|
|
GST_CLOCK_ENTRY
|
|
|
|
GST_CLOCK_ENTRY_CLOCK
|
|
|
|
GST_CLOCK_ENTRY_TYPE
|
|
|
|
GST_CLOCK_ENTRY_TIME
|
|
|
|
GST_CLOCK_ENTRY_INTERVAL
|
|
|
|
GST_CLOCK_ENTRY_STATUS
|
|
|
|
GstClockReturn
|
|
|
|
GstClockFlags
|
|
|
|
GST_CLOCK_FLAGS
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_clock_add_observation
|
2015-07-28 21:30:54 +00:00
|
|
|
gst_clock_add_observation_unapplied
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_clock_set_master
|
|
|
|
gst_clock_get_master
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_clock_set_resolution
|
|
|
|
gst_clock_get_resolution
|
|
|
|
gst_clock_get_time
|
|
|
|
gst_clock_new_single_shot_id
|
|
|
|
gst_clock_new_periodic_id
|
2010-10-20 15:40:43 +00:00
|
|
|
gst_clock_single_shot_id_reinit
|
2011-01-11 16:43:57 +00:00
|
|
|
gst_clock_periodic_id_reinit
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_clock_get_internal_time
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_clock_adjust_unlocked
|
2007-04-05 10:06:20 +00:00
|
|
|
gst_clock_unadjust_unlocked
|
2015-07-28 21:30:54 +00:00
|
|
|
gst_clock_adjust_with_calibration
|
2016-01-06 14:19:22 +00:00
|
|
|
gst_clock_unadjust_with_calibration
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_clock_get_calibration
|
|
|
|
gst_clock_set_calibration
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_clock_get_timeout
|
|
|
|
gst_clock_set_timeout
|
2015-06-03 11:16:15 +00:00
|
|
|
gst_clock_wait_for_sync
|
|
|
|
gst_clock_is_synced
|
|
|
|
gst_clock_set_synced
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_clock_id_get_time
|
|
|
|
gst_clock_id_wait
|
|
|
|
gst_clock_id_wait_async
|
|
|
|
gst_clock_id_unschedule
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_clock_id_compare_func
|
|
|
|
gst_clock_id_ref
|
|
|
|
gst_clock_id_unref
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CLOCK
|
|
|
|
GST_IS_CLOCK
|
|
|
|
GST_TYPE_CLOCK
|
|
|
|
GST_CLOCK_CLASS
|
|
|
|
GST_IS_CLOCK_CLASS
|
|
|
|
GST_CLOCK_GET_CLASS
|
2005-10-28 17:35:05 +00:00
|
|
|
GST_CLOCK_CAST
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_CLOCK_ENTRY_TYPE
|
|
|
|
GST_TYPE_CLOCK_FLAGS
|
|
|
|
GST_TYPE_CLOCK_RETURN
|
2005-10-28 16:46:58 +00:00
|
|
|
GST_TYPE_CLOCK_TIME
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2009-03-19 10:37:12 +00:00
|
|
|
GstClockPrivate
|
2005-11-23 16:10:38 +00:00
|
|
|
GST_CLOCK_SLAVE_LOCK
|
|
|
|
GST_CLOCK_SLAVE_UNLOCK
|
2004-07-21 11:32:09 +00:00
|
|
|
gst_clock_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_clock_entry_type_get_type
|
|
|
|
gst_clock_flags_get_type
|
|
|
|
gst_clock_return_get_type
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcompat</FILE>
|
2004-07-26 16:34:35 +00:00
|
|
|
<TITLE>GstCompat</TITLE>
|
2004-09-02 14:24:22 +00:00
|
|
|
<SUBSECTION Standard>
|
2010-12-07 17:40:12 +00:00
|
|
|
gst_element_class_set_details_simple
|
|
|
|
gst_element_factory_get_author
|
|
|
|
gst_element_factory_get_description
|
|
|
|
gst_element_factory_get_documentation_uri
|
|
|
|
gst_element_factory_get_icon_name
|
|
|
|
gst_element_factory_get_klass
|
|
|
|
gst_element_factory_get_longname
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_pad_get_caps_reffed
|
|
|
|
gst_pad_peer_get_caps_reffed
|
2012-06-20 09:59:09 +00:00
|
|
|
gst_pad_set_caps
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_buffer_new_and_alloc
|
|
|
|
GST_BUFFER_TIMESTAMP
|
|
|
|
GST_BUFFER_TIMESTAMP_IS_VALID
|
2013-02-26 14:36:10 +00:00
|
|
|
GST_MESSAGE_DURATION
|
|
|
|
gst_message_new_duration
|
|
|
|
gst_message_parse_duration
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_adapter_prev_timestamp
|
2004-09-02 14:24:22 +00:00
|
|
|
<SUBSECTION Private>
|
2001-01-19 22:15:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2011-11-04 10:39:25 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstconfig</FILE>
|
2015-06-13 17:24:13 +00:00
|
|
|
<TITLE>GstConfig</TITLE>
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_DISABLE_GST_DEBUG
|
|
|
|
GST_DISABLE_PARSE
|
|
|
|
GST_DISABLE_REGISTRY
|
|
|
|
GST_DISABLE_PLUGIN
|
2006-07-10 19:35:32 +00:00
|
|
|
<SUBSECTION Private>
|
2005-09-22 12:05:05 +00:00
|
|
|
GST_HAVE_GLIB_2_8
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_EXPORT
|
|
|
|
GST_PLUGIN_EXPORT
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GST_PADDING
|
2005-12-01 02:08:18 +00:00
|
|
|
GST_PADDING_LARGE
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GST_PADDING_INIT
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2013-03-28 14:35:13 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcontext</FILE>
|
|
|
|
<TITLE>GstContext</TITLE>
|
|
|
|
GstContext
|
|
|
|
gst_context_new
|
|
|
|
gst_context_ref
|
|
|
|
gst_context_unref
|
|
|
|
gst_context_copy
|
2013-09-17 12:29:06 +00:00
|
|
|
gst_context_get_context_type
|
2013-09-19 07:49:40 +00:00
|
|
|
gst_context_has_context_type
|
2013-09-17 12:29:06 +00:00
|
|
|
gst_context_is_persistent
|
2013-03-28 14:35:13 +00:00
|
|
|
gst_context_get_structure
|
2013-04-18 08:17:44 +00:00
|
|
|
gst_context_writable_structure
|
2013-03-28 14:35:13 +00:00
|
|
|
gst_context_make_writable
|
|
|
|
gst_context_is_writable
|
|
|
|
gst_context_replace
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CONTEXT
|
|
|
|
GST_CONTEXT_CAST
|
|
|
|
GST_IS_CONTEXT
|
|
|
|
GST_TYPE_CONTEXT
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_context_get_type
|
|
|
|
</SECTION>
|
2011-11-04 10:39:25 +00:00
|
|
|
|
2011-12-20 21:36:18 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcontrolbinding</FILE>
|
|
|
|
<TITLE>GstControlBinding</TITLE>
|
|
|
|
GstControlBinding
|
|
|
|
GstControlBindingClass
|
|
|
|
gst_control_binding_sync_values
|
2011-12-22 22:48:30 +00:00
|
|
|
gst_control_binding_get_value
|
|
|
|
gst_control_binding_get_value_array
|
2012-04-25 07:47:10 +00:00
|
|
|
gst_control_binding_get_g_value_array
|
2011-12-20 21:36:18 +00:00
|
|
|
gst_control_binding_set_disabled
|
|
|
|
gst_control_binding_is_disabled
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CONTROL_BINDING
|
|
|
|
GST_IS_CONTROL_BINDING
|
|
|
|
GST_CONTROL_BINDING_CLASS
|
|
|
|
GST_IS_CONTROL_BINDING_CLASS
|
|
|
|
GST_CONTROL_BINDING_GET_CLASS
|
|
|
|
GST_TYPE_CONTROL_BINDING
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_CONTROL_BINDING_PSPEC
|
2011-12-20 21:36:18 +00:00
|
|
|
<SUBSECTION Private>
|
2013-01-10 10:34:14 +00:00
|
|
|
GstControlBindingConvert
|
2016-11-16 10:55:29 +00:00
|
|
|
GstControlBindingPrivate
|
2011-12-20 21:36:18 +00:00
|
|
|
gst_control_binding_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2011-11-04 10:39:25 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcontrolsource</FILE>
|
|
|
|
<TITLE>GstControlSource</TITLE>
|
2012-03-29 11:34:50 +00:00
|
|
|
GstValueArray
|
2011-11-04 10:39:25 +00:00
|
|
|
GstControlSource
|
|
|
|
GstControlSourceClass
|
|
|
|
GstControlSourceGetValue
|
|
|
|
GstControlSourceGetValueArray
|
|
|
|
GstTimedValue
|
|
|
|
gst_control_source_get_value
|
|
|
|
gst_control_source_get_value_array
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_CONTROL_SOURCE
|
|
|
|
GST_IS_CONTROL_SOURCE
|
|
|
|
GST_CONTROL_SOURCE_CLASS
|
|
|
|
GST_IS_CONTROL_SOURCE_CLASS
|
|
|
|
GST_CONTROL_SOURCE_GET_CLASS
|
|
|
|
GST_TYPE_CONTROL_SOURCE
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_control_source_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2016-11-16 10:55:29 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstdynamictypefactory</FILE>
|
|
|
|
<TITLE>GstDynamicTypeFactory</TITLE>
|
|
|
|
GstDynamicTypeFactory
|
|
|
|
gst_dynamic_type_factory_load
|
|
|
|
gst_dynamic_type_register
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstDynamicTypeFactoryClass
|
|
|
|
GST_TYPE_DYNAMIC_TYPE_FACTORY
|
|
|
|
GST_DYNAMIC_TYPE_FACTORY
|
|
|
|
GST_DYNAMIC_TYPE_CLASS
|
|
|
|
GST_IS_DYNAMIC_TYPE_FACTORY
|
|
|
|
GST_IS_DYNAMIC_TYPE_FACTORY_CLASS
|
|
|
|
GST_DYNAMIC_TYPE_FACTORY_CAST
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_dynamic_type_factory_get_type
|
|
|
|
</SECTION>
|
2011-11-04 10:39:25 +00:00
|
|
|
|
2000-03-27 19:53:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstelement</FILE>
|
2004-07-23 15:38:47 +00:00
|
|
|
<TITLE>GstElement</TITLE>
|
2004-05-14 14:00:04 +00:00
|
|
|
GstElement
|
2005-11-10 11:17:26 +00:00
|
|
|
GstElementClass
|
2005-08-25 23:17:18 +00:00
|
|
|
GstElementFlags
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GstState
|
2005-09-11 19:22:23 +00:00
|
|
|
GstStateChange
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GstStateChangeReturn
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_STATE
|
2005-10-17 20:16:55 +00:00
|
|
|
GST_STATE_GET_NEXT
|
|
|
|
GST_STATE_NEXT
|
|
|
|
GST_STATE_PENDING
|
|
|
|
GST_STATE_RETURN
|
docs/gst/gstreamer-sections.txt: Add new element field and method.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
Add new element field and method.
* gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
(bin_remove_messages), (gst_bin_add_func), (gst_bin_remove_func),
(gst_bin_recalc_state), (gst_bin_get_state_func),
(gst_bin_element_set_state), (gst_bin_change_state_func),
(gst_bin_continue_func), (bin_bus_handler),
(bin_push_state_continue), (bin_handle_async_start),
(bin_handle_async_done), (gst_bin_handle_message_func):
Make async state changes a bit smarter by using new ASYNC_START and
ASYNC_DONE messages. This reduces the number of times we run the state
recalculation thread.
Don't change state of element with a pending ASYNC_START message.
Deprecate STATE_DIRTY messages.
* gst/gstelement.c: (gst_element_init), (gst_element_send_event),
(gst_element_get_state_func), (gst_element_continue_state),
(gst_element_lost_state), (gst_element_set_state_func),
(gst_element_change_state):
* gst/gstelement.h:
Keep the state that was last set by the app in a new element field.
Don't allow state changes when handling an element event.
Post ASYNC_START and ASYNC_DONE messages.
Change lost_state so that we go to PAUSED and wait for the parent to set
us to PLAYING again (so latency calculation can be performed)
Export gst_element_change_state() method so that subclasses can use it.
API: gst_element_change_state()
API: GST_STATE_TARGET
* gst/gstpipeline.c: (gst_pipeline_class_init),
(reset_stream_time), (gst_pipeline_change_state),
(gst_pipeline_handle_message), (gst_pipeline_set_new_stream_time):
Using the new ASYNC_START message we can reset the base_time when
needed. This can then be used to implement base_time redistribution in
flushing seeks so that we can remove the explicit seek handling.
Perform latency query and configuration when going to PLAYING.
* libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_query), (gst_base_sink_change_state):
Post new ASYNC_START/ASYNC_DONE messages.
* tests/check/generic/sinks.c: (GST_START_TEST):
Fix test because the bin will not set the async element to PLAYING right
away.
* tests/check/gst/gstbin.c: (pop_async_done), (GST_START_TEST):
Make the message check a little stronger.
Handle ASYNC messages.
* tests/check/pipelines/cleanup.c: (GST_START_TEST):
* tests/check/pipelines/simple-launch-lines.c: (GST_START_TEST):
Expect ASYNC_DONE messages.
2007-03-19 10:47:56 +00:00
|
|
|
GST_STATE_TARGET
|
2005-10-17 20:16:55 +00:00
|
|
|
GST_STATE_TRANSITION
|
|
|
|
GST_STATE_TRANSITION_CURRENT
|
|
|
|
GST_STATE_TRANSITION_NEXT
|
2005-11-10 11:17:26 +00:00
|
|
|
|
|
|
|
GST_STATE_GET_LOCK
|
|
|
|
GST_STATE_GET_COND
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_ELEMENT_NAME
|
|
|
|
GST_ELEMENT_PARENT
|
2005-09-23 14:31:21 +00:00
|
|
|
GST_ELEMENT_BUS
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_ELEMENT_CLOCK
|
|
|
|
GST_ELEMENT_PADS
|
2009-05-26 09:53:05 +00:00
|
|
|
GST_ELEMENT_START_TIME
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_ELEMENT_ERROR
|
2016-07-22 14:25:09 +00:00
|
|
|
GST_ELEMENT_ERROR_WITH_DETAILS
|
2016-08-23 16:27:20 +00:00
|
|
|
GST_ELEMENT_FLOW_ERROR
|
2005-08-25 23:17:18 +00:00
|
|
|
GST_ELEMENT_WARNING
|
2016-07-22 14:25:09 +00:00
|
|
|
GST_ELEMENT_WARNING_WITH_DETAILS
|
2007-02-21 15:34:14 +00:00
|
|
|
GST_ELEMENT_INFO
|
2016-07-22 14:25:09 +00:00
|
|
|
GST_ELEMENT_INFO_WITH_DETAILS
|
2005-08-25 23:17:18 +00:00
|
|
|
GST_ELEMENT_IS_LOCKED_STATE
|
|
|
|
|
2012-09-25 13:11:33 +00:00
|
|
|
<SUBSECTION element-metadata>
|
2011-06-08 11:39:19 +00:00
|
|
|
GST_ELEMENT_METADATA_AUTHOR
|
|
|
|
GST_ELEMENT_METADATA_DESCRIPTION
|
|
|
|
GST_ELEMENT_METADATA_DOC_URI
|
|
|
|
GST_ELEMENT_METADATA_ICON_NAME
|
|
|
|
GST_ELEMENT_METADATA_KLASS
|
|
|
|
GST_ELEMENT_METADATA_LONGNAME
|
|
|
|
|
2006-03-24 11:02:42 +00:00
|
|
|
<SUBSECTION element-construction>
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_class_add_pad_template
|
2016-02-27 15:28:49 +00:00
|
|
|
gst_element_class_add_static_pad_template
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_class_get_pad_template
|
|
|
|
gst_element_class_get_pad_template_list
|
2010-12-07 17:40:12 +00:00
|
|
|
gst_element_class_set_metadata
|
2012-04-09 11:47:58 +00:00
|
|
|
gst_element_class_set_static_metadata
|
2010-12-07 17:40:12 +00:00
|
|
|
gst_element_class_add_metadata
|
2012-04-09 11:47:58 +00:00
|
|
|
gst_element_class_add_static_metadata
|
2006-03-24 11:02:42 +00:00
|
|
|
|
|
|
|
<SUBSECTION element-pads>
|
|
|
|
gst_element_add_pad
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_create_all_pads
|
|
|
|
gst_element_get_compatible_pad
|
|
|
|
gst_element_get_compatible_pad_template
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_get_request_pad
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_get_static_pad
|
2010-12-20 12:30:43 +00:00
|
|
|
gst_element_request_pad
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_no_more_pads
|
|
|
|
gst_element_release_request_pad
|
|
|
|
gst_element_remove_pad
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_iterate_pads
|
|
|
|
gst_element_iterate_sink_pads
|
|
|
|
gst_element_iterate_src_pads
|
2006-03-24 11:02:42 +00:00
|
|
|
|
|
|
|
<SUBSECTION element-linking>
|
2003-01-24 18:08:39 +00:00
|
|
|
gst_element_link
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_unlink
|
2003-01-24 18:08:39 +00:00
|
|
|
gst_element_link_many
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_unlink_many
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_link_pads
|
2010-06-23 15:00:17 +00:00
|
|
|
gst_element_link_pads_full
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_unlink_pads
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_link_pads_filtered
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_link_filtered
|
|
|
|
|
|
|
|
<SUBSECTION element-properties>
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_element_class_get_metadata
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_set_base_time
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_get_base_time
|
2009-05-26 09:53:05 +00:00
|
|
|
gst_element_set_start_time
|
|
|
|
gst_element_get_start_time
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_set_bus
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_get_bus
|
2013-03-28 14:35:13 +00:00
|
|
|
gst_element_set_context
|
2015-09-23 14:04:48 +00:00
|
|
|
gst_element_get_context
|
|
|
|
gst_element_get_context_unlocked
|
|
|
|
gst_element_get_contexts
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_get_factory
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_set_name
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_get_name
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_set_parent
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_get_parent
|
|
|
|
|
|
|
|
<SUBSECTION element-clocks>
|
|
|
|
gst_element_set_clock
|
|
|
|
gst_element_get_clock
|
|
|
|
gst_element_provide_clock
|
|
|
|
|
|
|
|
<SUBSECTION element-states>
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_set_state
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_get_state
|
|
|
|
gst_element_set_locked_state
|
|
|
|
gst_element_is_locked_state
|
|
|
|
gst_element_abort_state
|
|
|
|
gst_element_continue_state
|
|
|
|
gst_element_lost_state
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_state_get_name
|
2006-11-06 15:14:46 +00:00
|
|
|
gst_element_state_change_return_get_name
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_element_sync_state_with_parent
|
docs/gst/gstreamer-sections.txt: Add new element field and method.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
Add new element field and method.
* gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
(bin_remove_messages), (gst_bin_add_func), (gst_bin_remove_func),
(gst_bin_recalc_state), (gst_bin_get_state_func),
(gst_bin_element_set_state), (gst_bin_change_state_func),
(gst_bin_continue_func), (bin_bus_handler),
(bin_push_state_continue), (bin_handle_async_start),
(bin_handle_async_done), (gst_bin_handle_message_func):
Make async state changes a bit smarter by using new ASYNC_START and
ASYNC_DONE messages. This reduces the number of times we run the state
recalculation thread.
Don't change state of element with a pending ASYNC_START message.
Deprecate STATE_DIRTY messages.
* gst/gstelement.c: (gst_element_init), (gst_element_send_event),
(gst_element_get_state_func), (gst_element_continue_state),
(gst_element_lost_state), (gst_element_set_state_func),
(gst_element_change_state):
* gst/gstelement.h:
Keep the state that was last set by the app in a new element field.
Don't allow state changes when handling an element event.
Post ASYNC_START and ASYNC_DONE messages.
Change lost_state so that we go to PAUSED and wait for the parent to set
us to PLAYING again (so latency calculation can be performed)
Export gst_element_change_state() method so that subclasses can use it.
API: gst_element_change_state()
API: GST_STATE_TARGET
* gst/gstpipeline.c: (gst_pipeline_class_init),
(reset_stream_time), (gst_pipeline_change_state),
(gst_pipeline_handle_message), (gst_pipeline_set_new_stream_time):
Using the new ASYNC_START message we can reset the base_time when
needed. This can then be used to implement base_time redistribution in
flushing seeks so that we can remove the explicit seek handling.
Perform latency query and configuration when going to PLAYING.
* libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_query), (gst_base_sink_change_state):
Post new ASYNC_START/ASYNC_DONE messages.
* tests/check/generic/sinks.c: (GST_START_TEST):
Fix test because the bin will not set the async element to PLAYING right
away.
* tests/check/gst/gstbin.c: (pop_async_done), (GST_START_TEST):
Make the message check a little stronger.
Handle ASYNC messages.
* tests/check/pipelines/cleanup.c: (GST_START_TEST):
* tests/check/pipelines/simple-launch-lines.c: (GST_START_TEST):
Expect ASYNC_DONE messages.
2007-03-19 10:47:56 +00:00
|
|
|
gst_element_change_state
|
2006-03-24 11:02:42 +00:00
|
|
|
|
|
|
|
<SUBSECTION element-messages>
|
|
|
|
gst_element_message_full
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_element_message_full_with_details
|
2016-08-26 11:55:04 +00:00
|
|
|
gst_make_element_message_details
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_post_message
|
|
|
|
|
|
|
|
<SUBSECTION element-query>
|
|
|
|
gst_element_query
|
|
|
|
gst_element_query_convert
|
|
|
|
gst_element_query_position
|
|
|
|
gst_element_query_duration
|
|
|
|
|
|
|
|
<SUBSECTION element-event>
|
|
|
|
gst_element_send_event
|
2006-05-19 10:29:07 +00:00
|
|
|
gst_element_seek_simple
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_seek
|
|
|
|
|
2016-03-05 14:12:36 +00:00
|
|
|
<SUBSECTION element-property-notifications>
|
|
|
|
gst_element_add_property_notify_watch
|
|
|
|
gst_element_add_property_deep_notify_watch
|
|
|
|
gst_element_remove_property_notify_watch
|
|
|
|
|
2016-02-28 10:06:40 +00:00
|
|
|
<SUBSECTION element-call-async>
|
|
|
|
GstElementCallAsyncFunc
|
|
|
|
gst_element_call_async
|
|
|
|
|
2004-07-23 15:38:47 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_ELEMENT
|
|
|
|
GST_IS_ELEMENT
|
|
|
|
GST_ELEMENT_CLASS
|
|
|
|
GST_IS_ELEMENT_CLASS
|
|
|
|
GST_ELEMENT_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_ELEMENT
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_ELEMENT_FLAGS
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_ELEMENT_CAST
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GST_TYPE_STATE
|
|
|
|
GST_TYPE_STATE_CHANGE
|
|
|
|
GST_TYPE_STATE_CHANGE_RETURN
|
2004-07-23 15:38:47 +00:00
|
|
|
<SUBSECTION Private>
|
2005-11-10 11:17:26 +00:00
|
|
|
GST_STATE_LOCK
|
|
|
|
GST_STATE_TRYLOCK
|
|
|
|
GST_STATE_UNLOCK
|
|
|
|
GST_STATE_UNLOCK_FULL
|
|
|
|
GST_STATE_LOCK_FULL
|
|
|
|
GST_STATE_WAIT
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_STATE_WAIT_UNTIL
|
2005-11-10 11:17:26 +00:00
|
|
|
GST_STATE_SIGNAL
|
|
|
|
GST_STATE_BROADCAST
|
|
|
|
|
2016-11-16 10:55:29 +00:00
|
|
|
GST_ELEMENT_MESSAGE_MAKE_DETAILS
|
|
|
|
|
2004-07-23 15:38:47 +00:00
|
|
|
gst_element_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_element_flags_get_type
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
gst_state_get_type
|
|
|
|
gst_state_change_get_type
|
|
|
|
gst_state_change_return_get_type
|
2004-07-23 15:38:47 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-23 15:38:47 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstelementfactory</FILE>
|
2001-10-24 21:44:48 +00:00
|
|
|
<TITLE>GstElementFactory</TITLE>
|
2004-07-23 15:38:47 +00:00
|
|
|
GstElementFactory
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_register
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_element_factory_find
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_factory_get_element_type
|
2010-12-07 17:40:12 +00:00
|
|
|
gst_element_factory_get_metadata
|
2012-05-19 13:52:29 +00:00
|
|
|
gst_element_factory_get_metadata_keys
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_factory_get_num_pad_templates
|
|
|
|
gst_element_factory_get_uri_type
|
|
|
|
gst_element_factory_get_uri_protocols
|
2007-07-25 18:46:49 +00:00
|
|
|
gst_element_factory_has_interface
|
2002-04-12 16:22:32 +00:00
|
|
|
gst_element_factory_create
|
|
|
|
gst_element_factory_make
|
2011-05-02 12:46:59 +00:00
|
|
|
gst_element_factory_can_sink_all_caps
|
|
|
|
gst_element_factory_can_src_all_caps
|
|
|
|
gst_element_factory_can_sink_any_caps
|
|
|
|
gst_element_factory_can_src_any_caps
|
2006-03-24 11:02:42 +00:00
|
|
|
gst_element_factory_get_static_pad_templates
|
2010-08-16 17:01:15 +00:00
|
|
|
GstElementFactoryListType
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_ANY
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_DECODABLE
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_DECODER
|
2015-07-28 21:30:54 +00:00
|
|
|
GST_ELEMENT_FACTORY_TYPE_DECRYPTOR
|
2010-08-16 17:01:15 +00:00
|
|
|
GST_ELEMENT_FACTORY_TYPE_DEMUXER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_ENCODER
|
2015-07-28 21:30:54 +00:00
|
|
|
GST_ELEMENT_FACTORY_TYPE_ENCRYPTOR
|
2010-08-16 17:01:15 +00:00
|
|
|
GST_ELEMENT_FACTORY_TYPE_FORMATTER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_MUXER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_PARSER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_PAYLOADER
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_SINK
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_SRC
|
|
|
|
GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER
|
|
|
|
gst_element_factory_list_filter
|
|
|
|
gst_element_factory_list_get_elements
|
|
|
|
gst_element_factory_list_is_type
|
2001-10-24 21:44:48 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-07-21 11:32:09 +00:00
|
|
|
GstElementFactoryClass
|
|
|
|
GST_ELEMENT_FACTORY
|
2006-06-12 09:37:58 +00:00
|
|
|
GST_ELEMENT_FACTORY_CAST
|
2004-07-21 11:32:09 +00:00
|
|
|
GST_IS_ELEMENT_FACTORY
|
|
|
|
GST_ELEMENT_FACTORY_CLASS
|
|
|
|
GST_IS_ELEMENT_FACTORY_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_ELEMENT_FACTORY
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_element_factory_get_type
|
2010-12-02 12:04:30 +00:00
|
|
|
GST_ELEMENT_FACTORY_KLASS_DECODER
|
2015-07-28 21:30:54 +00:00
|
|
|
GST_ELEMENT_FACTORY_KLASS_DECRYPTOR
|
2010-12-02 12:04:30 +00:00
|
|
|
GST_ELEMENT_FACTORY_KLASS_DEMUXER
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_ENCODER
|
2015-07-28 21:30:54 +00:00
|
|
|
GST_ELEMENT_FACTORY_KLASS_ENCRYPTOR
|
2010-12-02 12:04:30 +00:00
|
|
|
GST_ELEMENT_FACTORY_KLASS_FORMATTER
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_MEDIA_VIDEO
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_MUXER
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_PARSER
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_PAYLOADER
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_SINK
|
|
|
|
GST_ELEMENT_FACTORY_KLASS_SRC
|
2004-01-30 19:06:13 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsterror</FILE>
|
|
|
|
<TITLE>GstGError</TITLE>
|
|
|
|
GstCoreError
|
|
|
|
GstLibraryError
|
|
|
|
GstResourceError
|
|
|
|
GstStreamError
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_CORE_ERROR
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_LIBRARY_ERROR
|
|
|
|
GST_RESOURCE_ERROR
|
|
|
|
GST_STREAM_ERROR
|
|
|
|
GST_ERROR_SYSTEM
|
|
|
|
gst_error_get_message
|
2004-09-02 14:24:22 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_CORE_ERROR
|
|
|
|
GST_TYPE_LIBRARY_ERROR
|
|
|
|
GST_TYPE_RESOURCE_ERROR
|
|
|
|
GST_TYPE_STREAM_ERROR
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Private>
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_core_error_get_type
|
|
|
|
gst_library_error_get_type
|
|
|
|
gst_resource_error_get_type
|
|
|
|
gst_stream_error_get_type
|
2005-10-13 09:57:15 +00:00
|
|
|
gst_core_error_quark
|
|
|
|
gst_library_error_quark
|
|
|
|
gst_resource_error_quark
|
|
|
|
gst_stream_error_quark
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-01-30 19:06:13 +00:00
|
|
|
<SECTION>
|
2004-03-25 04:20:33 +00:00
|
|
|
<FILE>gstevent</FILE>
|
2004-07-21 11:32:09 +00:00
|
|
|
<TITLE>GstEvent</TITLE>
|
|
|
|
GstEvent
|
2008-04-29 11:23:51 +00:00
|
|
|
|
|
|
|
GstEventTypeFlags
|
|
|
|
GST_EVENT_TYPE_BOTH
|
|
|
|
GST_EVENT_MAKE_TYPE
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
GstEventType
|
2008-04-29 11:23:51 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_EVENT_TYPE
|
2005-10-15 20:33:09 +00:00
|
|
|
GST_EVENT_TYPE_NAME
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_EVENT_TIMESTAMP
|
2011-09-26 18:47:35 +00:00
|
|
|
GST_EVENT_SEQNUM
|
2011-06-05 17:11:22 +00:00
|
|
|
|
2008-04-29 11:23:51 +00:00
|
|
|
GST_EVENT_IS_UPSTREAM
|
2005-08-23 14:25:55 +00:00
|
|
|
GST_EVENT_IS_DOWNSTREAM
|
|
|
|
GST_EVENT_IS_SERIALIZED
|
2011-06-10 11:34:59 +00:00
|
|
|
GST_EVENT_IS_STICKY
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2008-04-29 11:23:51 +00:00
|
|
|
gst_event_type_get_flags
|
|
|
|
gst_event_type_get_name
|
|
|
|
gst_event_type_to_quark
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2008-04-29 11:23:51 +00:00
|
|
|
gst_event_ref
|
|
|
|
gst_event_unref
|
|
|
|
gst_event_replace
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_event_copy
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_event_steal
|
|
|
|
gst_event_take
|
|
|
|
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_event_is_writable
|
|
|
|
gst_event_make_writable
|
|
|
|
gst_event_writable_structure
|
2008-04-29 11:23:51 +00:00
|
|
|
|
2005-10-08 18:07:20 +00:00
|
|
|
gst_event_new_custom
|
2008-04-29 11:23:51 +00:00
|
|
|
gst_event_get_structure
|
|
|
|
gst_event_has_name
|
|
|
|
|
2008-11-04 12:22:53 +00:00
|
|
|
gst_event_get_seqnum
|
|
|
|
gst_event_set_seqnum
|
|
|
|
|
2014-04-04 15:06:18 +00:00
|
|
|
gst_event_get_running_time_offset
|
|
|
|
gst_event_set_running_time_offset
|
|
|
|
|
2005-08-01 08:52:31 +00:00
|
|
|
gst_event_new_flush_start
|
|
|
|
gst_event_new_flush_stop
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_event_parse_flush_stop
|
2008-04-29 11:23:51 +00:00
|
|
|
|
|
|
|
gst_event_new_eos
|
|
|
|
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_event_new_gap
|
|
|
|
gst_event_parse_gap
|
|
|
|
|
2012-01-27 09:30:43 +00:00
|
|
|
gst_event_new_stream_start
|
2012-07-28 06:37:00 +00:00
|
|
|
gst_event_parse_stream_start
|
2013-11-30 11:15:37 +00:00
|
|
|
GstStreamFlags
|
2013-01-06 20:27:54 +00:00
|
|
|
gst_event_set_stream_flags
|
|
|
|
gst_event_parse_stream_flags
|
2013-07-22 09:41:35 +00:00
|
|
|
gst_event_set_group_id
|
|
|
|
gst_event_parse_group_id
|
2012-01-27 09:30:43 +00:00
|
|
|
|
2015-06-12 08:53:23 +00:00
|
|
|
gst_event_set_stream
|
|
|
|
gst_event_parse_stream
|
|
|
|
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_event_new_segment
|
|
|
|
gst_event_parse_segment
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_event_copy_segment
|
2008-04-29 11:23:51 +00:00
|
|
|
|
|
|
|
gst_event_new_tag
|
|
|
|
gst_event_parse_tag
|
|
|
|
|
|
|
|
gst_event_new_buffer_size
|
|
|
|
gst_event_parse_buffer_size
|
|
|
|
|
2011-02-10 11:02:03 +00:00
|
|
|
GstQOSType
|
2008-04-29 11:23:51 +00:00
|
|
|
gst_event_new_qos
|
2005-10-08 18:07:20 +00:00
|
|
|
gst_event_parse_qos
|
2008-04-29 11:23:51 +00:00
|
|
|
|
|
|
|
GstSeekType
|
|
|
|
GstSeekFlags
|
|
|
|
gst_event_new_seek
|
2005-08-01 08:52:31 +00:00
|
|
|
gst_event_parse_seek
|
2008-04-29 11:23:51 +00:00
|
|
|
|
|
|
|
gst_event_new_navigation
|
|
|
|
|
|
|
|
gst_event_new_latency
|
|
|
|
gst_event_parse_latency
|
2009-06-01 10:19:52 +00:00
|
|
|
|
|
|
|
gst_event_new_step
|
|
|
|
gst_event_parse_step
|
2009-11-18 06:52:24 +00:00
|
|
|
|
|
|
|
gst_event_new_sink_message
|
|
|
|
gst_event_parse_sink_message
|
2011-05-03 11:05:06 +00:00
|
|
|
|
|
|
|
gst_event_new_reconfigure
|
2011-06-08 11:39:19 +00:00
|
|
|
|
|
|
|
gst_event_new_caps
|
|
|
|
gst_event_parse_caps
|
2012-01-27 17:50:38 +00:00
|
|
|
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_event_new_toc
|
|
|
|
gst_event_parse_toc
|
|
|
|
|
|
|
|
gst_event_new_toc_select
|
|
|
|
gst_event_parse_toc_select
|
2012-07-05 10:52:51 +00:00
|
|
|
|
|
|
|
gst_event_new_segment_done
|
2012-07-05 11:03:10 +00:00
|
|
|
gst_event_parse_segment_done
|
2015-06-13 17:19:21 +00:00
|
|
|
|
|
|
|
gst_event_new_protection
|
|
|
|
gst_event_parse_protection
|
2015-06-12 08:53:23 +00:00
|
|
|
|
|
|
|
gst_event_new_select_streams
|
|
|
|
gst_event_parse_select_streams
|
|
|
|
|
|
|
|
gst_event_new_stream_collection
|
|
|
|
gst_event_parse_stream_collection
|
2016-03-14 03:20:42 +00:00
|
|
|
|
|
|
|
gst_event_new_stream_group_done
|
|
|
|
gst_event_parse_stream_group_done
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2005-08-24 21:35:43 +00:00
|
|
|
GstEventClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_EVENT
|
2005-11-09 12:36:17 +00:00
|
|
|
GST_EVENT_CAST
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_IS_EVENT
|
2005-08-23 14:25:55 +00:00
|
|
|
GST_IS_EVENT_CLASS
|
|
|
|
GST_EVENT_CLASS
|
|
|
|
GST_EVENT_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_EVENT
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_EVENT_TYPE
|
|
|
|
GST_TYPE_SEEK_TYPE
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TYPE_SEEK_FLAGS
|
2011-02-10 11:02:03 +00:00
|
|
|
GST_TYPE_QOS_TYPE
|
2005-11-21 15:47:09 +00:00
|
|
|
GST_TYPE_EVENT_TYPE_FLAGS
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_TYPE_STREAM_FLAGS
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2005-11-23 11:05:37 +00:00
|
|
|
GST_EVENT_TYPE_SHIFT
|
2011-09-26 18:47:35 +00:00
|
|
|
GST_EVENT_MAX_STICKY
|
|
|
|
GST_EVENT_NUM_SHIFT
|
|
|
|
GST_EVENT_STICKY_IDX
|
|
|
|
GST_EVENT_STICKY_IDX_TYPE
|
|
|
|
GST_EVENT_STICKY_SHIFT
|
2005-11-23 11:05:37 +00:00
|
|
|
FLAG
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_event_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_event_type_get_type
|
|
|
|
gst_seek_type_get_type
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_seek_flags_get_type
|
2011-02-10 11:02:03 +00:00
|
|
|
gst_qos_type_get_type
|
2005-11-21 15:47:09 +00:00
|
|
|
gst_event_type_flags_get_type
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_stream_flags_get_type
|
2004-01-30 19:06:13 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstformat</FILE>
|
|
|
|
<TITLE>GstFormat</TITLE>
|
|
|
|
GstFormat
|
|
|
|
GST_FORMAT_PERCENT_MAX
|
|
|
|
GST_FORMAT_PERCENT_SCALE
|
|
|
|
GstFormatDefinition
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_format_get_name
|
|
|
|
gst_format_to_quark
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_format_register
|
|
|
|
gst_format_get_by_nick
|
|
|
|
gst_formats_contains
|
|
|
|
gst_format_get_details
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_format_iterate_definitions
|
2004-12-30 11:45:12 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TYPE_FORMAT
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_format_get_type
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstghostpad</FILE>
|
|
|
|
<TITLE>GstGhostPad</TITLE>
|
2011-05-06 13:16:09 +00:00
|
|
|
GstProxyPad
|
2004-07-26 16:34:35 +00:00
|
|
|
GstGhostPad
|
2011-05-06 13:16:09 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_ghost_pad_new
|
2005-11-22 11:48:58 +00:00
|
|
|
gst_ghost_pad_new_no_target
|
Refactored *_new() functions.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstghostpad.c: (gst_proxy_pad_do_getcaps),
(gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target_unlocked),
(gst_proxy_pad_dispose), (gst_ghost_pad_new_full),
(gst_ghost_pad_new_no_target), (gst_ghost_pad_new),
(gst_ghost_pad_new_from_template),
(gst_ghost_pad_new_no_target_from_template):
* gst/gstghostpad.h:
Refactored *_new() functions.
Templates are now used as a g_object_new() parameter.
Use template in _do_getcaps() if we don't have a target.
Small documentation cleanups.
Added two new constructors:
gst_ghost_pad_new_from_template()
gst_ghost_pad_new_no_target_from_template()
* tests/check/gst/gstghostpad.c: (GST_START_TEST),
(gst_ghost_pad_suite):
Added tests for new ghostpad instanciation functions.
API additions: gst_ghost_pad_new_from_template,
gst_ghost_pad_new_no_target_from_template
2006-08-31 10:59:11 +00:00
|
|
|
gst_ghost_pad_new_from_template
|
|
|
|
gst_ghost_pad_new_no_target_from_template
|
2011-05-06 13:16:09 +00:00
|
|
|
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_ghost_pad_set_target
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_ghost_pad_get_target
|
2011-05-06 13:16:09 +00:00
|
|
|
|
2008-10-06 21:52:57 +00:00
|
|
|
gst_ghost_pad_construct
|
2011-05-06 13:16:09 +00:00
|
|
|
|
2011-11-21 12:29:05 +00:00
|
|
|
gst_ghost_pad_activate_mode_default
|
2011-05-06 14:44:29 +00:00
|
|
|
|
2011-11-21 12:29:05 +00:00
|
|
|
gst_ghost_pad_internal_activate_mode_default
|
2011-05-06 14:44:29 +00:00
|
|
|
|
2011-05-06 13:16:09 +00:00
|
|
|
gst_proxy_pad_get_internal
|
2011-05-06 14:44:29 +00:00
|
|
|
|
|
|
|
gst_proxy_pad_iterate_internal_links_default
|
|
|
|
gst_proxy_pad_chain_default
|
|
|
|
gst_proxy_pad_chain_list_default
|
|
|
|
gst_proxy_pad_getrange_default
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstGhostPadClass
|
|
|
|
GST_GHOST_PAD
|
|
|
|
GST_IS_GHOST_PAD
|
|
|
|
GST_GHOST_PAD_CLASS
|
|
|
|
GST_IS_GHOST_PAD_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_GHOST_PAD
|
Refactored *_new() functions.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstghostpad.c: (gst_proxy_pad_do_getcaps),
(gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target_unlocked),
(gst_proxy_pad_dispose), (gst_ghost_pad_new_full),
(gst_ghost_pad_new_no_target), (gst_ghost_pad_new),
(gst_ghost_pad_new_from_template),
(gst_ghost_pad_new_no_target_from_template):
* gst/gstghostpad.h:
Refactored *_new() functions.
Templates are now used as a g_object_new() parameter.
Use template in _do_getcaps() if we don't have a target.
Small documentation cleanups.
Added two new constructors:
gst_ghost_pad_new_from_template()
gst_ghost_pad_new_no_target_from_template()
* tests/check/gst/gstghostpad.c: (GST_START_TEST),
(gst_ghost_pad_suite):
Added tests for new ghostpad instanciation functions.
API additions: gst_ghost_pad_new_from_template,
gst_ghost_pad_new_no_target_from_template
2006-08-31 10:59:11 +00:00
|
|
|
GST_GHOST_PAD_CAST
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Private>
|
2008-10-08 11:11:25 +00:00
|
|
|
GST_IS_PROXY_PAD
|
|
|
|
GST_IS_PROXY_PAD_CLASS
|
|
|
|
GST_PROXY_PAD
|
|
|
|
GST_PROXY_PAD_CLASS
|
|
|
|
GST_TYPE_PROXY_PAD
|
|
|
|
GstGhostPadPrivate
|
|
|
|
GstProxyPadClass
|
|
|
|
GstProxyPadPrivate
|
|
|
|
gst_proxy_pad_get_type
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_ghost_pad_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
2004-07-26 16:34:35 +00:00
|
|
|
<FILE>gstinfo</FILE>
|
|
|
|
<TITLE>GstInfo</TITLE>
|
|
|
|
GstDebugLevel
|
|
|
|
GST_LEVEL_DEFAULT
|
2014-12-26 22:22:30 +00:00
|
|
|
GST_LEVEL_MAX
|
2004-07-26 16:34:35 +00:00
|
|
|
GstDebugColorFlags
|
2013-11-30 11:15:37 +00:00
|
|
|
GstDebugColorMode
|
2004-07-26 16:34:35 +00:00
|
|
|
GstDebugCategory
|
2007-10-17 12:58:23 +00:00
|
|
|
GstDebugGraphDetails
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_STR_NULL
|
|
|
|
GST_DEBUG_PAD_NAME
|
|
|
|
GST_FUNCTION
|
|
|
|
GstLogFunction
|
2016-11-30 18:10:48 +00:00
|
|
|
GstStackTraceFlags
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_debug_log
|
|
|
|
gst_debug_log_valist
|
|
|
|
gst_debug_message_get
|
|
|
|
gst_debug_log_default
|
|
|
|
gst_debug_level_get_name
|
|
|
|
gst_debug_add_log_function
|
|
|
|
gst_debug_remove_log_function
|
|
|
|
gst_debug_remove_log_function_by_data
|
|
|
|
gst_debug_set_active
|
|
|
|
gst_debug_is_active
|
|
|
|
gst_debug_set_colored
|
2013-07-18 11:10:10 +00:00
|
|
|
gst_debug_set_color_mode
|
|
|
|
gst_debug_set_color_mode_from_string
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_debug_is_colored
|
2013-07-18 11:10:10 +00:00
|
|
|
gst_debug_get_color_mode
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_debug_set_default_threshold
|
2012-06-29 16:05:36 +00:00
|
|
|
gst_debug_set_threshold_from_string
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_debug_get_default_threshold
|
|
|
|
gst_debug_set_threshold_for_name
|
|
|
|
gst_debug_unset_threshold_for_name
|
|
|
|
GST_DEBUG_CATEGORY
|
|
|
|
GST_DEBUG_CATEGORY_EXTERN
|
|
|
|
GST_DEBUG_CATEGORY_STATIC
|
|
|
|
GST_DEBUG_CATEGORY_INIT
|
2009-06-30 08:26:34 +00:00
|
|
|
GST_DEBUG_CATEGORY_GET
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_debug_category_free
|
|
|
|
gst_debug_category_set_threshold
|
|
|
|
gst_debug_category_reset_threshold
|
|
|
|
gst_debug_category_get_threshold
|
|
|
|
gst_debug_category_get_name
|
|
|
|
gst_debug_category_get_color
|
|
|
|
gst_debug_category_get_description
|
|
|
|
gst_debug_get_all_categories
|
|
|
|
gst_debug_construct_term_color
|
2009-03-18 17:45:41 +00:00
|
|
|
gst_debug_construct_win_color
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_CAT_LEVEL_LOG
|
|
|
|
GST_CAT_ERROR_OBJECT
|
|
|
|
GST_CAT_WARNING_OBJECT
|
|
|
|
GST_CAT_INFO_OBJECT
|
|
|
|
GST_CAT_DEBUG_OBJECT
|
|
|
|
GST_CAT_LOG_OBJECT
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_CAT_FIXME_OBJECT
|
2010-06-03 00:49:51 +00:00
|
|
|
GST_CAT_TRACE_OBJECT
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_CAT_MEMDUMP_OBJECT
|
2014-07-05 15:13:21 +00:00
|
|
|
GST_CAT_DEFAULT
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_CAT_ERROR
|
|
|
|
GST_CAT_WARNING
|
|
|
|
GST_CAT_INFO
|
|
|
|
GST_CAT_DEBUG
|
|
|
|
GST_CAT_LOG
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_CAT_FIXME
|
2010-06-03 00:49:51 +00:00
|
|
|
GST_CAT_TRACE
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_CAT_MEMDUMP
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_ERROR_OBJECT
|
|
|
|
GST_WARNING_OBJECT
|
|
|
|
GST_INFO_OBJECT
|
|
|
|
GST_DEBUG_OBJECT
|
|
|
|
GST_LOG_OBJECT
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_FIXME_OBJECT
|
2010-06-03 00:49:51 +00:00
|
|
|
GST_TRACE_OBJECT
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_MEMDUMP_OBJECT
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_ERROR
|
|
|
|
GST_WARNING
|
|
|
|
GST_INFO
|
|
|
|
GST_DEBUG
|
|
|
|
GST_LOG
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_FIXME
|
2010-06-03 00:49:51 +00:00
|
|
|
GST_TRACE
|
2009-04-06 00:27:26 +00:00
|
|
|
GST_MEMDUMP
|
2009-12-01 16:53:03 +00:00
|
|
|
GST_DEBUG_REGISTER_FUNCPTR
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_DEBUG_FUNCPTR
|
|
|
|
GST_DEBUG_FUNCPTR_NAME
|
2007-10-17 12:58:23 +00:00
|
|
|
GST_DEBUG_BIN_TO_DOT_FILE
|
|
|
|
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_debug_print_stack_trace
|
2016-10-07 09:38:27 +00:00
|
|
|
gst_debug_get_stack_trace
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_TIME_FORMAT
|
|
|
|
GST_TIME_ARGS
|
2015-07-28 21:30:54 +00:00
|
|
|
GST_STIME_FORMAT
|
|
|
|
GST_STIME_ARGS
|
2015-10-06 10:21:04 +00:00
|
|
|
GST_PTR_FORMAT
|
|
|
|
GST_SEGMENT_FORMAT
|
2015-07-28 21:30:54 +00:00
|
|
|
gst_debug_bin_to_dot_data
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_debug_bin_to_dot_file
|
|
|
|
gst_debug_bin_to_dot_file_with_ts
|
2016-01-11 05:31:39 +00:00
|
|
|
gst_info_vasprintf
|
|
|
|
gst_info_strdup_vprintf
|
|
|
|
gst_info_strdup_printf
|
2016-11-11 16:11:15 +00:00
|
|
|
gst_print
|
|
|
|
gst_println
|
|
|
|
gst_printerr
|
|
|
|
gst_printerrln
|
2004-12-30 11:45:12 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TYPE_DEBUG_COLOR_FLAGS
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_TYPE_DEBUG_COLOR_MODE
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_DEBUG_LEVEL
|
2007-10-17 12:58:23 +00:00
|
|
|
GST_TYPE_DEBUG_GRAPH_DETAILS
|
2004-09-02 14:24:22 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_DEBUG_FG_MASK
|
|
|
|
GST_DEBUG_BG_MASK
|
|
|
|
GST_DEBUG_FORMAT_MASK
|
2005-11-23 11:05:37 +00:00
|
|
|
GstDebugFuncPtr
|
|
|
|
GstDebugMessage
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_debug_color_flags_get_type
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_debug_color_mode_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_debug_level_get_type
|
2007-10-17 12:58:23 +00:00
|
|
|
gst_debug_graph_details_get_type
|
2010-08-03 10:37:13 +00:00
|
|
|
GST_CAT_LEVEL_LOG_valist
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-06-27 14:40:09 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstiterator</FILE>
|
|
|
|
<TITLE>GstIterator</TITLE>
|
|
|
|
GstIterator
|
|
|
|
|
|
|
|
GstIteratorItem
|
|
|
|
GstIteratorResult
|
|
|
|
|
2011-03-17 10:32:24 +00:00
|
|
|
GstIteratorCopyFunction
|
2005-06-27 14:40:09 +00:00
|
|
|
GstIteratorNextFunction
|
|
|
|
GstIteratorItemFunction
|
|
|
|
GstIteratorResyncFunction
|
|
|
|
GstIteratorFreeFunction
|
2011-03-17 10:32:24 +00:00
|
|
|
GstIteratorForeachFunction
|
2005-06-27 14:40:09 +00:00
|
|
|
GstIteratorFoldFunction
|
|
|
|
|
|
|
|
GST_ITERATOR
|
|
|
|
GST_ITERATOR_LOCK
|
|
|
|
GST_ITERATOR_COOKIE
|
|
|
|
GST_ITERATOR_ORIG_COOKIE
|
|
|
|
|
|
|
|
gst_iterator_new
|
|
|
|
gst_iterator_new_list
|
2009-08-26 14:39:19 +00:00
|
|
|
gst_iterator_new_single
|
2005-06-27 14:40:09 +00:00
|
|
|
|
2011-03-17 10:32:24 +00:00
|
|
|
gst_iterator_copy
|
|
|
|
gst_iterator_free
|
|
|
|
|
2005-06-27 14:40:09 +00:00
|
|
|
gst_iterator_next
|
|
|
|
gst_iterator_resync
|
|
|
|
gst_iterator_push
|
|
|
|
gst_iterator_filter
|
|
|
|
gst_iterator_fold
|
|
|
|
gst_iterator_foreach
|
|
|
|
gst_iterator_find_custom
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
2011-06-08 11:39:19 +00:00
|
|
|
GST_TYPE_ITERATOR
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TYPE_ITERATOR_ITEM
|
|
|
|
GST_TYPE_ITERATOR_RESULT
|
2005-06-27 14:40:09 +00:00
|
|
|
<SUBSECTION Private>
|
2011-03-17 10:32:24 +00:00
|
|
|
gst_iterator_get_type
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_iterator_item_get_type
|
|
|
|
gst_iterator_result_get_type
|
2005-06-27 14:40:09 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2012-07-09 14:22:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstallocator</FILE>
|
|
|
|
<TITLE>GstAllocator</TITLE>
|
|
|
|
gst_memory_alignment
|
|
|
|
|
|
|
|
GstAllocator
|
2014-01-31 07:35:41 +00:00
|
|
|
GstAllocatorClass
|
2012-07-09 14:22:04 +00:00
|
|
|
GstAllocatorFlags
|
|
|
|
GstAllocationParams
|
|
|
|
|
|
|
|
GST_ALLOCATOR_SYSMEM
|
|
|
|
gst_allocator_find
|
|
|
|
gst_allocator_register
|
|
|
|
gst_allocator_set_default
|
|
|
|
|
|
|
|
gst_allocation_params_init
|
|
|
|
gst_allocation_params_copy
|
|
|
|
gst_allocation_params_free
|
|
|
|
|
|
|
|
gst_allocator_alloc
|
|
|
|
gst_allocator_free
|
|
|
|
|
|
|
|
gst_memory_new_wrapped
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_ALLOCATOR
|
|
|
|
GST_ALLOCATOR_CAST
|
|
|
|
GST_ALLOCATOR_CLASS
|
|
|
|
GST_ALLOCATOR_GET_CLASS
|
|
|
|
GST_IS_ALLOCATOR
|
|
|
|
GST_IS_ALLOCATOR_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_TYPE_ALLOCATOR_FLAGS
|
|
|
|
GstAllocatorPrivate
|
|
|
|
GST_TYPE_ALLOCATION_PARAMS
|
|
|
|
gst_allocation_params_get_type
|
|
|
|
GST_TYPE_ALLOCATOR
|
|
|
|
gst_allocator_get_type
|
2012-07-09 14:48:56 +00:00
|
|
|
gst_allocator_flags_get_type
|
2012-07-09 14:22:04 +00:00
|
|
|
</SECTION>
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2011-03-30 16:45:08 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstmemory</FILE>
|
|
|
|
<TITLE>GstMemory</TITLE>
|
2012-03-29 11:34:50 +00:00
|
|
|
|
2011-03-30 16:45:08 +00:00
|
|
|
GstMemoryFlags
|
2012-02-17 23:53:58 +00:00
|
|
|
GST_MEMORY_FLAGS
|
|
|
|
GST_MEMORY_FLAG_IS_SET
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_MEMORY_FLAG_UNSET
|
2012-02-17 23:53:58 +00:00
|
|
|
GST_MEMORY_IS_READONLY
|
2012-06-15 10:55:20 +00:00
|
|
|
GST_MEMORY_IS_NO_SHARE
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_MEMORY_IS_ZERO_PADDED
|
|
|
|
GST_MEMORY_IS_ZERO_PREFIXED
|
2013-02-26 14:36:10 +00:00
|
|
|
GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS
|
2013-02-22 11:41:09 +00:00
|
|
|
GST_MEMORY_IS_NOT_MAPPABLE
|
2012-03-29 11:34:50 +00:00
|
|
|
|
|
|
|
GstMemory
|
|
|
|
|
|
|
|
GstMapFlags
|
2012-07-09 14:48:56 +00:00
|
|
|
GST_MAP_READWRITE
|
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
GstMapInfo
|
|
|
|
GST_MAP_INFO_INIT
|
|
|
|
|
2011-03-30 16:45:08 +00:00
|
|
|
GstMemoryMapFunction
|
2015-06-03 14:03:16 +00:00
|
|
|
GstMemoryMapFullFunction
|
2011-03-30 16:45:08 +00:00
|
|
|
GstMemoryUnmapFunction
|
2015-06-03 14:03:16 +00:00
|
|
|
GstMemoryUnmapFullFunction
|
2011-03-30 16:45:08 +00:00
|
|
|
GstMemoryCopyFunction
|
|
|
|
GstMemoryShareFunction
|
|
|
|
GstMemoryIsSpanFunction
|
2011-09-26 18:47:35 +00:00
|
|
|
|
2012-07-09 14:48:56 +00:00
|
|
|
gst_memory_init
|
|
|
|
|
2013-02-26 14:37:24 +00:00
|
|
|
gst_memory_is_type
|
|
|
|
|
2011-03-30 16:45:08 +00:00
|
|
|
gst_memory_ref
|
|
|
|
gst_memory_unref
|
|
|
|
|
|
|
|
gst_memory_get_sizes
|
|
|
|
gst_memory_resize
|
|
|
|
|
2012-07-09 14:48:56 +00:00
|
|
|
gst_memory_lock
|
|
|
|
gst_memory_unlock
|
|
|
|
gst_memory_is_writable
|
2013-02-26 14:36:10 +00:00
|
|
|
gst_memory_make_writable
|
2012-07-09 14:48:56 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_memory_make_mapped
|
2011-03-30 16:45:08 +00:00
|
|
|
gst_memory_map
|
|
|
|
gst_memory_unmap
|
|
|
|
|
|
|
|
gst_memory_copy
|
|
|
|
gst_memory_share
|
|
|
|
|
|
|
|
gst_memory_is_span
|
|
|
|
<SUBSECTION Standard>
|
2012-01-03 14:03:38 +00:00
|
|
|
GST_TYPE_MEMORY
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_memory_get_type
|
2012-02-17 23:53:58 +00:00
|
|
|
GST_MEMORY_CAST
|
2012-07-03 11:50:06 +00:00
|
|
|
GST_TYPE_LOCK_FLAGS
|
|
|
|
gst_lock_flags_get_type
|
2011-06-08 11:39:19 +00:00
|
|
|
GST_TYPE_MAP_FLAGS
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_map_flags_get_type
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_TYPE_MEMORY_FLAGS
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_memory_flags_get_type
|
2011-03-30 16:45:08 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstmessage</FILE>
|
|
|
|
<TITLE>GstMessage</TITLE>
|
|
|
|
GstMessage
|
|
|
|
GstMessageType
|
|
|
|
GST_MESSAGE_SRC
|
2009-06-03 20:10:39 +00:00
|
|
|
GST_MESSAGE_SRC_NAME
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_MESSAGE_TIMESTAMP
|
2011-06-10 11:34:59 +00:00
|
|
|
GST_MESSAGE_SEQNUM
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_MESSAGE_TYPE
|
2014-07-05 15:13:21 +00:00
|
|
|
GST_MESSAGE_TYPE_IS_EXTENDED
|
2006-02-13 11:19:32 +00:00
|
|
|
GST_MESSAGE_TYPE_NAME
|
2005-09-29 16:04:31 +00:00
|
|
|
gst_message_type_to_quark
|
|
|
|
gst_message_type_get_name
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_ref
|
|
|
|
gst_message_unref
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_message_copy
|
|
|
|
gst_message_get_structure
|
|
|
|
gst_message_make_writable
|
2008-11-04 12:22:53 +00:00
|
|
|
gst_message_get_seqnum
|
|
|
|
gst_message_set_seqnum
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_message_has_name
|
|
|
|
gst_message_is_writable
|
|
|
|
gst_message_replace
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_message_new_eos
|
|
|
|
gst_message_new_error
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_message_new_error_with_details
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_parse_error
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_message_parse_error_details
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_new_warning
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_message_new_warning_with_details
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_parse_warning
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_message_parse_warning_details
|
2007-02-28 16:55:53 +00:00
|
|
|
gst_message_new_info
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_message_new_info_with_details
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_parse_info
|
2016-07-22 14:04:58 +00:00
|
|
|
gst_message_parse_info_details
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_message_new_tag
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_parse_tag
|
2006-09-15 08:39:56 +00:00
|
|
|
gst_message_new_buffering
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_parse_buffering
|
|
|
|
gst_message_set_buffering_stats
|
|
|
|
gst_message_parse_buffering_stats
|
|
|
|
gst_message_new_state_changed
|
|
|
|
gst_message_parse_state_changed
|
2005-10-21 11:36:32 +00:00
|
|
|
gst_message_new_state_dirty
|
2009-06-01 10:19:52 +00:00
|
|
|
gst_message_new_step_done
|
|
|
|
gst_message_parse_step_done
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_new_clock_provide
|
2005-10-08 18:07:20 +00:00
|
|
|
gst_message_parse_clock_provide
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_new_clock_lost
|
|
|
|
gst_message_parse_clock_lost
|
|
|
|
gst_message_new_new_clock
|
2005-10-08 18:07:20 +00:00
|
|
|
gst_message_parse_new_clock
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_new_application
|
|
|
|
gst_message_new_element
|
|
|
|
gst_message_new_custom
|
|
|
|
gst_message_new_segment_start
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_message_parse_segment_start
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_new_segment_done
|
|
|
|
gst_message_parse_segment_done
|
2012-09-02 00:17:44 +00:00
|
|
|
gst_message_new_duration_changed
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
gst_message_new_latency
|
|
|
|
gst_message_new_async_start
|
|
|
|
gst_message_new_async_done
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_message_parse_async_done
|
2009-06-10 13:48:35 +00:00
|
|
|
gst_message_new_step_start
|
|
|
|
gst_message_parse_step_start
|
2010-03-17 18:16:42 +00:00
|
|
|
gst_message_new_qos
|
|
|
|
gst_message_set_qos_values
|
|
|
|
gst_message_set_qos_stats
|
|
|
|
gst_message_parse_qos
|
|
|
|
gst_message_parse_qos_values
|
|
|
|
gst_message_parse_qos_stats
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_message_new_toc
|
|
|
|
gst_message_parse_toc
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_message_new_reset_time
|
|
|
|
gst_message_parse_reset_time
|
2013-07-22 09:41:35 +00:00
|
|
|
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_message_new_stream_start
|
2013-07-22 09:41:35 +00:00
|
|
|
gst_message_set_group_id
|
|
|
|
gst_message_parse_group_id
|
2009-04-21 11:42:01 +00:00
|
|
|
|
2015-06-12 08:53:23 +00:00
|
|
|
gst_message_new_stream_collection
|
|
|
|
gst_message_parse_stream_collection
|
2009-04-21 11:42:01 +00:00
|
|
|
GstStructureChangeType
|
2008-10-06 15:31:49 +00:00
|
|
|
gst_message_new_structure_change
|
|
|
|
gst_message_parse_structure_change
|
2009-02-18 14:31:55 +00:00
|
|
|
gst_message_new_request_state
|
|
|
|
gst_message_parse_request_state
|
2009-04-21 11:42:01 +00:00
|
|
|
|
|
|
|
GstStreamStatusType
|
|
|
|
gst_message_new_stream_status
|
|
|
|
gst_message_parse_stream_status
|
|
|
|
gst_message_set_stream_status_object
|
|
|
|
gst_message_get_stream_status_object
|
|
|
|
|
2011-01-05 12:41:08 +00:00
|
|
|
GstProgressType
|
|
|
|
gst_message_new_progress
|
|
|
|
gst_message_parse_progress
|
|
|
|
|
2013-03-28 14:35:13 +00:00
|
|
|
gst_message_new_need_context
|
2013-09-17 12:29:06 +00:00
|
|
|
gst_message_parse_context_type
|
2013-03-28 14:35:13 +00:00
|
|
|
gst_message_new_have_context
|
|
|
|
gst_message_parse_have_context
|
|
|
|
|
2014-06-20 20:55:06 +00:00
|
|
|
gst_message_new_device_added
|
|
|
|
gst_message_new_device_removed
|
|
|
|
gst_message_parse_device_added
|
|
|
|
gst_message_parse_device_removed
|
2016-03-05 14:12:36 +00:00
|
|
|
|
|
|
|
gst_message_new_property_notify
|
|
|
|
gst_message_parse_property_notify
|
2015-06-12 08:53:23 +00:00
|
|
|
|
|
|
|
gst_message_new_streams_selected
|
|
|
|
gst_message_parse_streams_selected
|
|
|
|
gst_message_streams_selected_add
|
|
|
|
gst_message_streams_selected_get_size
|
|
|
|
gst_message_streams_selected_get_stream
|
|
|
|
|
2016-07-25 09:22:36 +00:00
|
|
|
gst_message_new_redirect
|
|
|
|
gst_message_add_redirect_entry
|
|
|
|
gst_message_parse_redirect_entry
|
|
|
|
gst_message_get_num_redirect_entries
|
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstMessageClass
|
|
|
|
GST_MESSAGE
|
2005-11-09 16:00:05 +00:00
|
|
|
GST_MESSAGE_CAST
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_IS_MESSAGE
|
|
|
|
GST_TYPE_MESSAGE
|
|
|
|
GST_MESSAGE_CLASS
|
|
|
|
GST_IS_MESSAGE_CLASS
|
|
|
|
GST_MESSAGE_GET_CLASS
|
|
|
|
GST_TYPE_MESSAGE_TYPE
|
2008-10-06 15:31:49 +00:00
|
|
|
GST_TYPE_STRUCTURE_CHANGE_TYPE
|
2009-04-21 11:42:01 +00:00
|
|
|
GST_TYPE_STREAM_STATUS_TYPE
|
2011-01-05 12:41:08 +00:00
|
|
|
GST_TYPE_PROGRESS_TYPE
|
2005-08-24 21:35:43 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_message_get_type
|
2005-10-08 14:48:17 +00:00
|
|
|
gst_message_type_get_type
|
2008-10-06 15:31:49 +00:00
|
|
|
gst_structure_change_type_get_type
|
2009-04-21 11:42:01 +00:00
|
|
|
gst_stream_status_type_get_type
|
2011-01-05 12:41:08 +00:00
|
|
|
gst_progress_type_get_type
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_MESSAGE_GET_COND
|
2005-11-09 16:00:05 +00:00
|
|
|
GST_MESSAGE_GET_LOCK
|
|
|
|
GST_MESSAGE_LOCK
|
|
|
|
GST_MESSAGE_SIGNAL
|
|
|
|
GST_MESSAGE_UNLOCK
|
|
|
|
GST_MESSAGE_WAIT
|
2005-08-24 21:35:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2005-07-11 18:41:49 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstminiobject</FILE>
|
|
|
|
<TITLE>GstMiniObject</TITLE>
|
|
|
|
GstMiniObject
|
2005-08-24 21:35:43 +00:00
|
|
|
GstMiniObjectCopyFunction
|
2011-03-30 17:01:13 +00:00
|
|
|
GstMiniObjectDisposeFunction
|
|
|
|
GstMiniObjectFreeFunction
|
2012-07-09 14:48:56 +00:00
|
|
|
GstMiniObjectNotify
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2011-03-30 17:01:13 +00:00
|
|
|
GST_MINI_OBJECT_TYPE
|
2012-07-09 14:48:56 +00:00
|
|
|
|
|
|
|
GstMiniObjectFlags
|
2005-07-11 18:41:49 +00:00
|
|
|
GST_MINI_OBJECT_FLAGS
|
|
|
|
GST_MINI_OBJECT_FLAG_IS_SET
|
|
|
|
GST_MINI_OBJECT_FLAG_SET
|
|
|
|
GST_MINI_OBJECT_FLAG_UNSET
|
2012-07-09 14:48:56 +00:00
|
|
|
GST_MINI_OBJECT_IS_LOCKABLE
|
|
|
|
|
|
|
|
GstLockFlags
|
|
|
|
GST_LOCK_FLAG_READWRITE
|
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_MINI_OBJECT_REFCOUNT
|
|
|
|
GST_MINI_OBJECT_REFCOUNT_VALUE
|
2011-03-30 17:01:13 +00:00
|
|
|
|
2011-09-26 18:47:35 +00:00
|
|
|
GST_DEFINE_MINI_OBJECT_TYPE
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_mini_object_init
|
2005-07-11 18:41:49 +00:00
|
|
|
|
|
|
|
gst_mini_object_ref
|
|
|
|
gst_mini_object_unref
|
2008-03-22 14:51:17 +00:00
|
|
|
|
2011-05-12 07:59:20 +00:00
|
|
|
gst_mini_object_weak_ref
|
|
|
|
gst_mini_object_weak_unref
|
|
|
|
|
2012-07-09 14:48:56 +00:00
|
|
|
gst_mini_object_lock
|
|
|
|
gst_mini_object_unlock
|
|
|
|
gst_mini_object_is_writable
|
|
|
|
gst_mini_object_make_writable
|
|
|
|
|
|
|
|
gst_mini_object_copy
|
|
|
|
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_mini_object_set_qdata
|
2012-07-09 14:48:56 +00:00
|
|
|
gst_mini_object_get_qdata
|
|
|
|
gst_mini_object_steal_qdata
|
2012-06-15 10:55:20 +00:00
|
|
|
|
2011-03-30 17:01:13 +00:00
|
|
|
gst_mini_object_replace
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_mini_object_take
|
2012-07-09 14:48:56 +00:00
|
|
|
gst_mini_object_steal
|
2005-07-11 18:41:49 +00:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_MINI_OBJECT
|
2011-03-30 17:01:13 +00:00
|
|
|
GST_IS_MINI_OBJECT_TYPE
|
2005-07-11 18:41:49 +00:00
|
|
|
GST_TYPE_MINI_OBJECT_FLAGS
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_MINI_OBJECT_CAST
|
2010-09-01 23:01:25 +00:00
|
|
|
GST_MINI_OBJECT_CONST_CAST
|
2008-04-23 06:57:30 +00:00
|
|
|
|
2005-07-11 18:41:49 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_mini_object_flags_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstobject</FILE>
|
|
|
|
<TITLE>GstObject</TITLE>
|
2004-07-21 11:32:09 +00:00
|
|
|
GstObject
|
2009-11-27 12:16:54 +00:00
|
|
|
GstObjectClass
|
2004-07-21 11:32:09 +00:00
|
|
|
GstObjectFlags
|
renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
Original commit message from CVS:
* check/gst/gstbin.c: (GST_START_TEST):
* docs/gst/gstreamer-sections.txt:
* gst/base/gstbasesink.c: (gst_base_sink_init):
* gst/base/gstbasesrc.c: (gst_base_src_init),
(gst_base_src_get_range), (gst_base_src_check_get_range),
(gst_base_src_start), (gst_base_src_stop):
* gst/base/gstbasesrc.h:
* gst/elements/gstfakesrc.c: (gst_fake_src_set_property):
* gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
(bin_element_is_sink), (reset_degree), (gst_bin_element_set_state),
(bin_bus_handler):
* gst/gstbin.h:
* gst/gstbuffer.h:
* gst/gstbus.c: (gst_bus_post), (gst_bus_set_flushing):
* gst/gstbus.h:
* gst/gstelement.c: (gst_element_is_locked_state),
(gst_element_set_locked_state), (gst_element_commit_state),
(gst_element_set_state):
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_init):
* gst/gstindex.h:
* gst/gstminiobject.h:
* gst/gstobject.c: (gst_object_init), (gst_object_sink),
(gst_object_set_parent):
* gst/gstobject.h:
* gst/gstpad.c: (gst_pad_set_blocked_async), (gst_pad_is_blocked),
(gst_pad_get_caps_unlocked), (gst_pad_set_caps):
* gst/gstpad.h:
* gst/gstpadtemplate.h:
* gst/gstpipeline.c: (gst_pipeline_provide_clock_func),
(gst_pipeline_use_clock), (gst_pipeline_auto_clock):
* gst/gstpipeline.h:
* gst/indexers/gstfileindex.c: (gst_file_index_load),
(gst_file_index_commit):
* testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
* testsuite/pad/link.c: (gst_test_src_init),
(gst_test_filter_init), (gst_test_sink_init):
* testsuite/states/locked.c: (main):
renamed GST_FLAGS macros to GST_OBJECT_FLAGS
moved bitshift from macro to enum definition
2005-10-12 14:28:39 +00:00
|
|
|
GST_OBJECT_FLAGS
|
|
|
|
GST_OBJECT_FLAG_IS_SET
|
|
|
|
GST_OBJECT_FLAG_SET
|
|
|
|
GST_OBJECT_FLAG_UNSET
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_OBJECT_NAME
|
|
|
|
GST_OBJECT_PARENT
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_OBJECT_REFCOUNT
|
|
|
|
GST_OBJECT_REFCOUNT_VALUE
|
2005-11-21 16:34:26 +00:00
|
|
|
GST_OBJECT_LOCK
|
2005-11-23 14:52:31 +00:00
|
|
|
GST_OBJECT_TRYLOCK
|
2005-11-21 16:34:26 +00:00
|
|
|
GST_OBJECT_UNLOCK
|
|
|
|
GST_OBJECT_GET_LOCK
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_object_set_name
|
|
|
|
gst_object_get_name
|
|
|
|
gst_object_set_parent
|
|
|
|
gst_object_get_parent
|
2015-05-15 06:05:50 +00:00
|
|
|
gst_object_has_as_parent
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_object_unparent
|
|
|
|
gst_object_default_deep_notify
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_object_default_error
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_object_check_uniqueness
|
2015-05-15 11:43:12 +00:00
|
|
|
gst_object_has_as_ancestor
|
2005-09-27 20:40:35 +00:00
|
|
|
gst_object_has_ancestor
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_object_ref
|
|
|
|
gst_object_unref
|
2009-05-02 12:33:01 +00:00
|
|
|
gst_object_ref_sink
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_object_replace
|
|
|
|
gst_object_get_path_string
|
2011-11-04 10:39:25 +00:00
|
|
|
|
|
|
|
gst_object_suggest_next_sync
|
|
|
|
gst_object_sync_values
|
2011-12-20 21:36:18 +00:00
|
|
|
gst_object_has_active_control_bindings
|
|
|
|
gst_object_set_control_bindings_disabled
|
|
|
|
gst_object_set_control_binding_disabled
|
2012-01-20 13:42:31 +00:00
|
|
|
gst_object_add_control_binding
|
2011-12-20 21:36:18 +00:00
|
|
|
gst_object_get_control_binding
|
2012-01-20 13:42:31 +00:00
|
|
|
gst_object_remove_control_binding
|
2011-11-04 10:39:25 +00:00
|
|
|
gst_object_get_value
|
|
|
|
gst_object_get_value_array
|
2012-04-25 07:47:10 +00:00
|
|
|
gst_object_get_g_value_array
|
2011-11-04 10:39:25 +00:00
|
|
|
gst_object_get_control_rate
|
|
|
|
gst_object_set_control_rate
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_OBJECT
|
|
|
|
GST_IS_OBJECT
|
2004-07-21 11:32:09 +00:00
|
|
|
GST_OBJECT_CLASS
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_IS_OBJECT_CLASS
|
|
|
|
GST_OBJECT_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_OBJECT
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_OBJECT_FLAGS
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_OBJECT_CAST
|
|
|
|
GST_OBJECT_CLASS_CAST
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_object_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_object_flags_get_type
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpad</FILE>
|
2004-07-26 16:34:35 +00:00
|
|
|
<TITLE>GstPad</TITLE>
|
2004-05-14 14:00:04 +00:00
|
|
|
GstPad
|
2005-10-06 07:42:41 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
GstPadDirection
|
|
|
|
GstPadFlags
|
2004-12-30 11:45:12 +00:00
|
|
|
GstPadLinkReturn
|
2014-03-11 20:46:14 +00:00
|
|
|
gst_pad_link_get_name
|
2005-10-06 07:42:41 +00:00
|
|
|
GST_PAD_LINK_FAILED
|
|
|
|
GST_PAD_LINK_SUCCESSFUL
|
2010-06-23 14:45:19 +00:00
|
|
|
GstPadLinkCheck
|
2005-08-25 23:17:18 +00:00
|
|
|
GstFlowReturn
|
2012-09-11 18:49:58 +00:00
|
|
|
gst_flow_get_name
|
|
|
|
gst_flow_to_quark
|
2011-11-18 11:35:46 +00:00
|
|
|
GstPadMode
|
2012-09-11 18:49:58 +00:00
|
|
|
gst_pad_mode_get_name
|
2013-10-14 21:07:17 +00:00
|
|
|
gst_pad_store_sticky_event
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2007-04-20 08:39:35 +00:00
|
|
|
<SUBSECTION Application>
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_get_name
|
|
|
|
gst_pad_get_direction
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_get_parent
|
|
|
|
gst_pad_get_parent_element
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_get_pad_template
|
|
|
|
|
|
|
|
gst_pad_link
|
2010-06-23 14:45:19 +00:00
|
|
|
gst_pad_link_full
|
2016-06-08 09:11:19 +00:00
|
|
|
gst_pad_link_maybe_ghosting
|
2016-03-25 01:28:18 +00:00
|
|
|
gst_pad_link_maybe_ghosting_full
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_unlink
|
|
|
|
gst_pad_is_linked
|
|
|
|
gst_pad_can_link
|
|
|
|
|
|
|
|
gst_pad_get_allowed_caps
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_pad_get_current_caps
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_get_pad_template_caps
|
|
|
|
|
|
|
|
gst_pad_get_peer
|
|
|
|
gst_pad_use_fixed_caps
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_pad_has_current_caps
|
|
|
|
|
|
|
|
gst_pad_get_sticky_event
|
|
|
|
GstPadStickyEventsForeachFunction
|
|
|
|
gst_pad_sticky_events_foreach
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_is_active
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_pad_get_last_flow_return
|
2005-10-06 07:42:41 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
<SUBSECTION probes>
|
|
|
|
GstPadProbeReturn
|
|
|
|
GstPadProbeType
|
|
|
|
|
|
|
|
GstPadProbeInfo
|
|
|
|
GST_PAD_PROBE_INFO_TYPE
|
|
|
|
GST_PAD_PROBE_INFO_ID
|
|
|
|
GST_PAD_PROBE_INFO_DATA
|
|
|
|
|
|
|
|
GST_PAD_PROBE_INFO_BUFFER
|
|
|
|
GST_PAD_PROBE_INFO_BUFFER_LIST
|
|
|
|
GST_PAD_PROBE_INFO_EVENT
|
|
|
|
GST_PAD_PROBE_INFO_QUERY
|
|
|
|
|
2012-09-19 19:01:46 +00:00
|
|
|
gst_pad_probe_info_get_buffer
|
|
|
|
gst_pad_probe_info_get_buffer_list
|
|
|
|
gst_pad_probe_info_get_event
|
|
|
|
gst_pad_probe_info_get_query
|
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_PAD_PROBE_INFO_OFFSET
|
|
|
|
GST_PAD_PROBE_INFO_SIZE
|
2005-10-06 07:42:41 +00:00
|
|
|
|
2015-12-31 19:27:12 +00:00
|
|
|
GST_PAD_PROBE_INFO_FLOW_RETURN
|
|
|
|
|
2011-06-08 11:39:19 +00:00
|
|
|
GstPadProbeCallback
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_pad_add_probe
|
|
|
|
gst_pad_remove_probe
|
2005-10-06 07:42:41 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_pad_is_blocked
|
|
|
|
gst_pad_is_blocking
|
|
|
|
|
|
|
|
<SUBSECTION offset>
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_pad_get_offset
|
|
|
|
gst_pad_set_offset
|
2012-03-29 11:34:50 +00:00
|
|
|
|
2005-10-06 07:42:41 +00:00
|
|
|
<SUBSECTION Element>
|
|
|
|
gst_pad_new
|
|
|
|
gst_pad_new_from_template
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_pad_new_from_static_template
|
2005-10-06 07:42:41 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_set_chain_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_chain_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadChainFunction
|
|
|
|
|
2009-05-12 11:10:55 +00:00
|
|
|
gst_pad_set_chain_list_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_chain_list_function_full
|
2009-05-12 11:10:55 +00:00
|
|
|
GstPadChainListFunction
|
|
|
|
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_get_range
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_set_getrange_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_getrange_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadGetRangeFunction
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_set_event_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_event_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadEventFunction
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2016-01-06 12:33:39 +00:00
|
|
|
gst_pad_set_event_full_function
|
|
|
|
gst_pad_set_event_full_function_full
|
|
|
|
GstPadEventFullFunction
|
|
|
|
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_set_link_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_link_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadLinkFunction
|
|
|
|
gst_pad_set_unlink_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_unlink_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadUnlinkFunction
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2011-11-15 10:20:48 +00:00
|
|
|
gst_pad_proxy_query_caps
|
|
|
|
gst_pad_proxy_query_accept_caps
|
2005-10-06 07:42:41 +00:00
|
|
|
|
|
|
|
gst_pad_set_activate_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_activate_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadActivateFunction
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2011-11-21 12:29:05 +00:00
|
|
|
gst_pad_set_activatemode_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_activatemode_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadActivateModeFunction
|
|
|
|
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_pad_needs_reconfigure
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_pad_check_reconfigure
|
|
|
|
gst_pad_mark_reconfigure
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_push
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_push_event
|
2009-05-12 11:10:55 +00:00
|
|
|
gst_pad_push_list
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_pull_range
|
2011-11-21 12:29:05 +00:00
|
|
|
gst_pad_activate_mode
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_send_event
|
|
|
|
gst_pad_event_default
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_query
|
2007-09-11 15:55:50 +00:00
|
|
|
gst_pad_peer_query
|
2011-11-15 17:16:24 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pad_query_default
|
2011-11-15 17:16:24 +00:00
|
|
|
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_query_position
|
2005-10-21 11:36:32 +00:00
|
|
|
gst_pad_query_duration
|
2005-08-20 12:14:28 +00:00
|
|
|
gst_pad_query_convert
|
2011-11-15 17:16:24 +00:00
|
|
|
gst_pad_query_accept_caps
|
|
|
|
gst_pad_query_caps
|
|
|
|
|
2011-11-15 16:50:34 +00:00
|
|
|
gst_pad_peer_query_position
|
|
|
|
gst_pad_peer_query_duration
|
|
|
|
gst_pad_peer_query_convert
|
2011-11-15 17:16:24 +00:00
|
|
|
gst_pad_peer_query_accept_caps
|
|
|
|
gst_pad_peer_query_caps
|
|
|
|
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_set_query_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_query_function_full
|
2005-10-06 07:42:41 +00:00
|
|
|
GstPadQueryFunction
|
2008-09-01 10:42:04 +00:00
|
|
|
gst_pad_set_iterate_internal_links_function
|
2011-11-21 14:47:01 +00:00
|
|
|
gst_pad_set_iterate_internal_links_function_full
|
2008-09-01 10:42:04 +00:00
|
|
|
GstPadIterIntLinkFunction
|
|
|
|
gst_pad_iterate_internal_links
|
|
|
|
gst_pad_iterate_internal_links_default
|
|
|
|
|
2005-10-06 07:42:41 +00:00
|
|
|
gst_pad_set_element_private
|
|
|
|
gst_pad_get_element_private
|
|
|
|
|
2012-07-28 06:37:00 +00:00
|
|
|
gst_pad_create_stream_id
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_pad_create_stream_id_printf
|
|
|
|
gst_pad_create_stream_id_printf_valist
|
2012-07-28 06:37:00 +00:00
|
|
|
|
2013-01-19 12:51:56 +00:00
|
|
|
gst_pad_get_stream_id
|
2015-06-12 08:53:23 +00:00
|
|
|
gst_pad_get_stream
|
2013-01-19 12:51:56 +00:00
|
|
|
|
2011-06-08 11:39:19 +00:00
|
|
|
GstPadForwardFunction
|
|
|
|
gst_pad_forward
|
2005-10-06 07:42:41 +00:00
|
|
|
<SUBSECTION Core>
|
|
|
|
gst_pad_chain
|
2009-05-12 11:10:55 +00:00
|
|
|
gst_pad_chain_list
|
2005-10-06 07:42:41 +00:00
|
|
|
|
|
|
|
gst_pad_start_task
|
|
|
|
gst_pad_pause_task
|
|
|
|
gst_pad_stop_task
|
2017-02-17 18:48:17 +00:00
|
|
|
gst_pad_task_get_state
|
2005-10-06 07:42:41 +00:00
|
|
|
|
|
|
|
gst_pad_set_active
|
|
|
|
|
2005-11-23 14:52:31 +00:00
|
|
|
GST_PAD_GET_STREAM_LOCK
|
|
|
|
GST_PAD_STREAM_LOCK
|
|
|
|
GST_PAD_STREAM_TRYLOCK
|
|
|
|
GST_PAD_STREAM_UNLOCK
|
2005-11-24 09:44:07 +00:00
|
|
|
|
2014-04-26 16:02:18 +00:00
|
|
|
GST_PAD_NAME
|
|
|
|
GST_PAD_PARENT
|
|
|
|
GST_PAD_ELEMENT_PRIVATE
|
|
|
|
GST_PAD_PAD_TEMPLATE
|
|
|
|
GST_PAD_DIRECTION
|
2014-07-05 15:13:21 +00:00
|
|
|
GST_PAD_LAST_FLOW_RETURN
|
2014-04-26 16:02:18 +00:00
|
|
|
|
|
|
|
GST_PAD_TASK
|
|
|
|
GST_PAD_MODE
|
|
|
|
GST_PAD_ACTIVATEFUNC
|
|
|
|
GST_PAD_ACTIVATEMODEFUNC
|
|
|
|
GST_PAD_CHAINFUNC
|
|
|
|
GST_PAD_CHAINLISTFUNC
|
|
|
|
GST_PAD_EVENTFUNC
|
2016-01-06 12:33:39 +00:00
|
|
|
GST_PAD_EVENTFULLFUNC
|
2014-04-26 16:02:18 +00:00
|
|
|
GST_PAD_GETRANGEFUNC
|
|
|
|
GST_PAD_QUERYFUNC
|
|
|
|
GST_PAD_ITERINTLINKFUNC
|
|
|
|
GST_PAD_PEER
|
|
|
|
GST_PAD_LINKFUNC
|
|
|
|
GST_PAD_UNLINKFUNC
|
|
|
|
|
|
|
|
GST_PAD_IS_LINKED
|
|
|
|
GST_PAD_IS_SRC
|
|
|
|
GST_PAD_IS_SINK
|
|
|
|
GST_PAD_IS_ACTIVE
|
|
|
|
GST_PAD_IS_BLOCKED
|
|
|
|
GST_PAD_IS_BLOCKING
|
|
|
|
GST_PAD_IS_FLUSHING
|
|
|
|
GST_PAD_SET_FLUSHING
|
|
|
|
GST_PAD_UNSET_FLUSHING
|
|
|
|
GST_PAD_IS_EOS
|
|
|
|
GST_PAD_NEEDS_RECONFIGURE
|
|
|
|
GST_PAD_HAS_PENDING_EVENTS
|
|
|
|
GST_PAD_IS_FIXED_CAPS
|
|
|
|
GST_PAD_NEEDS_PARENT
|
|
|
|
GST_PAD_IS_PROXY_CAPS
|
|
|
|
GST_PAD_SET_PROXY_CAPS
|
|
|
|
GST_PAD_UNSET_PROXY_CAPS
|
|
|
|
GST_PAD_IS_PROXY_ALLOCATION
|
|
|
|
GST_PAD_SET_PROXY_ALLOCATION
|
|
|
|
GST_PAD_UNSET_PROXY_ALLOCATION
|
|
|
|
GST_PAD_SET_PROXY_SCHEDULING
|
|
|
|
GST_PAD_UNSET_PROXY_SCHEDULING
|
|
|
|
GST_PAD_IS_PROXY_SCHEDULING
|
|
|
|
GST_PAD_IS_ACCEPT_INTERSECT
|
|
|
|
GST_PAD_SET_ACCEPT_INTERSECT
|
|
|
|
GST_PAD_UNSET_ACCEPT_INTERSECT
|
2015-08-15 09:41:14 +00:00
|
|
|
GST_PAD_IS_ACCEPT_TEMPLATE
|
|
|
|
GST_PAD_SET_ACCEPT_TEMPLATE
|
|
|
|
GST_PAD_UNSET_ACCEPT_TEMPLATE
|
2014-04-26 16:02:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-07-21 11:32:09 +00:00
|
|
|
GstPadClass
|
2009-05-28 14:36:32 +00:00
|
|
|
GstPadPrivate
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_PAD
|
|
|
|
GST_IS_PAD
|
2004-07-21 11:32:09 +00:00
|
|
|
GST_PAD_CLASS
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_IS_PAD_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_PAD
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_PAD_DIRECTION
|
|
|
|
GST_TYPE_PAD_FLAGS
|
|
|
|
GST_TYPE_PAD_LINK_RETURN
|
2010-06-23 14:45:19 +00:00
|
|
|
GST_TYPE_PAD_LINK_CHECK
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_PAD_PRESENCE
|
2011-11-18 11:35:46 +00:00
|
|
|
GST_TYPE_PAD_MODE
|
2005-08-25 23:17:18 +00:00
|
|
|
GST_TYPE_FLOW_RETURN
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_TYPE_PAD_PROBE_RETURN
|
|
|
|
GST_TYPE_PAD_PROBE_TYPE
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_pad_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_pad_direction_get_type
|
|
|
|
gst_pad_flags_get_type
|
|
|
|
gst_pad_link_return_get_type
|
2010-06-23 14:45:19 +00:00
|
|
|
gst_pad_link_check_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_pad_presence_get_type
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_flow_return_get_type
|
2011-11-21 12:29:05 +00:00
|
|
|
gst_pad_mode_get_type
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_pad_probe_return_get_type
|
|
|
|
gst_pad_probe_type_get_type
|
2005-08-20 12:14:28 +00:00
|
|
|
|
|
|
|
GST_PAD_IS_IN_GETCAPS
|
|
|
|
GST_PAD_MODE_ACTIVATE
|
2006-11-06 15:14:46 +00:00
|
|
|
GST_PAD_BLOCK_BROADCAST
|
2005-08-20 12:14:28 +00:00
|
|
|
GST_PAD_BLOCK_GET_COND
|
|
|
|
GST_PAD_BLOCK_SIGNAL
|
|
|
|
GST_PAD_BLOCK_WAIT
|
|
|
|
GST_PAD_CAST
|
|
|
|
GST_PAD_DO_BUFFER_SIGNALS
|
|
|
|
GST_PAD_DO_EVENT_SIGNALS
|
|
|
|
GST_PAD_IS_IN_SETCAPS
|
|
|
|
|
|
|
|
GST_PAD_QUERYTYPEFUNC
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpadtemplate</FILE>
|
|
|
|
<TITLE>GstPadTemplate</TITLE>
|
|
|
|
GstStaticPadTemplate
|
2006-02-14 18:26:19 +00:00
|
|
|
GST_STATIC_PAD_TEMPLATE
|
|
|
|
gst_static_pad_template_get
|
|
|
|
gst_static_pad_template_get_caps
|
|
|
|
GstPadTemplate
|
|
|
|
GstPadTemplateFlags
|
|
|
|
GstPadPresence
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_PAD_TEMPLATE_NAME_TEMPLATE
|
|
|
|
GST_PAD_TEMPLATE_DIRECTION
|
|
|
|
GST_PAD_TEMPLATE_PRESENCE
|
|
|
|
GST_PAD_TEMPLATE_CAPS
|
|
|
|
GST_PAD_TEMPLATE_IS_FIXED
|
|
|
|
gst_pad_template_new
|
|
|
|
gst_pad_template_get_caps
|
inlined two more docs factored gstpadtemplate out of gstpad
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstpadtemplate.sgml:
* gst/Makefile.am:
* gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
(gst_pad_finalize), (gst_pad_set_pad_template):
* gst/gstpad.h:
* gst/gstpadtemplate.c: (gst_pad_template_get_type),
(gst_pad_template_class_init), (gst_pad_template_init),
(gst_pad_template_dispose), (name_is_valid),
(gst_static_pad_template_get), (gst_pad_template_new),
(gst_static_pad_template_get_caps), (gst_pad_template_get_caps),
(gst_pad_template_pad_created):
* gst/gstpadtemplate.h:
inlined two more docs
factored gstpadtemplate out of gstpad
2005-09-25 11:19:22 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-07-21 11:32:09 +00:00
|
|
|
GstPadTemplateClass
|
|
|
|
GST_PAD_TEMPLATE
|
|
|
|
GST_IS_PAD_TEMPLATE
|
|
|
|
GST_PAD_TEMPLATE_CLASS
|
|
|
|
GST_IS_PAD_TEMPLATE_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_PAD_TEMPLATE
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_PAD_TEMPLATE_FLAGS
|
2006-01-13 14:21:48 +00:00
|
|
|
GST_TYPE_STATIC_CAPS
|
|
|
|
GST_TYPE_STATIC_PAD_TEMPLATE
|
inlined two more docs factored gstpadtemplate out of gstpad
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstpadtemplate.sgml:
* gst/Makefile.am:
* gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
(gst_pad_finalize), (gst_pad_set_pad_template):
* gst/gstpad.h:
* gst/gstpadtemplate.c: (gst_pad_template_get_type),
(gst_pad_template_class_init), (gst_pad_template_init),
(gst_pad_template_dispose), (name_is_valid),
(gst_static_pad_template_get), (gst_pad_template_new),
(gst_static_pad_template_get_caps), (gst_pad_template_get_caps),
(gst_pad_template_pad_created):
* gst/gstpadtemplate.h:
inlined two more docs
factored gstpadtemplate out of gstpad
2005-09-25 11:19:22 +00:00
|
|
|
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_pad_template_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_pad_template_flags_get_type
|
inlined two more docs factored gstpadtemplate out of gstpad
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstpadtemplate.sgml:
* gst/Makefile.am:
* gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
(gst_pad_finalize), (gst_pad_set_pad_template):
* gst/gstpad.h:
* gst/gstpadtemplate.c: (gst_pad_template_get_type),
(gst_pad_template_class_init), (gst_pad_template_init),
(gst_pad_template_dispose), (name_is_valid),
(gst_static_pad_template_get), (gst_pad_template_new),
(gst_static_pad_template_get_caps), (gst_pad_template_get_caps),
(gst_pad_template_pad_created):
* gst/gstpadtemplate.h:
inlined two more docs
factored gstpadtemplate out of gstpad
2005-09-25 11:19:22 +00:00
|
|
|
gst_pad_template_pad_created
|
2006-01-13 14:21:48 +00:00
|
|
|
gst_static_pad_template_get_type
|
|
|
|
gst_static_caps_get_type
|
2005-10-28 16:46:58 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2008-04-15 06:16:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstparamspec</FILE>
|
|
|
|
<TITLE>GstParamSpec</TITLE>
|
|
|
|
|
|
|
|
GST_PARAM_CONTROLLABLE
|
|
|
|
GST_PARAM_USER_SHIFT
|
2009-02-20 19:09:19 +00:00
|
|
|
GST_PARAM_MUTABLE_PAUSED
|
|
|
|
GST_PARAM_MUTABLE_PLAYING
|
|
|
|
GST_PARAM_MUTABLE_READY
|
|
|
|
|
2008-04-15 06:16:33 +00:00
|
|
|
<SUBSECTION paramspecfraction>
|
|
|
|
GstParamSpecFraction
|
|
|
|
gst_param_spec_fraction
|
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_PARAM_SPEC_FRACTION
|
|
|
|
GST_PARAM_SPEC_FRACTION
|
|
|
|
GST_TYPE_PARAM_FRACTION
|
|
|
|
gst_param_spec_fraction_get_type
|
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstparse</FILE>
|
|
|
|
<TITLE>GstParse</TITLE>
|
|
|
|
gst_parse_error_quark
|
|
|
|
GST_PARSE_ERROR
|
|
|
|
GstParseError
|
API: gst_parse_launch_full()
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()
2008-05-24 15:33:53 +00:00
|
|
|
GstParseContext
|
|
|
|
GstParseFlags
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_parse_launch
|
API: gst_parse_launch_full()
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()
2008-05-24 15:33:53 +00:00
|
|
|
gst_parse_launch_full
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_parse_launchv
|
API: gst_parse_launch_full()
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()
2008-05-24 15:33:53 +00:00
|
|
|
gst_parse_launchv_full
|
2006-02-02 09:51:18 +00:00
|
|
|
gst_parse_bin_from_description
|
API: gst_parse_launch_full()
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()
2008-05-24 15:33:53 +00:00
|
|
|
gst_parse_bin_from_description_full
|
|
|
|
<SUBSECTION>
|
|
|
|
gst_parse_context_new
|
|
|
|
gst_parse_context_free
|
|
|
|
gst_parse_context_get_missing_elements
|
2004-12-30 11:45:12 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TYPE_PARSE_ERROR
|
API: gst_parse_launch_full()
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()
2008-05-24 15:33:53 +00:00
|
|
|
GST_TYPE_PARSE_FLAGS
|
2011-05-02 12:46:59 +00:00
|
|
|
GST_TYPE_PARSE_CONTEXT
|
2004-12-30 11:45:12 +00:00
|
|
|
<SUBSECTION Private>
|
2011-05-02 12:46:59 +00:00
|
|
|
gst_parse_context_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_parse_error_get_type
|
API: gst_parse_launch_full()
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()
2008-05-24 15:33:53 +00:00
|
|
|
gst_parse_flags_get_type
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpipeline</FILE>
|
|
|
|
<TITLE>GstPipeline</TITLE>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstPipeline
|
2005-08-24 21:35:43 +00:00
|
|
|
GstPipelineFlags
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_pipeline_new
|
2005-08-24 21:35:43 +00:00
|
|
|
|
|
|
|
gst_pipeline_get_bus
|
Documentation updates.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstbin.c: (bin_bus_handler), (gst_bin_handle_message_func):
* gst/gstbin.h:
* gst/gstbus.c: (gst_bus_class_init):
* gst/gstbus.h:
* gst/gstclock.c:
* gst/gstelement.c: (gst_element_set_locked_state):
* gst/gstsegment.c:
Documentation updates.
* gst/gstpipeline.c: (gst_pipeline_get_type),
(gst_pipeline_class_init), (gst_pipeline_init),
(gst_pipeline_dispose), (gst_pipeline_set_property),
(gst_pipeline_get_property), (do_pipeline_seek),
(gst_pipeline_send_event), (gst_pipeline_change_state),
(gst_pipeline_provide_clock_func), (gst_pipeline_set_delay),
(gst_pipeline_get_delay):
* gst/gstpipeline.h:
Added methods for setting the delay.
API: gst_pipeline_set_delay
API: gst_pipeline_get_delay
Add pipeline debug category
Various cleanups.
Updated docs.
Don't reset stream time when seek failed.
2006-03-13 11:04:38 +00:00
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_pipeline_set_clock
|
2015-02-13 00:40:06 +00:00
|
|
|
gst_pipeline_get_pipeline_clock
|
Documentation updates.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstbin.c: (bin_bus_handler), (gst_bin_handle_message_func):
* gst/gstbin.h:
* gst/gstbus.c: (gst_bus_class_init):
* gst/gstbus.h:
* gst/gstclock.c:
* gst/gstelement.c: (gst_element_set_locked_state):
* gst/gstsegment.c:
Documentation updates.
* gst/gstpipeline.c: (gst_pipeline_get_type),
(gst_pipeline_class_init), (gst_pipeline_init),
(gst_pipeline_dispose), (gst_pipeline_set_property),
(gst_pipeline_get_property), (do_pipeline_seek),
(gst_pipeline_send_event), (gst_pipeline_change_state),
(gst_pipeline_provide_clock_func), (gst_pipeline_set_delay),
(gst_pipeline_get_delay):
* gst/gstpipeline.h:
Added methods for setting the delay.
API: gst_pipeline_set_delay
API: gst_pipeline_get_delay
Add pipeline debug category
Various cleanups.
Updated docs.
Don't reset stream time when seek failed.
2006-03-13 11:04:38 +00:00
|
|
|
gst_pipeline_get_clock
|
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_pipeline_use_clock
|
Documentation updates.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstbin.c: (bin_bus_handler), (gst_bin_handle_message_func):
* gst/gstbin.h:
* gst/gstbus.c: (gst_bus_class_init):
* gst/gstbus.h:
* gst/gstclock.c:
* gst/gstelement.c: (gst_element_set_locked_state):
* gst/gstsegment.c:
Documentation updates.
* gst/gstpipeline.c: (gst_pipeline_get_type),
(gst_pipeline_class_init), (gst_pipeline_init),
(gst_pipeline_dispose), (gst_pipeline_set_property),
(gst_pipeline_get_property), (do_pipeline_seek),
(gst_pipeline_send_event), (gst_pipeline_change_state),
(gst_pipeline_provide_clock_func), (gst_pipeline_set_delay),
(gst_pipeline_get_delay):
* gst/gstpipeline.h:
Added methods for setting the delay.
API: gst_pipeline_set_delay
API: gst_pipeline_get_delay
Add pipeline debug category
Various cleanups.
Updated docs.
Don't reset stream time when seek failed.
2006-03-13 11:04:38 +00:00
|
|
|
gst_pipeline_auto_clock
|
|
|
|
|
2006-03-09 16:53:05 +00:00
|
|
|
gst_pipeline_set_auto_flush_bus
|
Documentation updates.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstbin.c: (bin_bus_handler), (gst_bin_handle_message_func):
* gst/gstbin.h:
* gst/gstbus.c: (gst_bus_class_init):
* gst/gstbus.h:
* gst/gstclock.c:
* gst/gstelement.c: (gst_element_set_locked_state):
* gst/gstsegment.c:
Documentation updates.
* gst/gstpipeline.c: (gst_pipeline_get_type),
(gst_pipeline_class_init), (gst_pipeline_init),
(gst_pipeline_dispose), (gst_pipeline_set_property),
(gst_pipeline_get_property), (do_pipeline_seek),
(gst_pipeline_send_event), (gst_pipeline_change_state),
(gst_pipeline_provide_clock_func), (gst_pipeline_set_delay),
(gst_pipeline_get_delay):
* gst/gstpipeline.h:
Added methods for setting the delay.
API: gst_pipeline_set_delay
API: gst_pipeline_get_delay
Add pipeline debug category
Various cleanups.
Updated docs.
Don't reset stream time when seek failed.
2006-03-13 11:04:38 +00:00
|
|
|
gst_pipeline_get_auto_flush_bus
|
|
|
|
|
|
|
|
gst_pipeline_set_delay
|
|
|
|
gst_pipeline_get_delay
|
|
|
|
|
2015-06-11 10:34:04 +00:00
|
|
|
gst_pipeline_set_latency
|
|
|
|
gst_pipeline_get_latency
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstPipelineClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_PIPELINE
|
|
|
|
GST_IS_PIPELINE
|
|
|
|
GST_PIPELINE_CLASS
|
|
|
|
GST_IS_PIPELINE_CLASS
|
|
|
|
GST_PIPELINE_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_PIPELINE
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TYPE_PIPELINE_FLAGS
|
2007-02-28 16:55:53 +00:00
|
|
|
GST_PIPELINE_CAST
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2006-03-09 16:53:05 +00:00
|
|
|
GstPipelinePrivate
|
2004-07-21 11:32:09 +00:00
|
|
|
gst_pipeline_get_type
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_pipeline_flags_get_type
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstplugin</FILE>
|
|
|
|
<TITLE>GstPlugin</TITLE>
|
|
|
|
gst_plugin_error_quark
|
|
|
|
GST_PLUGIN_ERROR
|
|
|
|
GstPluginError
|
|
|
|
GstPlugin
|
|
|
|
GstPluginDesc
|
|
|
|
GstPluginInitFunc
|
2009-05-07 14:37:37 +00:00
|
|
|
GstPluginInitFullFunc
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_PLUGIN_DEFINE
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_PLUGIN_STATIC_DECLARE
|
|
|
|
GST_PLUGIN_STATIC_REGISTER
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_LICENSE_UNKNOWN
|
|
|
|
GstPluginFilter
|
|
|
|
gst_plugin_get_name
|
|
|
|
gst_plugin_get_description
|
|
|
|
gst_plugin_get_filename
|
|
|
|
gst_plugin_get_license
|
|
|
|
gst_plugin_get_package
|
|
|
|
gst_plugin_get_origin
|
2005-09-11 13:07:25 +00:00
|
|
|
gst_plugin_get_source
|
2004-12-07 23:21:32 +00:00
|
|
|
gst_plugin_get_version
|
2012-04-29 15:20:50 +00:00
|
|
|
gst_plugin_get_release_date_string
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_plugin_is_loaded
|
2009-06-07 20:46:54 +00:00
|
|
|
gst_plugin_get_cache_data
|
|
|
|
gst_plugin_set_cache_data
|
2004-07-26 16:34:35 +00:00
|
|
|
gst_plugin_load_file
|
|
|
|
gst_plugin_load
|
2005-09-20 06:28:33 +00:00
|
|
|
gst_plugin_load_by_name
|
|
|
|
gst_plugin_list_free
|
2008-01-09 18:23:39 +00:00
|
|
|
gst_plugin_register_static
|
2009-05-07 14:37:37 +00:00
|
|
|
gst_plugin_register_static_full
|
Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt::
* gst/gst_private.h: (GstPluginDep), (_GstPluginPrivate):
* gst/gstplugin.c: (gst_plugin_init), (gst_plugin_finalize),
(gst_plugin_class_init), (gst_plugin_list_free),
(gst_plugin_ext_dep_get_env_vars_hash),
(_priv_plugin_deps_env_vars_changed),
(gst_plugin_ext_dep_extract_env_vars_paths),
(gst_plugin_ext_dep_get_hash_from_stat_entry),
(gst_plugin_ext_dep_direntry_matches),
(gst_plugin_ext_dep_scan_dir_and_match_names),
(gst_plugin_ext_dep_scan_path_with_filenames),
(gst_plugin_ext_dep_get_stat_hash),
(_priv_plugin_deps_files_changed), (gst_plugin_ext_dep_free),
(gst_plugin_ext_dep_strv_equal), (gst_plugin_ext_dep_equals),
(gst_plugin_add_dependency), (gst_plugin_add_dependency_simple):
* gst/gstplugin.h: (GstPluginPrivate), (GstPluginFlags),
(GST_PLUGIN_DEPENDENCY_FLAG_NONE),
(GST_PLUGIN_DEPENDENCY_FLAG_RECURSE),
(GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY),
(GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX),
(GstPluginDependencyFlags), (GstPluginFilter):
* gst/gstregistry.c: (gst_registry_scan_path_level):
* gst/gstregistrybinary.c: (gst_registry_binary_save_feature),
(gst_registry_binary_save_plugin_dep),
(gst_registry_binary_save_plugin),
(gst_registry_binary_load_feature),
(gst_registry_binary_load_plugin_dep_strv),
(gst_registry_binary_load_plugin_dep),
(gst_registry_binary_load_plugin):
* gst/gstregistrybinary.h: (GST_MAGIC_BINARY_VERSION_STR),
(GstBinaryPluginElement), (_GstBinaryDep), (GstBinaryDep):
* gst/gstregistryxml.c: (gst_registry_xml_save_plugin):
Add API for making a GStreamer plugin 'dependent' on external files,
directories or environment variables, so that GStreamer knows when
it needs to re-load GStreamer plugins that wrap other plugin systems.
Fixes bug #350477.
API: add gst_plugin_add_dependency()
API: add gst_plugin_add_dependency_simple()
2009-01-06 17:58:59 +00:00
|
|
|
<SUBSECTION>
|
2009-11-25 15:27:30 +00:00
|
|
|
GstPluginFlags
|
Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt::
* gst/gst_private.h: (GstPluginDep), (_GstPluginPrivate):
* gst/gstplugin.c: (gst_plugin_init), (gst_plugin_finalize),
(gst_plugin_class_init), (gst_plugin_list_free),
(gst_plugin_ext_dep_get_env_vars_hash),
(_priv_plugin_deps_env_vars_changed),
(gst_plugin_ext_dep_extract_env_vars_paths),
(gst_plugin_ext_dep_get_hash_from_stat_entry),
(gst_plugin_ext_dep_direntry_matches),
(gst_plugin_ext_dep_scan_dir_and_match_names),
(gst_plugin_ext_dep_scan_path_with_filenames),
(gst_plugin_ext_dep_get_stat_hash),
(_priv_plugin_deps_files_changed), (gst_plugin_ext_dep_free),
(gst_plugin_ext_dep_strv_equal), (gst_plugin_ext_dep_equals),
(gst_plugin_add_dependency), (gst_plugin_add_dependency_simple):
* gst/gstplugin.h: (GstPluginPrivate), (GstPluginFlags),
(GST_PLUGIN_DEPENDENCY_FLAG_NONE),
(GST_PLUGIN_DEPENDENCY_FLAG_RECURSE),
(GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY),
(GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX),
(GstPluginDependencyFlags), (GstPluginFilter):
* gst/gstregistry.c: (gst_registry_scan_path_level):
* gst/gstregistrybinary.c: (gst_registry_binary_save_feature),
(gst_registry_binary_save_plugin_dep),
(gst_registry_binary_save_plugin),
(gst_registry_binary_load_feature),
(gst_registry_binary_load_plugin_dep_strv),
(gst_registry_binary_load_plugin_dep),
(gst_registry_binary_load_plugin):
* gst/gstregistrybinary.h: (GST_MAGIC_BINARY_VERSION_STR),
(GstBinaryPluginElement), (_GstBinaryDep), (GstBinaryDep):
* gst/gstregistryxml.c: (gst_registry_xml_save_plugin):
Add API for making a GStreamer plugin 'dependent' on external files,
directories or environment variables, so that GStreamer knows when
it needs to re-load GStreamer plugins that wrap other plugin systems.
Fixes bug #350477.
API: add gst_plugin_add_dependency()
API: add gst_plugin_add_dependency_simple()
2009-01-06 17:58:59 +00:00
|
|
|
GstPluginDependencyFlags
|
|
|
|
gst_plugin_add_dependency
|
|
|
|
gst_plugin_add_dependency_simple
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2005-09-20 06:28:33 +00:00
|
|
|
GstPluginClass
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_PLUGIN
|
2006-06-12 09:37:58 +00:00
|
|
|
GST_PLUGIN_CAST
|
2005-09-20 06:28:33 +00:00
|
|
|
GST_PLUGIN_CLASS
|
|
|
|
GST_PLUGIN_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_PLUGIN
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_PLUGIN_ERROR
|
2005-09-20 06:28:33 +00:00
|
|
|
GST_IS_PLUGIN
|
|
|
|
GST_IS_PLUGIN_CLASS
|
|
|
|
GST_TYPE_PLUGIN_FLAGS
|
Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt::
* gst/gst_private.h: (GstPluginDep), (_GstPluginPrivate):
* gst/gstplugin.c: (gst_plugin_init), (gst_plugin_finalize),
(gst_plugin_class_init), (gst_plugin_list_free),
(gst_plugin_ext_dep_get_env_vars_hash),
(_priv_plugin_deps_env_vars_changed),
(gst_plugin_ext_dep_extract_env_vars_paths),
(gst_plugin_ext_dep_get_hash_from_stat_entry),
(gst_plugin_ext_dep_direntry_matches),
(gst_plugin_ext_dep_scan_dir_and_match_names),
(gst_plugin_ext_dep_scan_path_with_filenames),
(gst_plugin_ext_dep_get_stat_hash),
(_priv_plugin_deps_files_changed), (gst_plugin_ext_dep_free),
(gst_plugin_ext_dep_strv_equal), (gst_plugin_ext_dep_equals),
(gst_plugin_add_dependency), (gst_plugin_add_dependency_simple):
* gst/gstplugin.h: (GstPluginPrivate), (GstPluginFlags),
(GST_PLUGIN_DEPENDENCY_FLAG_NONE),
(GST_PLUGIN_DEPENDENCY_FLAG_RECURSE),
(GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY),
(GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX),
(GstPluginDependencyFlags), (GstPluginFilter):
* gst/gstregistry.c: (gst_registry_scan_path_level):
* gst/gstregistrybinary.c: (gst_registry_binary_save_feature),
(gst_registry_binary_save_plugin_dep),
(gst_registry_binary_save_plugin),
(gst_registry_binary_load_feature),
(gst_registry_binary_load_plugin_dep_strv),
(gst_registry_binary_load_plugin_dep),
(gst_registry_binary_load_plugin):
* gst/gstregistrybinary.h: (GST_MAGIC_BINARY_VERSION_STR),
(GstBinaryPluginElement), (_GstBinaryDep), (GstBinaryDep):
* gst/gstregistryxml.c: (gst_registry_xml_save_plugin):
Add API for making a GStreamer plugin 'dependent' on external files,
directories or environment variables, so that GStreamer knows when
it needs to re-load GStreamer plugins that wrap other plugin systems.
Fixes bug #350477.
API: add gst_plugin_add_dependency()
API: add gst_plugin_add_dependency_simple()
2009-01-06 17:58:59 +00:00
|
|
|
GST_TYPE_PLUGIN_DEPENDENCY_FLAGS
|
|
|
|
GstPluginPrivate
|
|
|
|
gst_plugin_dependency_flags_get_type
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_plugin_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_plugin_error_get_type
|
2005-09-20 06:28:33 +00:00
|
|
|
gst_plugin_flags_get_type
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpluginfeature</FILE>
|
|
|
|
<TITLE>GstPluginFeature</TITLE>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstPluginFeature
|
2004-03-25 04:20:33 +00:00
|
|
|
GstPluginFeatureFilter
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GstRank
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_plugin_feature_set_rank
|
|
|
|
gst_plugin_feature_set_name
|
|
|
|
gst_plugin_feature_get_rank
|
|
|
|
gst_plugin_feature_get_name
|
2012-05-19 16:16:35 +00:00
|
|
|
gst_plugin_feature_get_plugin
|
2012-10-28 15:53:19 +00:00
|
|
|
gst_plugin_feature_get_plugin_name
|
2005-09-20 06:28:33 +00:00
|
|
|
gst_plugin_feature_load
|
2009-10-21 07:40:49 +00:00
|
|
|
gst_plugin_feature_list_copy
|
2005-09-20 06:28:33 +00:00
|
|
|
gst_plugin_feature_list_free
|
2010-12-02 12:04:30 +00:00
|
|
|
GST_PLUGIN_FEATURE_LIST_DEBUG
|
2005-10-14 11:09:29 +00:00
|
|
|
gst_plugin_feature_check_version
|
2010-08-16 17:01:15 +00:00
|
|
|
gst_plugin_feature_rank_compare_func
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstPluginFeatureClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_PLUGIN_FEATURE
|
2006-06-12 09:37:58 +00:00
|
|
|
GST_PLUGIN_FEATURE_CAST
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_IS_PLUGIN_FEATURE
|
|
|
|
GST_PLUGIN_FEATURE_CLASS
|
|
|
|
GST_IS_PLUGIN_FEATURE_CLASS
|
|
|
|
GST_PLUGIN_FEATURE_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_PLUGIN_FEATURE
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
GST_TYPE_RANK
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_plugin_feature_get_type
|
2010-12-02 12:04:30 +00:00
|
|
|
gst_plugin_feature_list_debug
|
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstbin.c:
* gst/gstelement.h:
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
* gst/gstindexfactory.c: (gst_index_factory_get_type),
(gst_index_factory_class_init), (gst_index_factory_init),
(gst_index_factory_finalize), (gst_index_factory_new),
(gst_index_factory_destroy), (gst_index_factory_find),
(gst_index_factory_create), (gst_index_factory_make):
* gst/gstindexfactory.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
more docs inlined, splitted gstindex.{c,h}
2005-09-20 20:40:00 +00:00
|
|
|
gst_rank_get_type
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
configure.ac: Add checks for poll, ppoll and pselect.
Original commit message from CVS:
* configure.ac:
Add checks for poll, ppoll and pselect.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
Add docs for GstPoll.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpoll.c: (find_index), (selectable_fds),
(pollable_timeout), (choose_mode), (pollfd_to_fd_set),
(fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
(gst_poll_set_mode), (gst_poll_get_mode),
(gst_poll_add_fd_unlocked), (gst_poll_add_fd),
(gst_poll_remove_fd), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
(gst_poll_fd_has_closed), (gst_poll_fd_has_error),
(gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
(gst_poll_fd_can_write), (gst_poll_wait),
(gst_poll_set_controllable), (gst_poll_restart),
(gst_poll_set_flushing):
* gst/gstpoll.h:
Add generic poll abstraction. We ideally don't want to have this in core
here but in glib intead...
This code will be used in various network elements and ultimately for
the nanosecond precision monotonic clock (that's why it's here in core).
It'll allow us to implement cancelable socket operations for windows too.
* tests/check/Makefile.am:
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_stop), (delayed_restart), (delayed_flush),
(delayed_control), (gst_poll_suite):
Add GstPoll unit test.
2008-02-27 18:00:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpoll</FILE>
|
|
|
|
<TITLE>GstPoll</TITLE>
|
|
|
|
GstPoll
|
|
|
|
GstPollFD
|
2008-02-29 11:00:43 +00:00
|
|
|
GST_POLL_FD_INIT
|
configure.ac: Add checks for poll, ppoll and pselect.
Original commit message from CVS:
* configure.ac:
Add checks for poll, ppoll and pselect.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
Add docs for GstPoll.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpoll.c: (find_index), (selectable_fds),
(pollable_timeout), (choose_mode), (pollfd_to_fd_set),
(fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
(gst_poll_set_mode), (gst_poll_get_mode),
(gst_poll_add_fd_unlocked), (gst_poll_add_fd),
(gst_poll_remove_fd), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
(gst_poll_fd_has_closed), (gst_poll_fd_has_error),
(gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
(gst_poll_fd_can_write), (gst_poll_wait),
(gst_poll_set_controllable), (gst_poll_restart),
(gst_poll_set_flushing):
* gst/gstpoll.h:
Add generic poll abstraction. We ideally don't want to have this in core
here but in glib intead...
This code will be used in various network elements and ultimately for
the nanosecond precision monotonic clock (that's why it's here in core).
It'll allow us to implement cancelable socket operations for windows too.
* tests/check/Makefile.am:
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_stop), (delayed_restart), (delayed_flush),
(delayed_control), (gst_poll_suite):
Add GstPoll unit test.
2008-02-27 18:00:04 +00:00
|
|
|
gst_poll_add_fd
|
|
|
|
gst_poll_fd_can_read
|
|
|
|
gst_poll_fd_can_write
|
|
|
|
gst_poll_fd_ctl_read
|
|
|
|
gst_poll_fd_ctl_write
|
|
|
|
gst_poll_fd_has_closed
|
|
|
|
gst_poll_fd_has_error
|
Add new function gst_poll_fd_ignored() for improved Windows compatibility.
Original commit message from CVS:
Patch by: Ole André Vadla Ravnås
<ole dot andre dot ravnas at tandberg dot com>
* docs/gst/gstreamer-sections.txt:
* gst/gstpoll.c: (gst_poll_winsock_error_to_errno),
(gst_poll_update_winsock_event_mask),
(gst_poll_prepare_winsock_active_sets),
(gst_poll_collect_winsock_events), (gst_poll_new), (gst_poll_free),
(gst_poll_add_fd_unlocked), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ignored),
(gst_poll_fd_has_error), (gst_poll_fd_can_read_unlocked),
(gst_poll_check_ctrl_commands), (gst_poll_wait):
* gst/gstpoll.h:
* win32/common/libgstreamer.def:
Add new function gst_poll_fd_ignored() for improved Windows
compatibility.
Various minor fixes and cleanups. See #520808.
2008-03-18 10:54:52 +00:00
|
|
|
gst_poll_fd_ignored
|
2008-02-29 11:00:43 +00:00
|
|
|
gst_poll_fd_init
|
configure.ac: Add checks for poll, ppoll and pselect.
Original commit message from CVS:
* configure.ac:
Add checks for poll, ppoll and pselect.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
Add docs for GstPoll.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpoll.c: (find_index), (selectable_fds),
(pollable_timeout), (choose_mode), (pollfd_to_fd_set),
(fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
(gst_poll_set_mode), (gst_poll_get_mode),
(gst_poll_add_fd_unlocked), (gst_poll_add_fd),
(gst_poll_remove_fd), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
(gst_poll_fd_has_closed), (gst_poll_fd_has_error),
(gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
(gst_poll_fd_can_write), (gst_poll_wait),
(gst_poll_set_controllable), (gst_poll_restart),
(gst_poll_set_flushing):
* gst/gstpoll.h:
Add generic poll abstraction. We ideally don't want to have this in core
here but in glib intead...
This code will be used in various network elements and ultimately for
the nanosecond precision monotonic clock (that's why it's here in core).
It'll allow us to implement cancelable socket operations for windows too.
* tests/check/Makefile.am:
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_stop), (delayed_restart), (delayed_flush),
(delayed_control), (gst_poll_suite):
Add GstPoll unit test.
2008-02-27 18:00:04 +00:00
|
|
|
gst_poll_free
|
|
|
|
gst_poll_new
|
2009-02-03 16:49:02 +00:00
|
|
|
gst_poll_new_timer
|
2010-11-03 17:16:08 +00:00
|
|
|
gst_poll_get_read_gpollfd
|
configure.ac: Add checks for poll, ppoll and pselect.
Original commit message from CVS:
* configure.ac:
Add checks for poll, ppoll and pselect.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
Add docs for GstPoll.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpoll.c: (find_index), (selectable_fds),
(pollable_timeout), (choose_mode), (pollfd_to_fd_set),
(fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
(gst_poll_set_mode), (gst_poll_get_mode),
(gst_poll_add_fd_unlocked), (gst_poll_add_fd),
(gst_poll_remove_fd), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
(gst_poll_fd_has_closed), (gst_poll_fd_has_error),
(gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
(gst_poll_fd_can_write), (gst_poll_wait),
(gst_poll_set_controllable), (gst_poll_restart),
(gst_poll_set_flushing):
* gst/gstpoll.h:
Add generic poll abstraction. We ideally don't want to have this in core
here but in glib intead...
This code will be used in various network elements and ultimately for
the nanosecond precision monotonic clock (that's why it's here in core).
It'll allow us to implement cancelable socket operations for windows too.
* tests/check/Makefile.am:
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_stop), (delayed_restart), (delayed_flush),
(delayed_control), (gst_poll_suite):
Add GstPoll unit test.
2008-02-27 18:00:04 +00:00
|
|
|
gst_poll_remove_fd
|
|
|
|
gst_poll_restart
|
|
|
|
gst_poll_set_controllable
|
|
|
|
gst_poll_set_flushing
|
|
|
|
gst_poll_wait
|
2009-02-03 16:49:02 +00:00
|
|
|
gst_poll_read_control
|
|
|
|
gst_poll_write_control
|
configure.ac: Add checks for poll, ppoll and pselect.
Original commit message from CVS:
* configure.ac:
Add checks for poll, ppoll and pselect.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
Add docs for GstPoll.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpoll.c: (find_index), (selectable_fds),
(pollable_timeout), (choose_mode), (pollfd_to_fd_set),
(fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
(gst_poll_set_mode), (gst_poll_get_mode),
(gst_poll_add_fd_unlocked), (gst_poll_add_fd),
(gst_poll_remove_fd), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
(gst_poll_fd_has_closed), (gst_poll_fd_has_error),
(gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
(gst_poll_fd_can_write), (gst_poll_wait),
(gst_poll_set_controllable), (gst_poll_restart),
(gst_poll_set_flushing):
* gst/gstpoll.h:
Add generic poll abstraction. We ideally don't want to have this in core
here but in glib intead...
This code will be used in various network elements and ultimately for
the nanosecond precision monotonic clock (that's why it's here in core).
It'll allow us to implement cancelable socket operations for windows too.
* tests/check/Makefile.am:
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_stop), (delayed_restart), (delayed_flush),
(delayed_control), (gst_poll_suite):
Add GstPoll unit test.
2008-02-27 18:00:04 +00:00
|
|
|
</SECTION>
|
|
|
|
|
configure.ac: Add DATADIR for storing presets.
Original commit message from CVS:
Patch by: Stefan Kost <ensonic@users.sf.net>
* configure.ac:
Add DATADIR for storing presets.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/gstreamer.types.in:
Add GstPreset to docs.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpreset.c: (preset_get_paths), (preset_skip_property),
(preset_open_and_parse_header), (preset_parse_version),
(preset_merge), (preset_get_keyfile),
(gst_preset_default_get_preset_names),
(gst_preset_default_get_property_names),
(gst_preset_default_load_preset),
(gst_preset_default_save_presets_file),
(gst_preset_default_save_preset),
(gst_preset_default_rename_preset),
(gst_preset_default_delete_preset), (gst_preset_default_set_meta),
(gst_preset_default_get_meta), (gst_preset_default_randomize),
(gst_preset_default_reset), (gst_preset_get_preset_names),
(gst_preset_get_property_names), (gst_preset_load_preset),
(gst_preset_save_preset), (gst_preset_rename_preset),
(gst_preset_delete_preset), (gst_preset_set_meta),
(gst_preset_get_meta), (gst_preset_class_init),
(gst_preset_base_init), (gst_preset_get_type):
* gst/gstpreset.h:
Add GstPreset to core. Fixes #396779
* tests/check/Makefile.am:
* tests/check/gst/gstpreset.c: (gst_preset_test_get_property),
(gst_preset_test_set_property), (gst_preset_test_class_init),
(gst_preset_test_base_init), (gst_preset_test_get_type),
(gst_preset_test_plugin_init), (GST_START_TEST),
(remove_preset_file), (test_setup), (test_teardown),
(gst_preset_suite):
Add GstPreset unit tests.
2008-05-27 15:11:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpreset</FILE>
|
|
|
|
<TITLE>GstPreset</TITLE>
|
|
|
|
GstPreset
|
2008-08-11 08:06:20 +00:00
|
|
|
GstPresetInterface
|
configure.ac: Add DATADIR for storing presets.
Original commit message from CVS:
Patch by: Stefan Kost <ensonic@users.sf.net>
* configure.ac:
Add DATADIR for storing presets.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/gstreamer.types.in:
Add GstPreset to docs.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpreset.c: (preset_get_paths), (preset_skip_property),
(preset_open_and_parse_header), (preset_parse_version),
(preset_merge), (preset_get_keyfile),
(gst_preset_default_get_preset_names),
(gst_preset_default_get_property_names),
(gst_preset_default_load_preset),
(gst_preset_default_save_presets_file),
(gst_preset_default_save_preset),
(gst_preset_default_rename_preset),
(gst_preset_default_delete_preset), (gst_preset_default_set_meta),
(gst_preset_default_get_meta), (gst_preset_default_randomize),
(gst_preset_default_reset), (gst_preset_get_preset_names),
(gst_preset_get_property_names), (gst_preset_load_preset),
(gst_preset_save_preset), (gst_preset_rename_preset),
(gst_preset_delete_preset), (gst_preset_set_meta),
(gst_preset_get_meta), (gst_preset_class_init),
(gst_preset_base_init), (gst_preset_get_type):
* gst/gstpreset.h:
Add GstPreset to core. Fixes #396779
* tests/check/Makefile.am:
* tests/check/gst/gstpreset.c: (gst_preset_test_get_property),
(gst_preset_test_set_property), (gst_preset_test_class_init),
(gst_preset_test_base_init), (gst_preset_test_get_type),
(gst_preset_test_plugin_init), (GST_START_TEST),
(remove_preset_file), (test_setup), (test_teardown),
(gst_preset_suite):
Add GstPreset unit tests.
2008-05-27 15:11:35 +00:00
|
|
|
gst_preset_get_preset_names
|
|
|
|
gst_preset_get_property_names
|
|
|
|
gst_preset_load_preset
|
|
|
|
gst_preset_save_preset
|
|
|
|
gst_preset_rename_preset
|
|
|
|
gst_preset_delete_preset
|
|
|
|
gst_preset_set_meta
|
|
|
|
gst_preset_get_meta
|
2011-12-07 15:01:07 +00:00
|
|
|
gst_preset_set_app_dir
|
|
|
|
gst_preset_get_app_dir
|
2014-12-12 20:54:01 +00:00
|
|
|
gst_preset_is_editable
|
configure.ac: Add DATADIR for storing presets.
Original commit message from CVS:
Patch by: Stefan Kost <ensonic@users.sf.net>
* configure.ac:
Add DATADIR for storing presets.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/gstreamer.types.in:
Add GstPreset to docs.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpreset.c: (preset_get_paths), (preset_skip_property),
(preset_open_and_parse_header), (preset_parse_version),
(preset_merge), (preset_get_keyfile),
(gst_preset_default_get_preset_names),
(gst_preset_default_get_property_names),
(gst_preset_default_load_preset),
(gst_preset_default_save_presets_file),
(gst_preset_default_save_preset),
(gst_preset_default_rename_preset),
(gst_preset_default_delete_preset), (gst_preset_default_set_meta),
(gst_preset_default_get_meta), (gst_preset_default_randomize),
(gst_preset_default_reset), (gst_preset_get_preset_names),
(gst_preset_get_property_names), (gst_preset_load_preset),
(gst_preset_save_preset), (gst_preset_rename_preset),
(gst_preset_delete_preset), (gst_preset_set_meta),
(gst_preset_get_meta), (gst_preset_class_init),
(gst_preset_base_init), (gst_preset_get_type):
* gst/gstpreset.h:
Add GstPreset to core. Fixes #396779
* tests/check/Makefile.am:
* tests/check/gst/gstpreset.c: (gst_preset_test_get_property),
(gst_preset_test_set_property), (gst_preset_test_class_init),
(gst_preset_test_base_init), (gst_preset_test_get_type),
(gst_preset_test_plugin_init), (GST_START_TEST),
(remove_preset_file), (test_setup), (test_teardown),
(gst_preset_suite):
Add GstPreset unit tests.
2008-05-27 15:11:35 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_PRESET
|
|
|
|
GST_IS_PRESET
|
|
|
|
GST_TYPE_PRESET
|
|
|
|
GST_PRESET_GET_INTERFACE
|
|
|
|
gst_preset_get_type
|
|
|
|
</SECTION>
|
configure.ac: Add checks for poll, ppoll and pselect.
Original commit message from CVS:
* configure.ac:
Add checks for poll, ppoll and pselect.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
Add docs for GstPoll.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpoll.c: (find_index), (selectable_fds),
(pollable_timeout), (choose_mode), (pollfd_to_fd_set),
(fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
(gst_poll_set_mode), (gst_poll_get_mode),
(gst_poll_add_fd_unlocked), (gst_poll_add_fd),
(gst_poll_remove_fd), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
(gst_poll_fd_has_closed), (gst_poll_fd_has_error),
(gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
(gst_poll_fd_can_write), (gst_poll_wait),
(gst_poll_set_controllable), (gst_poll_restart),
(gst_poll_set_flushing):
* gst/gstpoll.h:
Add generic poll abstraction. We ideally don't want to have this in core
here but in glib intead...
This code will be used in various network elements and ultimately for
the nanosecond precision monotonic clock (that's why it's here in core).
It'll allow us to implement cancelable socket operations for windows too.
* tests/check/Makefile.am:
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_stop), (delayed_restart), (delayed_flush),
(delayed_control), (gst_poll_suite):
Add GstPoll unit test.
2008-02-27 18:00:04 +00:00
|
|
|
|
2015-04-15 14:33:31 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstprotection</FILE>
|
2015-06-13 17:19:05 +00:00
|
|
|
<TITLE>GstProtectionMeta</TITLE>
|
2015-04-15 14:33:31 +00:00
|
|
|
<INCLUDE>gst/gstprotection.h</INCLUDE>
|
|
|
|
GstProtectionMeta
|
|
|
|
gst_buffer_add_protection_meta
|
|
|
|
gst_buffer_get_protection_meta
|
|
|
|
gst_protection_select_system
|
2015-07-28 21:30:54 +00:00
|
|
|
GST_PROTECTION_SYSTEM_ID_CAPS_FIELD
|
2015-04-15 14:33:31 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_PROTECTION_META_API_TYPE
|
|
|
|
GST_PROTECTION_META_INFO
|
|
|
|
gst_protection_meta_get_info
|
2015-07-28 21:30:54 +00:00
|
|
|
gst_protection_meta_api_get_type
|
2015-04-15 14:33:31 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstquery</FILE>
|
|
|
|
<TITLE>GstQuery</TITLE>
|
2005-08-23 14:25:55 +00:00
|
|
|
GstQuery
|
2012-03-29 11:34:50 +00:00
|
|
|
|
|
|
|
GstQueryTypeFlags
|
|
|
|
GST_QUERY_TYPE_BOTH
|
|
|
|
GST_QUERY_MAKE_TYPE
|
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
GstQueryType
|
2012-03-29 11:34:50 +00:00
|
|
|
|
|
|
|
GST_QUERY_TYPE
|
2006-02-13 11:19:32 +00:00
|
|
|
GST_QUERY_TYPE_NAME
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_QUERY_IS_UPSTREAM
|
|
|
|
GST_QUERY_IS_DOWNSTREAM
|
|
|
|
GST_QUERY_IS_SERIALIZED
|
|
|
|
|
|
|
|
gst_query_type_get_flags
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_query_type_get_name
|
|
|
|
gst_query_type_to_quark
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2006-02-14 12:07:16 +00:00
|
|
|
gst_query_ref
|
|
|
|
gst_query_unref
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_query_copy
|
|
|
|
gst_query_make_writable
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_query_is_writable
|
|
|
|
gst_query_replace
|
|
|
|
gst_query_writable_structure
|
2006-02-14 12:07:16 +00:00
|
|
|
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_query_new_custom
|
2006-02-14 12:07:16 +00:00
|
|
|
gst_query_get_structure
|
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_query_new_convert
|
2006-02-14 12:07:16 +00:00
|
|
|
gst_query_set_convert
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_query_parse_convert
|
2006-02-14 12:07:16 +00:00
|
|
|
|
|
|
|
gst_query_new_position
|
|
|
|
gst_query_set_position
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_query_parse_position
|
2006-02-14 12:07:16 +00:00
|
|
|
|
|
|
|
gst_query_new_duration
|
|
|
|
gst_query_set_duration
|
2005-10-21 11:36:32 +00:00
|
|
|
gst_query_parse_duration
|
2006-02-14 12:07:16 +00:00
|
|
|
|
2007-02-02 11:48:48 +00:00
|
|
|
gst_query_new_latency
|
|
|
|
gst_query_parse_latency
|
|
|
|
gst_query_set_latency
|
|
|
|
|
2006-02-14 12:07:16 +00:00
|
|
|
gst_query_new_seeking
|
|
|
|
gst_query_set_seeking
|
2005-11-29 15:50:50 +00:00
|
|
|
gst_query_parse_seeking
|
2006-02-14 12:07:16 +00:00
|
|
|
|
|
|
|
gst_query_new_formats
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_query_set_formats
|
2006-02-14 12:07:16 +00:00
|
|
|
gst_query_set_formatsv
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_query_parse_n_formats
|
|
|
|
gst_query_parse_nth_format
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2005-09-23 16:35:43 +00:00
|
|
|
gst_query_new_segment
|
2006-02-14 12:07:16 +00:00
|
|
|
gst_query_set_segment
|
2005-09-23 16:35:43 +00:00
|
|
|
gst_query_parse_segment
|
|
|
|
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_query_new_caps
|
|
|
|
gst_query_parse_caps
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_query_set_caps_result
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_query_parse_caps_result
|
|
|
|
|
|
|
|
gst_query_new_accept_caps
|
|
|
|
gst_query_parse_accept_caps
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_query_set_accept_caps_result
|
2012-02-17 23:53:58 +00:00
|
|
|
gst_query_parse_accept_caps_result
|
|
|
|
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
GstBufferingMode
|
|
|
|
gst_query_new_buffering
|
|
|
|
gst_query_set_buffering_percent
|
|
|
|
gst_query_parse_buffering_percent
|
|
|
|
gst_query_set_buffering_stats
|
|
|
|
gst_query_parse_buffering_stats
|
2008-04-08 20:28:21 +00:00
|
|
|
gst_query_set_buffering_range
|
|
|
|
gst_query_parse_buffering_range
|
2010-08-31 09:35:12 +00:00
|
|
|
gst_query_add_buffering_range
|
|
|
|
gst_query_get_n_buffering_ranges
|
2010-09-13 08:17:34 +00:00
|
|
|
gst_query_parse_nth_buffering_range
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
|
2008-12-20 17:33:44 +00:00
|
|
|
gst_query_new_uri
|
|
|
|
gst_query_parse_uri
|
|
|
|
gst_query_set_uri
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_query_parse_uri_redirection
|
|
|
|
gst_query_set_uri_redirection
|
2014-04-28 07:43:32 +00:00
|
|
|
gst_query_parse_uri_redirection_permanent
|
|
|
|
gst_query_set_uri_redirection_permanent
|
2011-06-08 11:39:19 +00:00
|
|
|
|
|
|
|
gst_query_new_allocation
|
|
|
|
gst_query_parse_allocation
|
2012-03-29 11:34:50 +00:00
|
|
|
|
|
|
|
gst_query_add_allocation_pool
|
|
|
|
gst_query_get_n_allocation_pools
|
|
|
|
gst_query_parse_nth_allocation_pool
|
|
|
|
gst_query_set_nth_allocation_pool
|
2013-02-25 12:57:43 +00:00
|
|
|
gst_query_remove_nth_allocation_pool
|
2012-03-29 11:34:50 +00:00
|
|
|
|
|
|
|
gst_query_add_allocation_param
|
|
|
|
gst_query_get_n_allocation_params
|
|
|
|
gst_query_parse_nth_allocation_param
|
|
|
|
gst_query_set_nth_allocation_param
|
2013-02-25 12:57:43 +00:00
|
|
|
gst_query_remove_nth_allocation_param
|
2012-03-29 11:34:50 +00:00
|
|
|
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_query_add_allocation_meta
|
|
|
|
gst_query_get_n_allocation_metas
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_query_parse_nth_allocation_meta
|
|
|
|
gst_query_remove_nth_allocation_meta
|
2012-07-06 09:22:43 +00:00
|
|
|
gst_query_find_allocation_meta
|
2011-06-08 11:39:19 +00:00
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
GstSchedulingFlags
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_query_new_scheduling
|
|
|
|
gst_query_parse_scheduling
|
|
|
|
gst_query_set_scheduling
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_query_add_scheduling_mode
|
|
|
|
gst_query_get_n_scheduling_modes
|
|
|
|
gst_query_parse_nth_scheduling_mode
|
|
|
|
gst_query_has_scheduling_mode
|
2012-09-11 14:39:34 +00:00
|
|
|
gst_query_has_scheduling_mode_with_flags
|
2012-03-29 11:34:50 +00:00
|
|
|
|
|
|
|
gst_query_new_drain
|
2013-03-28 14:35:13 +00:00
|
|
|
|
|
|
|
gst_query_new_context
|
|
|
|
gst_query_set_context
|
|
|
|
gst_query_parse_context
|
2013-09-17 12:29:06 +00:00
|
|
|
gst_query_parse_context_type
|
2007-04-20 08:53:41 +00:00
|
|
|
<SUBSECTION Standard>
|
2005-08-23 14:25:55 +00:00
|
|
|
GstQueryClass
|
|
|
|
GST_QUERY
|
2009-03-20 00:39:41 +00:00
|
|
|
GST_QUERY_CAST
|
2005-08-23 14:25:55 +00:00
|
|
|
GST_IS_QUERY
|
|
|
|
GST_QUERY_CLASS
|
|
|
|
GST_IS_QUERY_CLASS
|
|
|
|
GST_TYPE_QUERY
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_QUERY_TYPE
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_QUERY_GET_CLASS
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_TYPE_QUERY_TYPE_FLAGS
|
|
|
|
gst_query_type_flags_get_type
|
Reorder the message docs and headers for clarity.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstmessage.c: (gst_message_set_buffering_stats),
(gst_message_parse_buffering_stats):
* gst/gstmessage.h:
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency), (gst_query_new_buffering),
(gst_query_set_buffering_percent),
(gst_query_parse_buffering_percent),
(gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
(gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
* gst/gstquery.h:
Reorder the message docs and headers for clarity.
Add aditional buffering stats API for messages.
Add buffering query.
Convert some leftover queries to use GstQuark.
API: gst_message_set_buffering_stats
API: gst_message_parse_buffering_stats
API: GST_QUERY_BUFFERING
API: GstBufferingMode
API: gst_query_new_buffering
API: gst_query_set_buffering_percent
API: gst_query_parse_buffering_percent
API: gst_query_set_buffering_stats
API: gst_query_parse_buffering_stats
API: gst_query_set_buffering_avail
API: gst_query_parse_buffering_avail
2008-04-08 19:59:06 +00:00
|
|
|
GST_TYPE_BUFFERING_MODE
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_buffering_mode_get_type
|
|
|
|
GST_TYPE_SCHEDULING_FLAGS
|
|
|
|
gst_scheduling_flags_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
<SUBSECTION Private>
|
2012-03-29 11:34:50 +00:00
|
|
|
GST_QUERY_NUM_SHIFT
|
2005-08-23 14:25:55 +00:00
|
|
|
gst_query_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_query_type_get_type
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstregistry</FILE>
|
2004-04-07 15:31:25 +00:00
|
|
|
<TITLE>GstRegistry</TITLE>
|
|
|
|
GstRegistry
|
2012-01-03 14:03:38 +00:00
|
|
|
gst_registry_get
|
2005-09-20 07:32:48 +00:00
|
|
|
gst_registry_get_feature_list
|
2009-11-10 17:03:43 +00:00
|
|
|
gst_registry_get_feature_list_cookie
|
2005-09-20 07:32:48 +00:00
|
|
|
gst_registry_get_feature_list_by_plugin
|
|
|
|
gst_registry_get_plugin_list
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_registry_add_plugin
|
|
|
|
gst_registry_remove_plugin
|
|
|
|
gst_registry_plugin_filter
|
|
|
|
gst_registry_feature_filter
|
|
|
|
gst_registry_find_plugin
|
|
|
|
gst_registry_find_feature
|
2005-09-20 07:32:48 +00:00
|
|
|
gst_registry_lookup_feature
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_registry_add_path
|
|
|
|
gst_registry_get_path_list
|
2005-09-20 06:28:33 +00:00
|
|
|
gst_registry_scan_path
|
|
|
|
gst_registry_lookup
|
|
|
|
gst_registry_remove_feature
|
|
|
|
gst_registry_add_feature
|
2012-01-03 14:03:38 +00:00
|
|
|
gst_registry_check_feature_version
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstRegistryClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_REGISTRY
|
|
|
|
GST_IS_REGISTRY
|
|
|
|
GST_REGISTRY_CLASS
|
|
|
|
GST_IS_REGISTRY_CLASS
|
|
|
|
GST_REGISTRY_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_REGISTRY
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
commit binary registry (disabled by default, see #359653)
Original commit message from CVS:
* configure.ac:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gstregistry.c: (gst_registry_lookup_feature_locked),
(gst_registry_lookup_locked):
* gst/gstregistry.h:
* gst/gstregistrybinary.c: (gst_registry_binary_write),
(gst_registry_binary_initialize_magic),
(gst_registry_binary_save_string),
(gst_registry_binary_save_pad_template),
(gst_registry_binary_save_feature),
(gst_registry_binary_save_plugin),
(gst_registry_binary_write_cache),
(gst_registry_binary_check_magic),
(gst_registry_binary_load_pad_template),
(gst_registry_binary_load_feature),
(gst_registry_binary_load_plugin),
(gst_registry_binary_read_cache):
* gst/gstregistrybinary.h:
* gst/gstregistryxml.c: (load_feature),
(gst_registry_xml_read_cache):
commit binary registry (disabled by default, see #359653)
2007-01-11 13:45:51 +00:00
|
|
|
GST_MAGIC_BINARY_REGISTRY_LEN
|
|
|
|
GST_MAGIC_BINARY_REGISTRY_STR
|
2008-03-21 16:11:51 +00:00
|
|
|
GST_MAGIC_BINARY_VERSION_STR
|
commit binary registry (disabled by default, see #359653)
Original commit message from CVS:
* configure.ac:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gstregistry.c: (gst_registry_lookup_feature_locked),
(gst_registry_lookup_locked):
* gst/gstregistry.h:
* gst/gstregistrybinary.c: (gst_registry_binary_write),
(gst_registry_binary_initialize_magic),
(gst_registry_binary_save_string),
(gst_registry_binary_save_pad_template),
(gst_registry_binary_save_feature),
(gst_registry_binary_save_plugin),
(gst_registry_binary_write_cache),
(gst_registry_binary_check_magic),
(gst_registry_binary_load_pad_template),
(gst_registry_binary_load_feature),
(gst_registry_binary_load_plugin),
(gst_registry_binary_read_cache):
* gst/gstregistrybinary.h:
* gst/gstregistryxml.c: (load_feature),
(gst_registry_xml_read_cache):
commit binary registry (disabled by default, see #359653)
2007-01-11 13:45:51 +00:00
|
|
|
GST_MAGIC_BINARY_VERSION_LEN
|
2004-07-21 11:32:09 +00:00
|
|
|
gst_registry_get_type
|
2009-10-24 09:21:30 +00:00
|
|
|
GstRegistryPrivate
|
2004-03-25 04:20:33 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2005-11-21 15:47:09 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstsegment</FILE>
|
|
|
|
<TITLE>GstSegment</TITLE>
|
|
|
|
GstSegment
|
2011-06-10 11:34:59 +00:00
|
|
|
GstSegmentFlags
|
2005-11-21 15:47:09 +00:00
|
|
|
gst_segment_clip
|
|
|
|
gst_segment_init
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_segment_new
|
2008-04-09 22:37:22 +00:00
|
|
|
gst_segment_copy
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_segment_free
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_segment_do_seek
|
2015-09-25 12:56:45 +00:00
|
|
|
gst_segment_position_from_stream_time
|
2015-10-15 11:49:37 +00:00
|
|
|
gst_segment_position_from_stream_time_full
|
2005-11-21 15:47:09 +00:00
|
|
|
gst_segment_to_running_time
|
2015-04-03 20:32:16 +00:00
|
|
|
gst_segment_to_running_time_full
|
2005-11-21 15:47:09 +00:00
|
|
|
gst_segment_to_stream_time
|
2015-10-15 11:49:37 +00:00
|
|
|
gst_segment_to_stream_time_full
|
2015-09-02 14:58:38 +00:00
|
|
|
gst_segment_position_from_running_time
|
2015-10-15 11:49:37 +00:00
|
|
|
gst_segment_position_from_running_time_full
|
2009-06-03 17:06:30 +00:00
|
|
|
gst_segment_to_position
|
2009-06-04 10:48:51 +00:00
|
|
|
gst_segment_set_running_time
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_segment_copy_into
|
2014-02-27 15:46:11 +00:00
|
|
|
gst_segment_offset_running_time
|
2015-03-19 10:45:56 +00:00
|
|
|
gst_segment_is_equal
|
2005-11-21 15:47:09 +00:00
|
|
|
<SUBSECTION Standard>
|
2005-11-23 14:52:31 +00:00
|
|
|
GST_TYPE_SEGMENT
|
2011-06-10 11:34:59 +00:00
|
|
|
GST_TYPE_SEGMENT_FLAGS
|
2005-11-23 16:10:38 +00:00
|
|
|
gst_segment_get_type
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_segment_flags_get_type
|
2005-11-21 15:47:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
</SECTION>
|
|
|
|
|
2015-06-12 08:53:23 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gststreams</FILE>
|
|
|
|
<TITLE>GstStream</TITLE>
|
|
|
|
GstStream
|
|
|
|
GstStreamClass
|
|
|
|
GstStreamType
|
|
|
|
gst_stream_new
|
|
|
|
gst_stream_get_caps
|
|
|
|
gst_stream_get_stream_flags
|
|
|
|
gst_stream_get_stream_id
|
|
|
|
gst_stream_get_stream_type
|
|
|
|
gst_stream_get_tags
|
|
|
|
gst_stream_set_caps
|
|
|
|
gst_stream_set_stream_flags
|
|
|
|
gst_stream_set_stream_type
|
|
|
|
gst_stream_set_tags
|
|
|
|
gst_stream_type_get_name
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_STREAM
|
|
|
|
GST_IS_STREAM_CLASS
|
|
|
|
GST_STREAM
|
|
|
|
GST_STREAM_CAST
|
|
|
|
GST_STREAM_CLASS
|
|
|
|
GST_STREAM_GET_CLASS
|
|
|
|
GST_TYPE_STREAM
|
|
|
|
GST_TYPE_STREAM_TYPE
|
|
|
|
gst_stream_get_type
|
|
|
|
gst_stream_type_get_type
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GstStreamPrivate
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gststreamcollection</FILE>
|
|
|
|
<TITLE>GstStreamCollection</TITLE>
|
|
|
|
GstStreamCollection
|
|
|
|
GstStreamCollectionClass
|
|
|
|
gst_stream_collection_new
|
|
|
|
gst_stream_collection_add_stream
|
|
|
|
gst_stream_collection_get_upstream_id
|
|
|
|
gst_stream_collection_get_size
|
|
|
|
gst_stream_collection_get_stream
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
gst_stream_collection_get_type
|
|
|
|
GST_IS_STREAM_COLLECTION
|
|
|
|
GST_IS_STREAM_COLLECTION_CLASS
|
|
|
|
GST_STREAM_COLLECTION
|
|
|
|
GST_STREAM_COLLECTION_CAST
|
|
|
|
GST_STREAM_COLLECTION_CLASS
|
|
|
|
GST_STREAM_COLLECTION_GET_CLASS
|
|
|
|
GST_TYPE_STREAM_COLLECTION
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GstStreamCollectionPrivate
|
|
|
|
</SECTION>
|
2005-11-21 15:47:09 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gststructure</FILE>
|
2004-07-27 15:01:10 +00:00
|
|
|
<TITLE>GstStructure</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GstStructure
|
|
|
|
GstStructureForeachFunc
|
2005-08-25 23:17:18 +00:00
|
|
|
GstStructureMapFunc
|
2014-12-16 15:31:21 +00:00
|
|
|
GstStructureFilterMapFunc
|
2011-10-29 07:02:00 +00:00
|
|
|
gst_structure_new_empty
|
|
|
|
gst_structure_new_id_empty
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_new
|
|
|
|
gst_structure_new_valist
|
2011-10-29 07:02:00 +00:00
|
|
|
gst_structure_new_id
|
2013-06-14 11:05:38 +00:00
|
|
|
gst_structure_new_from_string
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_copy
|
|
|
|
gst_structure_free
|
|
|
|
gst_structure_get_name
|
2005-07-31 11:59:33 +00:00
|
|
|
gst_structure_has_name
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_set_name
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_structure_get_name_id
|
2009-06-08 22:43:16 +00:00
|
|
|
gst_structure_id_get
|
|
|
|
gst_structure_id_get_valist
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_structure_id_get_value
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_id_set_value
|
2010-09-15 22:42:43 +00:00
|
|
|
gst_structure_id_take_value
|
2009-06-08 22:43:16 +00:00
|
|
|
gst_structure_get
|
|
|
|
gst_structure_get_valist
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_structure_get_value
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_set_value
|
2017-03-20 19:50:49 +00:00
|
|
|
gst_structure_set_array
|
|
|
|
gst_structure_set_list
|
2010-09-15 22:42:43 +00:00
|
|
|
gst_structure_take_value
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_set
|
|
|
|
gst_structure_set_valist
|
2006-07-26 17:18:25 +00:00
|
|
|
gst_structure_id_set
|
|
|
|
gst_structure_id_set_valist
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_remove_field
|
|
|
|
gst_structure_remove_fields
|
|
|
|
gst_structure_remove_fields_valist
|
|
|
|
gst_structure_remove_all_fields
|
|
|
|
gst_structure_get_field_type
|
2004-01-30 19:06:13 +00:00
|
|
|
gst_structure_n_fields
|
|
|
|
gst_structure_has_field
|
|
|
|
gst_structure_has_field_typed
|
2010-09-10 16:14:05 +00:00
|
|
|
gst_structure_is_equal
|
2011-05-27 11:47:11 +00:00
|
|
|
gst_structure_is_subset
|
2010-09-10 16:33:34 +00:00
|
|
|
gst_structure_can_intersect
|
2011-05-17 07:33:04 +00:00
|
|
|
gst_structure_intersect
|
2009-11-02 08:22:37 +00:00
|
|
|
gst_structure_id_has_field
|
|
|
|
gst_structure_id_has_field_typed
|
2004-01-30 19:06:13 +00:00
|
|
|
gst_structure_get_boolean
|
|
|
|
gst_structure_get_int
|
2007-08-12 16:40:59 +00:00
|
|
|
gst_structure_get_uint
|
2014-02-25 14:41:45 +00:00
|
|
|
gst_structure_get_int64
|
|
|
|
gst_structure_get_uint64
|
2004-01-30 19:06:13 +00:00
|
|
|
gst_structure_get_double
|
|
|
|
gst_structure_get_string
|
Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of utility functions along with a hack that che...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gststructure.c: (gst_structure_set_valist),
(gst_structure_get_date):
* gst/gststructure.h:
* gst/gstvalue.c: (gst_value_set_date), (gst_value_get_date),
(gst_date_copy), (gst_value_compare_date),
(gst_value_serialize_date), (gst_value_deserialize_date),
(gst_value_transform_date_string),
(gst_value_transform_string_date), (_gst_value_initialize):
* gst/gstvalue.h:
Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual
bunch of utility functions along with a hack that checks that
developers don't accidentally use G_TYPE_DATE where GST_TYPE_DATE
is required. Part of the grand scheme in #170777.
2005-09-22 15:08:02 +00:00
|
|
|
gst_structure_get_date
|
2010-06-23 14:30:02 +00:00
|
|
|
gst_structure_get_date_time
|
2005-09-23 17:46:06 +00:00
|
|
|
gst_structure_get_clock_time
|
2005-09-29 02:32:37 +00:00
|
|
|
gst_structure_get_enum
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_structure_get_fraction
|
2017-03-20 19:50:49 +00:00
|
|
|
gst_structure_get_array
|
|
|
|
gst_structure_get_list
|
2014-12-16 15:31:21 +00:00
|
|
|
gst_structure_foreach
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_structure_map_in_place
|
2014-12-16 15:31:21 +00:00
|
|
|
gst_structure_filter_and_map_in_place
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_structure_nth_field_name
|
|
|
|
gst_structure_set_parent_refcount
|
2004-01-30 19:06:13 +00:00
|
|
|
gst_structure_to_string
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_structure_from_string
|
2011-09-26 18:47:35 +00:00
|
|
|
gst_structure_fixate
|
|
|
|
gst_structure_fixate_field
|
2005-11-21 14:28:21 +00:00
|
|
|
gst_structure_fixate_field_nearest_int
|
|
|
|
gst_structure_fixate_field_nearest_double
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_structure_fixate_field_nearest_fraction
|
2005-11-21 14:28:21 +00:00
|
|
|
gst_structure_fixate_field_boolean
|
2010-05-22 08:01:44 +00:00
|
|
|
gst_structure_fixate_field_string
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_STRUCTURE
|
2011-06-10 11:34:59 +00:00
|
|
|
GST_STRUCTURE_CAST
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_IS_STRUCTURE
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_STRUCTURE
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_structure_get_type
|
|
|
|
</SECTION>
|
2004-01-30 19:06:13 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstsystemclock</FILE>
|
|
|
|
<TITLE>GstSystemClock</TITLE>
|
2009-02-03 17:04:46 +00:00
|
|
|
GstClockType
|
2004-04-07 15:31:25 +00:00
|
|
|
GstSystemClock
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_system_clock_obtain
|
2013-11-11 11:25:14 +00:00
|
|
|
gst_system_clock_set_default
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstSystemClockClass
|
2009-02-03 17:04:46 +00:00
|
|
|
GstSystemClockPrivate
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_SYSTEM_CLOCK
|
|
|
|
GST_IS_SYSTEM_CLOCK
|
|
|
|
gst_system_clock_get_type
|
|
|
|
GST_SYSTEM_CLOCK_CLASS
|
|
|
|
GST_IS_SYSTEM_CLOCK_CLASS
|
|
|
|
GST_SYSTEM_CLOCK_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_SYSTEM_CLOCK
|
2009-02-03 17:04:46 +00:00
|
|
|
GST_SYSTEM_CLOCK_CAST
|
|
|
|
GST_TYPE_CLOCK_TYPE
|
|
|
|
gst_clock_type_get_type
|
2004-01-30 19:06:13 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2004-07-26 16:34:35 +00:00
|
|
|
<FILE>gsttaglist</FILE>
|
|
|
|
<TITLE>GstTagList</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GstTagList
|
2004-07-26 16:34:35 +00:00
|
|
|
GstTagMergeMode
|
|
|
|
GstTagFlag
|
2004-03-06 20:19:23 +00:00
|
|
|
GstTagForeachFunc
|
|
|
|
GstTagMergeFunc
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2012-08-11 21:19:32 +00:00
|
|
|
GstTagScope
|
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_TITLE
|
2007-10-24 13:13:56 +00:00
|
|
|
GST_TAG_TITLE_SORTNAME
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_ARTIST
|
2007-10-24 13:13:56 +00:00
|
|
|
GST_TAG_ARTIST_SORTNAME
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_ALBUM
|
2007-10-24 13:13:56 +00:00
|
|
|
GST_TAG_ALBUM_SORTNAME
|
2009-08-06 04:50:41 +00:00
|
|
|
GST_TAG_ALBUM_ARTIST
|
|
|
|
GST_TAG_ALBUM_ARTIST_SORTNAME
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_DATE
|
2010-06-22 02:42:44 +00:00
|
|
|
GST_TAG_DATE_TIME
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_GENRE
|
|
|
|
GST_TAG_COMMENT
|
2006-08-14 19:04:56 +00:00
|
|
|
GST_TAG_EXTENDED_COMMENT
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_TRACK_NUMBER
|
|
|
|
GST_TAG_TRACK_COUNT
|
|
|
|
GST_TAG_ALBUM_VOLUME_NUMBER
|
|
|
|
GST_TAG_ALBUM_VOLUME_COUNT
|
|
|
|
GST_TAG_LOCATION
|
2009-02-12 09:38:05 +00:00
|
|
|
GST_TAG_HOMEPAGE
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_DESCRIPTION
|
|
|
|
GST_TAG_VERSION
|
|
|
|
GST_TAG_ISRC
|
|
|
|
GST_TAG_ORGANIZATION
|
|
|
|
GST_TAG_COPYRIGHT
|
2007-07-26 15:48:40 +00:00
|
|
|
GST_TAG_COPYRIGHT_URI
|
2010-08-19 19:43:07 +00:00
|
|
|
GST_TAG_ENCODED_BY
|
2007-09-25 18:35:39 +00:00
|
|
|
GST_TAG_COMPOSER
|
2016-11-16 10:55:29 +00:00
|
|
|
GST_TAG_CONDUCTOR
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_CONTACT
|
|
|
|
GST_TAG_LICENSE
|
2007-07-26 15:48:40 +00:00
|
|
|
GST_TAG_LICENSE_URI
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_PERFORMER
|
|
|
|
GST_TAG_DURATION
|
|
|
|
GST_TAG_CODEC
|
|
|
|
GST_TAG_VIDEO_CODEC
|
|
|
|
GST_TAG_AUDIO_CODEC
|
2009-03-25 00:50:07 +00:00
|
|
|
GST_TAG_SUBTITLE_CODEC
|
2009-05-07 15:08:43 +00:00
|
|
|
GST_TAG_CONTAINER_FORMAT
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_BITRATE
|
|
|
|
GST_TAG_NOMINAL_BITRATE
|
|
|
|
GST_TAG_MINIMUM_BITRATE
|
|
|
|
GST_TAG_MAXIMUM_BITRATE
|
|
|
|
GST_TAG_SERIAL
|
|
|
|
GST_TAG_ENCODER
|
|
|
|
GST_TAG_ENCODER_VERSION
|
|
|
|
GST_TAG_TRACK_GAIN
|
|
|
|
GST_TAG_TRACK_PEAK
|
|
|
|
GST_TAG_ALBUM_GAIN
|
|
|
|
GST_TAG_ALBUM_PEAK
|
2007-02-12 10:50:20 +00:00
|
|
|
GST_TAG_REFERENCE_LEVEL
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TAG_LANGUAGE_CODE
|
2012-01-02 00:17:17 +00:00
|
|
|
GST_TAG_LANGUAGE_NAME
|
2006-05-14 19:25:51 +00:00
|
|
|
GST_TAG_IMAGE
|
2006-05-30 10:12:02 +00:00
|
|
|
GST_TAG_PREVIEW_IMAGE
|
2008-06-20 08:39:54 +00:00
|
|
|
GST_TAG_ATTACHMENT
|
2007-01-15 13:57:12 +00:00
|
|
|
GST_TAG_BEATS_PER_MINUTE
|
2008-08-01 11:34:06 +00:00
|
|
|
GST_TAG_KEYWORDS
|
2008-09-01 13:35:32 +00:00
|
|
|
GST_TAG_GEO_LOCATION_NAME
|
|
|
|
GST_TAG_GEO_LOCATION_LATITUDE
|
|
|
|
GST_TAG_GEO_LOCATION_LONGITUDE
|
|
|
|
GST_TAG_GEO_LOCATION_ELEVATION
|
2010-03-09 23:38:47 +00:00
|
|
|
GST_TAG_GEO_LOCATION_CITY
|
|
|
|
GST_TAG_GEO_LOCATION_COUNTRY
|
|
|
|
GST_TAG_GEO_LOCATION_SUBLOCATION
|
2010-09-23 13:08:05 +00:00
|
|
|
GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
|
2010-04-30 00:57:15 +00:00
|
|
|
GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION
|
|
|
|
GST_TAG_GEO_LOCATION_MOVEMENT_SPEED
|
|
|
|
GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION
|
2009-12-21 14:58:12 +00:00
|
|
|
GST_TAG_SHOW_NAME
|
|
|
|
GST_TAG_SHOW_SORTNAME
|
|
|
|
GST_TAG_SHOW_EPISODE_NUMBER
|
|
|
|
GST_TAG_SHOW_SEASON_NUMBER
|
|
|
|
GST_TAG_LYRICS
|
|
|
|
GST_TAG_COMPOSER_SORTNAME
|
|
|
|
GST_TAG_GROUPING
|
2010-03-19 18:10:07 +00:00
|
|
|
GST_TAG_USER_RATING
|
2010-04-16 09:57:05 +00:00
|
|
|
GST_TAG_DEVICE_MANUFACTURER
|
|
|
|
GST_TAG_DEVICE_MODEL
|
2010-08-04 14:24:12 +00:00
|
|
|
GST_TAG_APPLICATION_NAME
|
2010-08-16 17:12:35 +00:00
|
|
|
GST_TAG_APPLICATION_DATA
|
2010-06-15 21:26:01 +00:00
|
|
|
GST_TAG_IMAGE_ORIENTATION
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_TAG_PUBLISHER
|
|
|
|
GST_TAG_INTERPRETED_BY
|
2014-01-31 08:14:41 +00:00
|
|
|
GST_TAG_MIDI_BASE_NOTE
|
2016-01-06 16:58:11 +00:00
|
|
|
GST_TAG_PRIVATE_DATA
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2004-01-30 19:06:13 +00:00
|
|
|
gst_tag_register
|
2012-05-28 22:54:10 +00:00
|
|
|
gst_tag_register_static
|
2004-01-30 19:06:13 +00:00
|
|
|
gst_tag_merge_use_first
|
|
|
|
gst_tag_merge_strings_with_comma
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_tag_exists
|
|
|
|
gst_tag_get_type
|
|
|
|
gst_tag_get_nick
|
|
|
|
gst_tag_get_description
|
|
|
|
gst_tag_get_flag
|
|
|
|
gst_tag_is_fixed
|
|
|
|
gst_tag_list_new
|
2011-10-30 10:26:11 +00:00
|
|
|
gst_tag_list_new_empty
|
|
|
|
gst_tag_list_new_valist
|
2011-10-30 09:58:16 +00:00
|
|
|
gst_tag_list_new_from_string
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_tag_list_free
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_tag_list_get_scope
|
|
|
|
gst_tag_list_set_scope
|
2011-10-30 09:58:16 +00:00
|
|
|
gst_tag_list_to_string
|
2006-10-09 11:20:44 +00:00
|
|
|
gst_tag_list_is_empty
|
2011-10-29 23:44:44 +00:00
|
|
|
gst_tag_list_is_equal
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_tag_list_copy
|
2012-05-27 22:58:27 +00:00
|
|
|
gst_tag_list_ref
|
|
|
|
gst_tag_list_unref
|
|
|
|
gst_tag_list_is_writable
|
|
|
|
gst_tag_list_make_writable
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_tag_list_insert
|
|
|
|
gst_tag_list_merge
|
|
|
|
gst_tag_list_get_tag_size
|
2012-01-03 14:03:38 +00:00
|
|
|
gst_tag_list_n_tags
|
|
|
|
gst_tag_list_nth_tag_name
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_tag_list_add
|
2009-05-07 08:36:50 +00:00
|
|
|
gst_tag_list_add_value
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_tag_list_add_values
|
|
|
|
gst_tag_list_add_valist
|
|
|
|
gst_tag_list_add_valist_values
|
|
|
|
gst_tag_list_remove_tag
|
|
|
|
gst_tag_list_foreach
|
|
|
|
gst_tag_list_get_value_index
|
|
|
|
gst_tag_list_copy_value
|
|
|
|
gst_tag_list_get_boolean
|
|
|
|
gst_tag_list_get_boolean_index
|
|
|
|
gst_tag_list_get_int
|
|
|
|
gst_tag_list_get_int_index
|
|
|
|
gst_tag_list_get_uint
|
|
|
|
gst_tag_list_get_uint_index
|
|
|
|
gst_tag_list_get_int64
|
|
|
|
gst_tag_list_get_int64_index
|
|
|
|
gst_tag_list_get_uint64
|
|
|
|
gst_tag_list_get_uint64_index
|
|
|
|
gst_tag_list_get_float
|
|
|
|
gst_tag_list_get_float_index
|
|
|
|
gst_tag_list_get_double
|
|
|
|
gst_tag_list_get_double_index
|
|
|
|
gst_tag_list_get_string
|
|
|
|
gst_tag_list_get_string_index
|
2010-06-17 14:39:04 +00:00
|
|
|
gst_tag_list_peek_string_index
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_tag_list_get_pointer
|
2004-03-06 20:19:23 +00:00
|
|
|
gst_tag_list_get_pointer_index
|
2005-10-13 15:13:32 +00:00
|
|
|
gst_tag_list_get_date
|
|
|
|
gst_tag_list_get_date_index
|
2010-07-22 01:08:21 +00:00
|
|
|
gst_tag_list_get_date_time
|
|
|
|
gst_tag_list_get_date_time_index
|
2012-07-27 11:05:25 +00:00
|
|
|
gst_tag_list_get_sample
|
|
|
|
gst_tag_list_get_sample_index
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_TAG_LIST
|
|
|
|
GST_IS_TAG_LIST
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_TAG_FLAG_IS_VALID
|
|
|
|
GST_TAG_MODE_IS_VALID
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_TAG_LIST
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_TAG_FLAG
|
|
|
|
GST_TYPE_TAG_MERGE_MODE
|
2012-08-11 21:19:32 +00:00
|
|
|
GST_TYPE_TAG_SCOPE
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_tag_list_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_tag_flag_get_type
|
|
|
|
gst_tag_merge_mode_get_type
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_tag_scope_get_type
|
2004-01-30 19:06:13 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-01-30 19:06:13 +00:00
|
|
|
<SECTION>
|
2004-07-21 11:32:09 +00:00
|
|
|
<FILE>gsttagsetter</FILE>
|
|
|
|
<TITLE>GstTagSetter</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GstTagSetter
|
2011-10-30 10:26:11 +00:00
|
|
|
GstTagSetterInterface
|
2008-12-16 15:51:52 +00:00
|
|
|
gst_tag_setter_reset_tags
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_tag_setter_merge_tags
|
|
|
|
gst_tag_setter_add_tags
|
2009-05-07 08:36:50 +00:00
|
|
|
gst_tag_setter_add_tag_value
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_tag_setter_add_tag_values
|
|
|
|
gst_tag_setter_add_tag_valist
|
|
|
|
gst_tag_setter_add_tag_valist_values
|
|
|
|
gst_tag_setter_get_tag_list
|
|
|
|
gst_tag_setter_set_tag_merge_mode
|
|
|
|
gst_tag_setter_get_tag_merge_mode
|
2004-03-25 04:20:33 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TAG_SETTER
|
|
|
|
GST_IS_TAG_SETTER
|
2011-11-03 17:22:16 +00:00
|
|
|
GST_TAG_SETTER_GET_INTERFACE
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_TAG_SETTER
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_tag_setter_get_type
|
2004-01-30 19:06:13 +00:00
|
|
|
</SECTION>
|
2001-05-27 14:33:30 +00:00
|
|
|
|
2009-04-23 13:44:13 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttaskpool</FILE>
|
|
|
|
<TITLE>GstTaskPool</TITLE>
|
|
|
|
GstTaskPool
|
|
|
|
GstTaskPoolClass
|
2009-04-24 10:35:08 +00:00
|
|
|
GstTaskPoolFunction
|
2009-04-23 13:44:13 +00:00
|
|
|
gst_task_pool_new
|
|
|
|
gst_task_pool_prepare
|
|
|
|
gst_task_pool_push
|
2009-04-23 14:00:56 +00:00
|
|
|
gst_task_pool_join
|
2009-04-23 13:44:13 +00:00
|
|
|
gst_task_pool_cleanup
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_TASK_POOL
|
|
|
|
GST_IS_TASK_POOL_CLASS
|
|
|
|
GST_TASK_POOL
|
|
|
|
GST_TASK_POOL_CAST
|
|
|
|
GST_TASK_POOL_CLASS
|
|
|
|
GST_TASK_POOL_GET_CLASS
|
|
|
|
GST_TYPE_TASK_POOL
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_task_pool_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttask</FILE>
|
|
|
|
<TITLE>GstTask</TITLE>
|
|
|
|
GstTask
|
|
|
|
GstTaskFunction
|
|
|
|
GstTaskState
|
|
|
|
|
|
|
|
GST_TASK_BROADCAST
|
|
|
|
GST_TASK_GET_COND
|
|
|
|
GST_TASK_GET_LOCK
|
|
|
|
GST_TASK_SIGNAL
|
|
|
|
GST_TASK_STATE
|
|
|
|
GST_TASK_WAIT
|
|
|
|
|
2011-10-29 07:26:49 +00:00
|
|
|
gst_task_new
|
2009-05-11 21:19:53 +00:00
|
|
|
gst_task_set_lock
|
|
|
|
|
2009-04-23 15:19:11 +00:00
|
|
|
gst_task_set_pool
|
|
|
|
gst_task_get_pool
|
|
|
|
|
2012-06-20 09:59:09 +00:00
|
|
|
GstTaskThreadFunc
|
|
|
|
gst_task_set_enter_callback
|
|
|
|
gst_task_set_leave_callback
|
2009-05-11 21:19:53 +00:00
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_task_get_state
|
2009-05-11 20:59:35 +00:00
|
|
|
gst_task_set_state
|
2005-08-24 21:35:43 +00:00
|
|
|
gst_task_pause
|
|
|
|
gst_task_start
|
|
|
|
gst_task_stop
|
2009-05-11 21:19:53 +00:00
|
|
|
gst_task_join
|
|
|
|
|
|
|
|
gst_task_cleanup_all
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2005-08-24 21:35:43 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTaskClass
|
2009-05-11 21:19:53 +00:00
|
|
|
GstTaskPrivate
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_TASK
|
|
|
|
GST_IS_TASK
|
|
|
|
GST_TYPE_TASK
|
|
|
|
GST_TASK_CLASS
|
|
|
|
GST_IS_TASK_CLASS
|
|
|
|
GST_TASK_GET_CLASS
|
|
|
|
GST_TASK_CAST
|
|
|
|
GST_TYPE_TASK_STATE
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_task_get_type
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_task_state_get_type
|
2005-08-24 21:35:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2012-03-14 17:14:23 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttoc</FILE>
|
|
|
|
<TITLE>GstToc</TITLE>
|
|
|
|
GstToc
|
2012-07-27 22:56:54 +00:00
|
|
|
GstTocScope
|
2012-03-14 17:14:23 +00:00
|
|
|
GstTocEntry
|
|
|
|
GstTocEntryType
|
2014-07-05 15:13:21 +00:00
|
|
|
GstTocLoopType
|
2012-06-24 19:08:33 +00:00
|
|
|
gst_toc_new
|
|
|
|
gst_toc_ref
|
|
|
|
gst_toc_unref
|
|
|
|
gst_toc_copy
|
2012-07-17 09:20:43 +00:00
|
|
|
gst_toc_make_writable
|
2012-07-27 22:56:54 +00:00
|
|
|
gst_toc_get_scope
|
2012-07-03 16:45:05 +00:00
|
|
|
gst_toc_get_entries
|
|
|
|
gst_toc_append_entry
|
|
|
|
gst_toc_get_tags
|
|
|
|
gst_toc_merge_tags
|
|
|
|
gst_toc_set_tags
|
2012-07-17 09:20:43 +00:00
|
|
|
gst_toc_dump
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_toc_entry_new
|
2012-06-24 19:08:33 +00:00
|
|
|
gst_toc_entry_ref
|
|
|
|
gst_toc_entry_unref
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_toc_entry_copy
|
2012-07-17 09:20:43 +00:00
|
|
|
gst_toc_entry_make_writable
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_toc_find_entry
|
2012-07-11 10:45:51 +00:00
|
|
|
gst_toc_entry_get_toc
|
2012-07-03 16:45:05 +00:00
|
|
|
gst_toc_entry_get_uid
|
2012-07-11 10:45:51 +00:00
|
|
|
gst_toc_entry_get_parent
|
2012-07-03 16:45:05 +00:00
|
|
|
gst_toc_entry_get_sub_entries
|
|
|
|
gst_toc_entry_append_sub_entry
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_toc_entry_get_loop
|
|
|
|
gst_toc_entry_set_loop
|
2012-07-03 16:45:05 +00:00
|
|
|
gst_toc_entry_get_start_stop_times
|
|
|
|
gst_toc_entry_set_start_stop_times
|
|
|
|
gst_toc_entry_get_tags
|
|
|
|
gst_toc_entry_merge_tags
|
|
|
|
gst_toc_entry_set_tags
|
2012-05-15 14:38:30 +00:00
|
|
|
gst_toc_entry_type_get_nick
|
2012-06-25 22:17:32 +00:00
|
|
|
gst_toc_entry_get_entry_type
|
|
|
|
gst_toc_entry_is_alternative
|
|
|
|
gst_toc_entry_is_sequence
|
|
|
|
GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE
|
|
|
|
GST_TOC_ENTRY_TYPE_IS_SEQUENCE
|
2014-07-05 15:13:21 +00:00
|
|
|
GST_TOC_REPEAT_COUNT_INFINITE
|
2012-03-14 17:14:23 +00:00
|
|
|
<SUBSECTION Standard>
|
2012-06-15 10:55:20 +00:00
|
|
|
GST_TYPE_TOC
|
|
|
|
GST_TYPE_TOC_ENTRY
|
2012-03-14 17:14:23 +00:00
|
|
|
GST_TYPE_TOC_ENTRY_TYPE
|
2014-07-05 15:13:21 +00:00
|
|
|
GST_TYPE_TOC_LOOP_TYPE
|
2012-08-11 21:19:32 +00:00
|
|
|
GST_TYPE_TOC_SCOPE
|
2012-03-14 17:14:23 +00:00
|
|
|
<SUBSECTION Private>
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_toc_get_type
|
|
|
|
gst_toc_entry_get_type
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_toc_entry_type_get_type
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_toc_loop_type_get_type
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_toc_scope_get_type
|
2012-03-14 17:14:23 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2016-01-06 11:47:26 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttracer</FILE>
|
|
|
|
<TITLE>GstTracer</TITLE>
|
|
|
|
GstTracer
|
|
|
|
gst_tracer_register
|
|
|
|
gst_tracing_register_hook
|
2016-01-07 18:13:03 +00:00
|
|
|
|
|
|
|
GstTracerHookBinAddPost
|
|
|
|
GstTracerHookBinAddPre
|
|
|
|
GstTracerHookBinRemovePost
|
|
|
|
GstTracerHookBinRemovePre
|
|
|
|
GstTracerHookElementAddPad
|
|
|
|
GstTracerHookElementChangeStatePost
|
|
|
|
GstTracerHookElementChangeStatePre
|
|
|
|
GstTracerHookElementNew
|
|
|
|
GstTracerHookElementPostMessagePost
|
|
|
|
GstTracerHookElementPostMessagePre
|
|
|
|
GstTracerHookElementQueryPost
|
|
|
|
GstTracerHookElementQueryPre
|
|
|
|
GstTracerHookElementRemovePad
|
|
|
|
GstTracerHookPadLinkPost
|
|
|
|
GstTracerHookPadLinkPre
|
|
|
|
GstTracerHookPadPullRangePost
|
|
|
|
GstTracerHookPadPullRangePre
|
|
|
|
GstTracerHookPadPushEventPost
|
|
|
|
GstTracerHookPadPushEventPre
|
|
|
|
GstTracerHookPadPushListPost
|
|
|
|
GstTracerHookPadPushListPre
|
|
|
|
GstTracerHookPadPushPost
|
|
|
|
GstTracerHookPadPushPre
|
|
|
|
GstTracerHookPadQueryPost
|
|
|
|
GstTracerHookPadQueryPre
|
|
|
|
GstTracerHookPadUnlinkPost
|
|
|
|
GstTracerHookPadUnlinkPre
|
2016-01-06 11:47:26 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TRACER
|
|
|
|
GST_IS_TRACER
|
|
|
|
GST_TYPE_TRACER
|
|
|
|
GST_TRACER_CLASS
|
|
|
|
GST_IS_TRACER_CLASS
|
|
|
|
GST_TRACER_GET_CLASS
|
2016-01-06 12:26:27 +00:00
|
|
|
GST_TRACER_CAST
|
2016-01-06 11:47:26 +00:00
|
|
|
<SUBSECTION Private>
|
2016-01-07 18:13:03 +00:00
|
|
|
GST_TRACER_ARGS
|
|
|
|
GST_TRACER_DISPATCH
|
|
|
|
GST_TRACER_IS_ENABLED
|
|
|
|
GST_TRACER_QUARK
|
|
|
|
GST_TRACER_TS
|
|
|
|
GST_TRACER_BIN_ADD_POST
|
|
|
|
GST_TRACER_BIN_ADD_PRE
|
|
|
|
GST_TRACER_BIN_REMOVE_POST
|
|
|
|
GST_TRACER_BIN_REMOVE_PRE
|
|
|
|
GST_TRACER_ELEMENT_ADD_PAD
|
|
|
|
GST_TRACER_ELEMENT_CHANGE_STATE_POST
|
|
|
|
GST_TRACER_ELEMENT_CHANGE_STATE_PRE
|
|
|
|
GST_TRACER_ELEMENT_NEW
|
|
|
|
GST_TRACER_ELEMENT_POST_MESSAGE_POST
|
|
|
|
GST_TRACER_ELEMENT_POST_MESSAGE_PRE
|
|
|
|
GST_TRACER_ELEMENT_QUERY_POST
|
|
|
|
GST_TRACER_ELEMENT_QUERY_PRE
|
|
|
|
GST_TRACER_ELEMENT_REMOVE_PAD
|
|
|
|
GST_TRACER_PAD_LINK_POST
|
|
|
|
GST_TRACER_PAD_LINK_PRE
|
|
|
|
GST_TRACER_PAD_PULL_RANGE_POST
|
|
|
|
GST_TRACER_PAD_PULL_RANGE_PRE
|
|
|
|
GST_TRACER_PAD_PUSH_EVENT_POST
|
|
|
|
GST_TRACER_PAD_PUSH_EVENT_PRE
|
|
|
|
GST_TRACER_PAD_PUSH_LIST_POST
|
|
|
|
GST_TRACER_PAD_PUSH_LIST_PRE
|
|
|
|
GST_TRACER_PAD_PUSH_POST
|
|
|
|
GST_TRACER_PAD_PUSH_PRE
|
|
|
|
GST_TRACER_PAD_QUERY_POST
|
|
|
|
GST_TRACER_PAD_QUERY_PRE
|
|
|
|
GST_TRACER_PAD_UNLINK_POST
|
|
|
|
GST_TRACER_PAD_UNLINK_PRE
|
|
|
|
GstTracerHook
|
|
|
|
GstTracerQuarkId
|
2016-01-06 11:47:26 +00:00
|
|
|
gst_tracer_get_type
|
2016-01-06 12:26:27 +00:00
|
|
|
GstTracerPrivate
|
2016-01-06 11:47:26 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttracerfactory</FILE>
|
|
|
|
<TITLE>GstTracerFactory</TITLE>
|
|
|
|
GstTracerFactory
|
|
|
|
gst_tracer_factory_get_list
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTracerFactoryClass
|
|
|
|
GST_TRACER_FACTORY
|
2016-01-06 12:26:27 +00:00
|
|
|
GST_IS_TRACER_FACTORY
|
|
|
|
GST_TRACER_FACTORY_CLASS
|
2016-01-06 11:47:26 +00:00
|
|
|
GST_IS_TRACER_FACTORY_CLASS
|
2016-01-06 12:26:27 +00:00
|
|
|
GST_TRACER_FACTORY_GET_CLASS
|
|
|
|
GST_TRACER_FACTORY_CAST
|
2016-01-06 11:47:26 +00:00
|
|
|
GST_TYPE_TRACER_FACTORY
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_tracer_factory_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2016-01-12 13:59:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttracerrecord</FILE>
|
|
|
|
<TITLE>GstTracerRecord</TITLE>
|
|
|
|
GstTracerRecord
|
2016-01-16 20:04:46 +00:00
|
|
|
GstTracerValueFlags
|
|
|
|
GstTracerValueScope
|
2016-01-12 13:59:04 +00:00
|
|
|
gst_tracer_record_new
|
|
|
|
gst_tracer_record_log
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTracerRecordClass
|
|
|
|
GST_TRACER_RECORD
|
|
|
|
GST_IS_TRACER_RECORD
|
|
|
|
GST_TRACER_RECORD_CLASS
|
|
|
|
GST_IS_TRACER_RECORD_CLASS
|
|
|
|
GST_TRACER_RECORD_GET_CLASS
|
|
|
|
GST_TRACER_RECORD_CAST
|
|
|
|
GST_TYPE_TRACER_RECORD
|
2016-01-16 20:04:46 +00:00
|
|
|
GST_TYPE_TRACER_VALUE_FLAGS
|
|
|
|
GST_TYPE_TRACER_VALUE_SCOPE
|
2016-01-12 13:59:04 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_tracer_record_get_type
|
2016-01-16 20:04:46 +00:00
|
|
|
gst_tracer_value_flags_get_type
|
|
|
|
gst_tracer_value_scope_get_type
|
2016-01-12 13:59:04 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2012-03-14 17:14:23 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttocsetter</FILE>
|
|
|
|
<TITLE>GstTocSetter</TITLE>
|
|
|
|
GstTocSetter
|
2012-06-25 18:52:44 +00:00
|
|
|
GstTocSetterInterface
|
2012-03-14 17:14:23 +00:00
|
|
|
gst_toc_setter_set_toc
|
2012-06-25 18:52:44 +00:00
|
|
|
gst_toc_setter_get_toc
|
|
|
|
gst_toc_setter_reset
|
2012-03-14 17:14:23 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_TOC_SETTER
|
|
|
|
GST_TOC_SETTER
|
|
|
|
GST_TOC_SETTER_GET_IFACE
|
|
|
|
GST_TYPE_TOC_SETTER
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_toc_setter_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttypefind</FILE>
|
2004-07-21 11:32:09 +00:00
|
|
|
<TITLE>GstTypeFind</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GstTypeFind
|
|
|
|
GstTypeFindFunction
|
|
|
|
GstTypeFindProbability
|
|
|
|
gst_type_find_peek
|
|
|
|
gst_type_find_suggest
|
2008-05-19 10:46:44 +00:00
|
|
|
gst_type_find_suggest_simple
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_type_find_get_length
|
|
|
|
gst_type_find_register
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_TYPE_FIND_PROBABILITY
|
2004-07-26 16:34:35 +00:00
|
|
|
<SUBSECTION Private>
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_type_find_probability_get_type
|
2006-05-30 14:43:35 +00:00
|
|
|
gst_type_find_get_type
|
|
|
|
GST_TYPE_TYPE_FIND
|
2004-07-26 16:34:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttypefindfactory</FILE>
|
|
|
|
<TITLE>GstTypeFindFactory</TITLE>
|
|
|
|
GstTypeFindFactory
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_type_find_factory_get_list
|
|
|
|
gst_type_find_factory_get_extensions
|
|
|
|
gst_type_find_factory_get_caps
|
2012-06-15 10:55:20 +00:00
|
|
|
gst_type_find_factory_has_function
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_type_find_factory_call_function
|
|
|
|
<SUBSECTION Standard>
|
2004-04-07 15:31:25 +00:00
|
|
|
GstTypeFindFactoryClass
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_TYPE_FIND_FACTORY
|
|
|
|
GST_IS_TYPE_FIND_FACTORY
|
|
|
|
GST_TYPE_FIND_FACTORY_CLASS
|
|
|
|
GST_IS_TYPE_FIND_FACTORY_CLASS
|
|
|
|
GST_TYPE_FIND_FACTORY_GET_CLASS
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_TYPE_FIND_FACTORY
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_type_find_factory_get_type
|
2000-09-13 19:04:55 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-07-26 16:34:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsturihandler</FILE>
|
|
|
|
<TITLE>GstUriHandler</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GstURIHandler
|
2005-11-09 15:34:46 +00:00
|
|
|
GstURIHandlerInterface
|
2005-11-23 14:52:31 +00:00
|
|
|
GstURIType
|
2012-03-29 11:34:50 +00:00
|
|
|
GstURIError
|
|
|
|
gst_uri_error_quark
|
2004-07-21 11:32:09 +00:00
|
|
|
GST_URI_TYPE_IS_VALID
|
2014-12-26 22:22:30 +00:00
|
|
|
GST_URI_NO_PORT
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_uri_protocol_is_valid
|
2007-04-27 08:30:59 +00:00
|
|
|
gst_uri_protocol_is_supported
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_uri_is_valid
|
2006-03-09 12:08:54 +00:00
|
|
|
gst_uri_has_protocol
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_uri_get_protocol
|
|
|
|
gst_uri_get_location
|
|
|
|
gst_uri_construct
|
2011-02-24 15:18:43 +00:00
|
|
|
gst_filename_to_uri
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_element_make_from_uri
|
|
|
|
gst_uri_handler_get_uri_type
|
|
|
|
gst_uri_handler_get_protocols
|
|
|
|
gst_uri_handler_get_uri
|
|
|
|
gst_uri_handler_set_uri
|
2002-06-12 22:27:18 +00:00
|
|
|
<SUBSECTION Standard>
|
2004-07-21 11:32:09 +00:00
|
|
|
GST_URI_HANDLER
|
|
|
|
GST_IS_URI_HANDLER
|
|
|
|
GST_URI_HANDLER_GET_INTERFACE
|
2004-09-02 14:24:22 +00:00
|
|
|
GST_TYPE_URI_HANDLER
|
2004-12-30 11:45:12 +00:00
|
|
|
GST_TYPE_URI_TYPE
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_uri_error_get_type
|
|
|
|
GST_TYPE_URI_ERROR
|
|
|
|
GST_URI_ERROR
|
2004-07-21 11:32:09 +00:00
|
|
|
<SUBSECTION Private>
|
2005-10-28 18:10:41 +00:00
|
|
|
gst_uri_handler_get_type
|
2004-12-30 11:45:12 +00:00
|
|
|
gst_uri_type_get_type
|
2002-06-12 22:27:18 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2014-07-31 21:18:53 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsturi</FILE>
|
|
|
|
<TITLE>GstUri</TITLE>
|
|
|
|
GST_URI_CAST
|
|
|
|
GST_URI_CONST_CAST
|
|
|
|
GstUri
|
|
|
|
gst_uri_new
|
|
|
|
gst_uri_new_with_base
|
|
|
|
gst_uri_from_string
|
|
|
|
gst_uri_from_string_with_base
|
|
|
|
gst_uri_copy
|
|
|
|
gst_uri_equal
|
|
|
|
gst_uri_join
|
|
|
|
gst_uri_join_strings
|
|
|
|
gst_uri_is_writable
|
|
|
|
gst_uri_make_writable
|
|
|
|
gst_uri_to_string
|
|
|
|
gst_uri_ref
|
|
|
|
gst_uri_unref
|
|
|
|
gst_uri_is_normalized
|
|
|
|
gst_uri_normalize
|
|
|
|
gst_uri_get_scheme
|
|
|
|
gst_uri_set_scheme
|
|
|
|
gst_uri_get_userinfo
|
|
|
|
gst_uri_set_userinfo
|
|
|
|
gst_uri_get_host
|
|
|
|
gst_uri_set_host
|
|
|
|
gst_uri_get_port
|
|
|
|
gst_uri_set_port
|
|
|
|
gst_uri_get_path
|
|
|
|
gst_uri_set_path
|
|
|
|
gst_uri_get_path_string
|
|
|
|
gst_uri_set_path_string
|
|
|
|
gst_uri_get_path_segments
|
|
|
|
gst_uri_set_path_segments
|
|
|
|
gst_uri_append_path
|
|
|
|
gst_uri_append_path_segment
|
|
|
|
gst_uri_get_query_string
|
|
|
|
gst_uri_set_query_string
|
|
|
|
gst_uri_get_query_table
|
|
|
|
gst_uri_set_query_table
|
|
|
|
gst_uri_get_query_value
|
|
|
|
gst_uri_set_query_value
|
|
|
|
gst_uri_remove_query_key
|
|
|
|
gst_uri_query_has_key
|
|
|
|
gst_uri_get_query_keys
|
|
|
|
gst_uri_get_fragment
|
|
|
|
gst_uri_set_fragment
|
2016-11-22 07:52:46 +00:00
|
|
|
gst_uri_get_media_fragment_table
|
2014-07-31 21:18:53 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_URI
|
|
|
|
GST_TYPE_URI
|
|
|
|
GST_URI
|
|
|
|
gst_uri_get_type
|
|
|
|
</SECTION>
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
<SECTION>
|
2004-07-26 16:34:35 +00:00
|
|
|
<FILE>gstutils</FILE>
|
|
|
|
<TITLE>GstUtils</TITLE>
|
|
|
|
GST_CALL_PARENT
|
|
|
|
GST_CALL_PARENT_WITH_DEFAULT
|
|
|
|
GST_READ_UINT8
|
|
|
|
GST_READ_UINT16_LE
|
|
|
|
GST_READ_UINT16_BE
|
2008-10-07 12:00:49 +00:00
|
|
|
GST_READ_UINT24_LE
|
|
|
|
GST_READ_UINT24_BE
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_READ_UINT32_LE
|
|
|
|
GST_READ_UINT32_BE
|
|
|
|
GST_READ_UINT64_LE
|
|
|
|
GST_READ_UINT64_BE
|
API: Move float endianness conversion macros from libgstfloatcast to core as it's useful in general, even in core. Fi...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstutils.h:
API: Move float endianness conversion macros from libgstfloatcast
to core as it's useful in general, even in core. Fixes bug #555196.
This adds GDOUBLE_FROM_BE, GDOUBLE_FROM_LE, GDOUBLE_TO_BE,
GDOUBLE_TO_LE, GDOUBLE_SWAP_LE_BE, GFLOAT_FROM_BE, GFLOAT_FROM_LE,
GFLOAT_TO_BE, GFLOAT_TO_LE, GFLOAT_SWAP_LE_BE.
Also add GST_READ_ and GST_WRITE_ macros for floats and doubles:
GST_READ_FLOAT_LE, GST_READ_FLOAT_BE, GST_READ_DOUBLE_LE,
GST_READ_DOUBLE_BE, GST_WRITE_FLOAT_LE, GST_WRITE_FLOAT_BE,
GST_WRITE_DOUBLE_LE, GST_WRITE_DOUBLE_BE.
2008-10-23 07:09:21 +00:00
|
|
|
GST_READ_FLOAT_LE
|
|
|
|
GST_READ_FLOAT_BE
|
|
|
|
GST_READ_DOUBLE_LE
|
|
|
|
GST_READ_DOUBLE_BE
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_WRITE_UINT8
|
|
|
|
GST_WRITE_UINT16_LE
|
|
|
|
GST_WRITE_UINT16_BE
|
2008-10-07 12:00:49 +00:00
|
|
|
GST_WRITE_UINT24_LE
|
|
|
|
GST_WRITE_UINT24_BE
|
2004-07-26 16:34:35 +00:00
|
|
|
GST_WRITE_UINT32_LE
|
|
|
|
GST_WRITE_UINT32_BE
|
|
|
|
GST_WRITE_UINT64_LE
|
|
|
|
GST_WRITE_UINT64_BE
|
API: Move float endianness conversion macros from libgstfloatcast to core as it's useful in general, even in core. Fi...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstutils.h:
API: Move float endianness conversion macros from libgstfloatcast
to core as it's useful in general, even in core. Fixes bug #555196.
This adds GDOUBLE_FROM_BE, GDOUBLE_FROM_LE, GDOUBLE_TO_BE,
GDOUBLE_TO_LE, GDOUBLE_SWAP_LE_BE, GFLOAT_FROM_BE, GFLOAT_FROM_LE,
GFLOAT_TO_BE, GFLOAT_TO_LE, GFLOAT_SWAP_LE_BE.
Also add GST_READ_ and GST_WRITE_ macros for floats and doubles:
GST_READ_FLOAT_LE, GST_READ_FLOAT_BE, GST_READ_DOUBLE_LE,
GST_READ_DOUBLE_BE, GST_WRITE_FLOAT_LE, GST_WRITE_FLOAT_BE,
GST_WRITE_DOUBLE_LE, GST_WRITE_DOUBLE_BE.
2008-10-23 07:09:21 +00:00
|
|
|
GST_WRITE_FLOAT_LE
|
|
|
|
GST_WRITE_FLOAT_BE
|
|
|
|
GST_WRITE_DOUBLE_LE
|
|
|
|
GST_WRITE_DOUBLE_BE
|
2005-08-09 16:25:45 +00:00
|
|
|
GST_ROUND_UP_2
|
|
|
|
GST_ROUND_UP_4
|
|
|
|
GST_ROUND_UP_8
|
|
|
|
GST_ROUND_UP_16
|
|
|
|
GST_ROUND_UP_32
|
2014-01-31 08:14:41 +00:00
|
|
|
GST_ROUND_UP_64
|
2014-01-14 21:15:21 +00:00
|
|
|
GST_ROUND_UP_128
|
|
|
|
GST_ROUND_UP_N
|
2007-01-29 13:40:38 +00:00
|
|
|
GST_ROUND_DOWN_2
|
|
|
|
GST_ROUND_DOWN_4
|
|
|
|
GST_ROUND_DOWN_8
|
|
|
|
GST_ROUND_DOWN_16
|
|
|
|
GST_ROUND_DOWN_32
|
|
|
|
GST_ROUND_DOWN_64
|
2014-01-14 21:15:21 +00:00
|
|
|
GST_ROUND_DOWN_128
|
|
|
|
GST_ROUND_DOWN_N
|
2011-09-26 18:47:35 +00:00
|
|
|
GDOUBLE_FROM_BE
|
|
|
|
GDOUBLE_FROM_LE
|
|
|
|
GDOUBLE_SWAP_LE_BE
|
|
|
|
GDOUBLE_TO_BE
|
|
|
|
GDOUBLE_TO_LE
|
|
|
|
GFLOAT_FROM_BE
|
|
|
|
GFLOAT_FROM_LE
|
|
|
|
GFLOAT_SWAP_LE_BE
|
|
|
|
GFLOAT_TO_BE
|
|
|
|
GFLOAT_TO_LE
|
2005-08-24 21:35:43 +00:00
|
|
|
|
2005-10-17 20:16:55 +00:00
|
|
|
gst_guint64_to_gdouble
|
|
|
|
gst_gdouble_to_guint64
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_util_dump_mem
|
2005-08-30 08:17:48 +00:00
|
|
|
gst_util_uint64_scale
|
2009-08-13 14:31:01 +00:00
|
|
|
gst_util_uint64_scale_round
|
|
|
|
gst_util_uint64_scale_ceil
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_util_uint64_scale_int
|
2009-08-13 14:31:01 +00:00
|
|
|
gst_util_uint64_scale_int_round
|
|
|
|
gst_util_uint64_scale_int_ceil
|
2009-11-16 08:29:10 +00:00
|
|
|
gst_util_greatest_common_divisor
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_util_greatest_common_divisor_int64
|
2009-11-16 08:29:10 +00:00
|
|
|
gst_util_fraction_to_double
|
|
|
|
gst_util_double_to_fraction
|
2009-11-16 08:49:46 +00:00
|
|
|
gst_util_fraction_multiply
|
|
|
|
gst_util_fraction_add
|
2010-08-28 08:16:05 +00:00
|
|
|
gst_util_fraction_compare
|
2008-11-04 12:22:53 +00:00
|
|
|
gst_util_seqnum_next
|
|
|
|
gst_util_seqnum_compare
|
2013-07-22 09:41:35 +00:00
|
|
|
gst_util_group_id_next
|
2005-08-25 23:17:18 +00:00
|
|
|
gst_util_set_object_arg
|
|
|
|
gst_util_set_value_from_string
|
2017-03-20 20:46:33 +00:00
|
|
|
gst_util_set_object_array
|
|
|
|
gst_util_get_object_array
|
2007-12-11 20:23:58 +00:00
|
|
|
gst_util_get_timestamp
|
2009-03-02 15:17:45 +00:00
|
|
|
GstSearchMode
|
|
|
|
gst_util_array_binary_search
|
2004-11-03 09:21:01 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_HAVE_UNALIGNED_ACCESS
|
2005-12-05 13:06:37 +00:00
|
|
|
gst_util_guint64_to_gdouble
|
|
|
|
gst_util_gdouble_to_guint64
|
2009-03-02 15:17:45 +00:00
|
|
|
GST_TYPE_SEARCH_MODE
|
|
|
|
gst_search_mode_get_type
|
2016-11-23 13:41:28 +00:00
|
|
|
gst_calculate_linear_regression
|
2000-03-27 19:53:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2010-07-16 17:09:12 +00:00
|
|
|
<FILE>gstdatetime</FILE>
|
|
|
|
<TITLE>GstDateTime</TITLE>
|
|
|
|
GstDateTime
|
2010-07-22 01:04:23 +00:00
|
|
|
GST_TYPE_DATE_TIME
|
2010-07-16 17:09:12 +00:00
|
|
|
gst_date_time_get_day
|
|
|
|
gst_date_time_get_month
|
|
|
|
gst_date_time_get_hour
|
|
|
|
gst_date_time_get_microsecond
|
|
|
|
gst_date_time_get_minute
|
|
|
|
gst_date_time_get_time_zone_offset
|
|
|
|
gst_date_time_get_second
|
|
|
|
gst_date_time_get_year
|
|
|
|
gst_date_time_new
|
2012-08-11 21:19:32 +00:00
|
|
|
gst_date_time_new_ymd
|
|
|
|
gst_date_time_new_ym
|
|
|
|
gst_date_time_new_y
|
2010-12-02 12:03:57 +00:00
|
|
|
gst_date_time_new_from_unix_epoch_local_time
|
|
|
|
gst_date_time_new_from_unix_epoch_utc
|
2010-07-16 17:09:12 +00:00
|
|
|
gst_date_time_new_local_time
|
|
|
|
gst_date_time_new_now_local_time
|
|
|
|
gst_date_time_new_now_utc
|
|
|
|
gst_date_time_ref
|
|
|
|
gst_date_time_unref
|
2012-06-12 23:25:24 +00:00
|
|
|
|
|
|
|
gst_date_time_has_day
|
|
|
|
gst_date_time_has_month
|
|
|
|
gst_date_time_has_second
|
|
|
|
gst_date_time_has_time
|
|
|
|
gst_date_time_has_year
|
|
|
|
|
2012-06-18 06:06:49 +00:00
|
|
|
|
|
|
|
gst_date_time_new_from_iso8601_string
|
|
|
|
gst_date_time_to_iso8601_string
|
2012-06-30 01:52:47 +00:00
|
|
|
|
|
|
|
gst_date_time_new_from_g_date_time
|
|
|
|
gst_date_time_to_g_date_time
|
2010-07-16 17:09:12 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2004-03-25 04:20:33 +00:00
|
|
|
<FILE>gstvalue</FILE>
|
2006-03-07 15:08:57 +00:00
|
|
|
<TITLE>GstValue</TITLE>
|
2005-09-11 12:01:12 +00:00
|
|
|
|
|
|
|
<SUBSECTION fourcc>
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_MAKE_FOURCC
|
|
|
|
GST_STR_FOURCC
|
|
|
|
GST_FOURCC_FORMAT
|
|
|
|
GST_FOURCC_ARGS
|
2005-09-11 12:01:12 +00:00
|
|
|
|
|
|
|
<SUBSECTION intrange>
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_VALUE_HOLDS_INT_RANGE
|
2005-09-11 12:01:12 +00:00
|
|
|
GST_TYPE_INT_RANGE
|
|
|
|
gst_value_set_int_range
|
|
|
|
gst_value_get_int_range_min
|
|
|
|
gst_value_get_int_range_max
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_value_set_int_range_step
|
|
|
|
gst_value_get_int_range_step
|
|
|
|
|
|
|
|
<SUBSECTION bitmask>
|
|
|
|
GST_VALUE_HOLDS_BITMASK
|
|
|
|
GST_TYPE_BITMASK
|
|
|
|
gst_value_set_bitmask
|
|
|
|
gst_value_get_bitmask
|
2005-09-11 12:01:12 +00:00
|
|
|
|
gstvalue: Add GstFlagSet type
GstFlagSet is a new type designed for negotiating sets
of boolean capabilities flags, consisting of a 32-bit
flags bitfield and 32-bit mask field. The mask field
indicates which of the flags bits an element needs to have
as specific values, and which it doesn't care about.
This allows efficient negotiation of arrays of boolean
capabilities.
The standard serialisation format is FLAGS:MASK, with
flags and mask fields expressed in hexadecimal, however
GstFlagSet has a gst_register_flagset() function, which
associates a new GstFlagSet derived type with an existing
GFlags gtype. When serializing a GstFlagSet with an
associated set of GFlags, it also serializes a human-readable
form of the flags for easier debugging.
It is possible to parse a GFlags style serialisation of a
flagset, without the hex portion on the front. ie,
+flag1/flag2/flag3+flag4, to indicate that
flag1 & flag4 must be set, and flag2/flag3 must be unset,
and any other flags are don't-care.
https://bugzilla.gnome.org/show_bug.cgi?id=746373
2015-05-25 06:23:33 +00:00
|
|
|
<SUBSECTION flagset>
|
|
|
|
GST_VALUE_HOLDS_FLAG_SET
|
|
|
|
GST_TYPE_FLAG_SET
|
|
|
|
gst_structure_get_flagset
|
|
|
|
gst_value_get_flagset_flags
|
|
|
|
gst_value_get_flagset_mask
|
|
|
|
gst_value_set_flagset
|
|
|
|
GST_FLAG_SET_MASK_EXACT
|
|
|
|
|
2010-08-24 10:27:30 +00:00
|
|
|
<SUBSECTION int64range>
|
|
|
|
GST_VALUE_HOLDS_INT64_RANGE
|
|
|
|
GST_TYPE_INT64_RANGE
|
|
|
|
gst_value_set_int64_range
|
|
|
|
gst_value_get_int64_range_min
|
|
|
|
gst_value_get_int64_range_max
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_value_set_int64_range_step
|
|
|
|
gst_value_get_int64_range_step
|
2010-08-24 10:27:30 +00:00
|
|
|
|
2005-09-11 12:01:12 +00:00
|
|
|
<SUBSECTION doublerange>
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_VALUE_HOLDS_DOUBLE_RANGE
|
2005-09-11 12:01:12 +00:00
|
|
|
GST_TYPE_DOUBLE_RANGE
|
|
|
|
gst_value_set_double_range
|
|
|
|
gst_value_get_double_range_min
|
|
|
|
gst_value_get_double_range_max
|
|
|
|
|
|
|
|
<SUBSECTION valuelist>
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_VALUE_HOLDS_LIST
|
2005-09-11 12:01:12 +00:00
|
|
|
GST_TYPE_LIST
|
2005-08-24 21:35:43 +00:00
|
|
|
GST_VALUE_HOLDS_ARRAY
|
2005-09-11 12:01:12 +00:00
|
|
|
GST_TYPE_ARRAY
|
|
|
|
gst_value_list_append_value
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_value_list_append_and_take_value
|
2005-09-11 12:01:12 +00:00
|
|
|
gst_value_list_prepend_value
|
|
|
|
gst_value_list_concat
|
2010-12-21 21:03:12 +00:00
|
|
|
gst_value_list_merge
|
2005-09-11 12:01:12 +00:00
|
|
|
gst_value_list_get_size
|
|
|
|
gst_value_list_get_value
|
|
|
|
|
|
|
|
<SUBSECTION fraction>
|
|
|
|
GST_VALUE_HOLDS_FRACTION
|
|
|
|
GST_TYPE_FRACTION
|
|
|
|
gst_value_set_fraction
|
|
|
|
gst_value_get_fraction_numerator
|
|
|
|
gst_value_get_fraction_denominator
|
|
|
|
gst_value_fraction_multiply
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_value_fraction_subtract
|
|
|
|
|
|
|
|
<SUBSECTION fractionrange>
|
|
|
|
GST_VALUE_HOLDS_FRACTION_RANGE
|
|
|
|
GST_TYPE_FRACTION_RANGE
|
|
|
|
gst_value_set_fraction_range
|
|
|
|
gst_value_get_fraction_range_min
|
|
|
|
gst_value_get_fraction_range_max
|
|
|
|
gst_value_set_fraction_range_full
|
2005-09-11 12:01:12 +00:00
|
|
|
|
2010-07-22 01:04:23 +00:00
|
|
|
<SUBSECTION datetime>
|
|
|
|
GST_VALUE_HOLDS_DATE_TIME
|
|
|
|
|
2005-09-11 12:01:12 +00:00
|
|
|
<SUBSECTION caps>
|
|
|
|
GST_VALUE_HOLDS_CAPS
|
|
|
|
gst_value_set_caps
|
|
|
|
gst_value_get_caps
|
|
|
|
|
2013-03-30 14:35:19 +00:00
|
|
|
<SUBSECTION capsfeature>
|
|
|
|
GST_VALUE_HOLDS_CAPS_FEATURES
|
|
|
|
gst_value_set_caps_features
|
|
|
|
gst_value_get_caps_features
|
|
|
|
|
2007-10-22 11:32:14 +00:00
|
|
|
<SUBSECTION structure>
|
|
|
|
GST_VALUE_HOLDS_STRUCTURE
|
|
|
|
gst_value_set_structure
|
|
|
|
gst_value_get_structure
|
|
|
|
|
2011-06-05 17:11:22 +00:00
|
|
|
<SUBSECTION buffer>
|
2005-09-11 12:01:12 +00:00
|
|
|
GST_VALUE_HOLDS_BUFFER
|
|
|
|
gst_value_get_buffer
|
|
|
|
gst_value_set_buffer
|
|
|
|
gst_value_take_buffer
|
|
|
|
|
2012-03-29 11:34:50 +00:00
|
|
|
<SUBSECTION sample>
|
|
|
|
GST_VALUE_HOLDS_SAMPLE
|
|
|
|
gst_value_get_sample
|
|
|
|
gst_value_set_sample
|
|
|
|
gst_value_take_sample
|
|
|
|
|
2005-09-11 12:01:12 +00:00
|
|
|
<SUBSECTION>
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_VALUE_LESS_THAN
|
|
|
|
GST_VALUE_EQUAL
|
|
|
|
GST_VALUE_GREATER_THAN
|
|
|
|
GST_VALUE_UNORDERED
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-03-25 04:20:33 +00:00
|
|
|
GstValueCompareFunc
|
|
|
|
GstValueSerializeFunc
|
|
|
|
GstValueDeserializeFunc
|
|
|
|
GstValueTable
|
2005-08-25 23:17:18 +00:00
|
|
|
|
2004-11-29 18:29:05 +00:00
|
|
|
gst_value_is_fixed
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_value_register
|
|
|
|
gst_value_init_and_copy
|
|
|
|
gst_value_serialize
|
|
|
|
gst_value_deserialize
|
|
|
|
gst_value_compare
|
|
|
|
gst_value_can_compare
|
|
|
|
gst_value_union
|
|
|
|
gst_value_can_union
|
2004-04-21 15:15:12 +00:00
|
|
|
gst_value_subtract
|
|
|
|
gst_value_can_subtract
|
2004-03-25 04:20:33 +00:00
|
|
|
gst_value_intersect
|
|
|
|
gst_value_can_intersect
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_value_is_subset
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_value_array_append_value
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_value_array_append_and_take_value
|
2005-11-20 14:50:43 +00:00
|
|
|
gst_value_array_get_size
|
|
|
|
gst_value_array_get_value
|
|
|
|
gst_value_array_prepend_value
|
2011-06-08 11:39:19 +00:00
|
|
|
gst_value_fixate
|
2005-10-17 20:16:55 +00:00
|
|
|
|
2015-07-28 21:30:54 +00:00
|
|
|
gst_flagset_register
|
API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gst.c:
* gst/gst.h:
* gst/gstparamspecs.c: (_gst_param_fraction_init),
(_gst_param_fraction_set_default), (_gst_param_fraction_validate),
(_gst_param_fraction_values_cmp),
(gst_param_spec_fraction_get_type), (gst_param_spec_fraction):
* gst/gstparamspecs.h:
* gst/gstvalue.c:
* tests/check/Makefile.am:
* tests/check/gst/.cvsignore:
* tests/check/gst/gstparamspecs.c: (gst_dummy_obj_base_init),
(gst_dummy_obj_class_init), (gst_dummy_obj_init),
(gst_dummy_obj_set_property), (gst_dummy_obj_get_property),
(GST_START_TEST), (gst_param_spec_suite):
API: add GstParamSpecFraction, so elements can have fraction
properties without lots of painful string parsing (#444648).
2007-06-06 11:18:12 +00:00
|
|
|
|
2014-07-05 15:13:21 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TYPE_G_THREAD
|
2005-10-17 20:16:55 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_date_get_type
|
2010-07-22 01:04:23 +00:00
|
|
|
gst_date_time_get_type
|
2005-10-17 20:16:55 +00:00
|
|
|
gst_double_range_get_type
|
|
|
|
gst_fraction_get_type
|
2005-11-23 14:52:31 +00:00
|
|
|
gst_fraction_range_get_type
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_g_thread_get_type
|
2005-10-17 20:16:55 +00:00
|
|
|
gst_int_range_get_type
|
2010-08-24 10:27:30 +00:00
|
|
|
gst_int64_range_get_type
|
2005-10-17 20:16:55 +00:00
|
|
|
gst_value_array_get_type
|
|
|
|
gst_value_list_get_type
|
2012-03-29 11:34:50 +00:00
|
|
|
gst_bitmask_get_type
|
gstvalue: Add GstFlagSet type
GstFlagSet is a new type designed for negotiating sets
of boolean capabilities flags, consisting of a 32-bit
flags bitfield and 32-bit mask field. The mask field
indicates which of the flags bits an element needs to have
as specific values, and which it doesn't care about.
This allows efficient negotiation of arrays of boolean
capabilities.
The standard serialisation format is FLAGS:MASK, with
flags and mask fields expressed in hexadecimal, however
GstFlagSet has a gst_register_flagset() function, which
associates a new GstFlagSet derived type with an existing
GFlags gtype. When serializing a GstFlagSet with an
associated set of GFlags, it also serializes a human-readable
form of the flags for easier debugging.
It is possible to parse a GFlags style serialisation of a
flagset, without the hex portion on the front. ie,
+flag1/flag2/flag3+flag4, to indicate that
flag1 & flag4 must be set, and flag2/flag3 must be unset,
and any other flags are don't-care.
https://bugzilla.gnome.org/show_bug.cgi?id=746373
2015-05-25 06:23:33 +00:00
|
|
|
gst_flagset_get_type
|
2000-03-27 19:53:43 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2003-02-10 23:01:55 +00:00
|
|
|
<SECTION>
|
2004-03-25 04:20:33 +00:00
|
|
|
<FILE>gstversion</FILE>
|
2004-07-27 15:01:10 +00:00
|
|
|
<TITLE>GstVersion</TITLE>
|
2004-03-25 04:20:33 +00:00
|
|
|
GST_VERSION_MAJOR
|
|
|
|
GST_VERSION_MINOR
|
|
|
|
GST_VERSION_MICRO
|
2005-10-17 20:16:55 +00:00
|
|
|
GST_VERSION_NANO
|
2008-02-01 16:37:22 +00:00
|
|
|
GST_CHECK_VERSION
|
2003-02-10 23:01:55 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2014-05-03 02:22:03 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstdevice</FILE>
|
|
|
|
<TITLE>GstDevice</TITLE>
|
|
|
|
|
|
|
|
GstDevice
|
|
|
|
GstDeviceClass
|
|
|
|
|
2014-06-20 20:55:06 +00:00
|
|
|
gst_device_create_element
|
|
|
|
gst_device_get_caps
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_device_get_device_class
|
2014-06-20 20:55:06 +00:00
|
|
|
gst_device_get_display_name
|
|
|
|
gst_device_has_classes
|
|
|
|
gst_device_has_classesv
|
|
|
|
gst_device_reconfigure_element
|
2015-07-16 09:36:36 +00:00
|
|
|
gst_device_get_properties
|
2014-06-20 20:55:06 +00:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
2014-05-03 02:22:03 +00:00
|
|
|
GST_DEVICE
|
|
|
|
GST_DEVICE_CAST
|
|
|
|
GST_DEVICE_CLASS
|
|
|
|
GST_DEVICE_GET_CLASS
|
|
|
|
GST_IS_DEVICE
|
|
|
|
GST_IS_DEVICE_CLASS
|
|
|
|
GST_TYPE_DEVICE
|
|
|
|
gst_device_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2014-06-26 18:28:09 +00:00
|
|
|
<FILE>gstdeviceprovider</FILE>
|
|
|
|
<TITLE>GstDeviceProvider</TITLE>
|
|
|
|
GstDeviceProvider
|
|
|
|
GstDeviceProviderClass
|
|
|
|
gst_device_provider_can_monitor
|
|
|
|
gst_device_provider_class_add_metadata
|
|
|
|
gst_device_provider_class_add_static_metadata
|
|
|
|
gst_device_provider_class_get_metadata
|
|
|
|
gst_device_provider_class_set_metadata
|
|
|
|
gst_device_provider_class_set_static_metadata
|
|
|
|
gst_device_provider_device_add
|
|
|
|
gst_device_provider_device_remove
|
|
|
|
gst_device_provider_get_bus
|
|
|
|
gst_device_provider_get_devices
|
|
|
|
gst_device_provider_get_factory
|
|
|
|
gst_device_provider_register
|
|
|
|
gst_device_provider_start
|
|
|
|
gst_device_provider_stop
|
2014-06-20 20:55:06 +00:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstDevicePrivate
|
2014-06-26 18:28:09 +00:00
|
|
|
GST_DEVICE_PROVIDER
|
|
|
|
GST_DEVICE_PROVIDER_CAST
|
|
|
|
GST_DEVICE_PROVIDER_CLASS
|
|
|
|
GST_DEVICE_PROVIDER_GET_CLASS
|
|
|
|
GST_IS_DEVICE_PROVIDER
|
|
|
|
GST_IS_DEVICE_PROVIDER_CLASS
|
|
|
|
GST_TYPE_DEVICE_PROVIDER
|
|
|
|
gst_device_provider_get_type
|
2014-05-03 02:22:03 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2014-06-26 18:28:09 +00:00
|
|
|
<FILE>gstdeviceproviderfactory</FILE>
|
|
|
|
<TITLE>GstDeviceProviderFactory</TITLE>
|
|
|
|
GstDeviceProviderFactory
|
|
|
|
GstDeviceProviderFactoryClass
|
|
|
|
gst_device_provider_factory_find
|
|
|
|
gst_device_provider_factory_get
|
|
|
|
gst_device_provider_factory_get_by_name
|
|
|
|
gst_device_provider_factory_get_device_provider_type
|
|
|
|
gst_device_provider_factory_get_metadata
|
|
|
|
gst_device_provider_factory_get_metadata_keys
|
|
|
|
gst_device_provider_factory_has_classes
|
|
|
|
gst_device_provider_factory_has_classesv
|
|
|
|
gst_device_provider_factory_list_get_device_providers
|
2014-06-20 20:55:06 +00:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
2014-06-26 18:28:09 +00:00
|
|
|
GstDeviceProviderPrivate
|
|
|
|
GST_DEVICE_PROVIDER_FACTORY
|
|
|
|
GST_DEVICE_PROVIDER_FACTORY_CAST
|
|
|
|
GST_DEVICE_PROVIDER_FACTORY_CLASS
|
|
|
|
GST_TYPE_DEVICE_PROVIDER_FACTORY
|
|
|
|
GST_IS_DEVICE_PROVIDER_FACTORY
|
|
|
|
GST_IS_DEVICE_PROVIDER_FACTORY_CLASS
|
|
|
|
gst_device_provider_factory_get_type
|
2014-05-03 02:22:03 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2014-06-26 19:08:46 +00:00
|
|
|
<FILE>gstdevicemonitor</FILE>
|
|
|
|
<TITLE>GstDeviceMonitor</TITLE>
|
|
|
|
GstDeviceMonitor
|
|
|
|
GstDeviceMonitorClass
|
|
|
|
gst_device_monitor_new
|
2014-06-26 21:13:12 +00:00
|
|
|
gst_device_monitor_get_bus
|
|
|
|
gst_device_monitor_add_filter
|
|
|
|
gst_device_monitor_remove_filter
|
2014-06-26 19:08:46 +00:00
|
|
|
gst_device_monitor_start
|
|
|
|
gst_device_monitor_stop
|
2014-06-26 21:13:12 +00:00
|
|
|
gst_device_monitor_get_devices
|
2016-01-06 16:58:11 +00:00
|
|
|
gst_device_monitor_get_providers
|
|
|
|
gst_device_monitor_get_show_all_devices
|
|
|
|
gst_device_monitor_set_show_all_devices
|
|
|
|
gst_device_provider_get_hidden_providers
|
|
|
|
gst_device_provider_hide_provider
|
|
|
|
gst_device_provider_unhide_provider
|
2014-06-20 20:55:06 +00:00
|
|
|
|
|
|
|
<SUBSECTION Standard>
|
2014-06-26 19:08:46 +00:00
|
|
|
GstDeviceMonitorPrivate
|
|
|
|
GST_DEVICE_MONITOR
|
|
|
|
GST_DEVICE_MONITOR_CAST
|
|
|
|
GST_DEVICE_MONITOR_CLASS
|
|
|
|
GST_DEVICE_MONITOR_GET_CLASS
|
|
|
|
GST_IS_DEVICE_MONITOR
|
|
|
|
GST_IS_DEVICE_MONITOR_CLASS
|
|
|
|
GST_TYPE_DEVICE_MONITOR
|
|
|
|
gst_device_monitor_get_type
|
2014-05-03 02:22:03 +00:00
|
|
|
</SECTION>
|
|
|
|
|