2005-01-26 15:15:26 +00:00
|
|
|
# GStreamer Libraries API reference sections
|
|
|
|
|
2005-08-26 12:48:29 +00:00
|
|
|
## please add sections in alphabetical order using the following template
|
|
|
|
# leave two empty lines between sections
|
2005-01-26 15:15:26 +00:00
|
|
|
# <SECTION>
|
|
|
|
# <FILE>gstxxx</FILE>
|
|
|
|
# <TITLE>GstXxx</TITLE>
|
2005-08-26 12:48:29 +00:00
|
|
|
# typedefs
|
|
|
|
# macros
|
|
|
|
# constructor
|
|
|
|
# methods
|
2005-01-26 15:15:26 +00:00
|
|
|
# <SUBSECTION Standard>
|
|
|
|
# <SUBSECTION Private>
|
|
|
|
# </SECTION>
|
|
|
|
|
2013-02-01 20:59:41 +00:00
|
|
|
# control binding classes
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstargbcontrolbinding</FILE>
|
|
|
|
<TITLE>GstARGBControlBinding</TITLE>
|
2017-04-11 19:16:53 +00:00
|
|
|
<INCLUDE>libs/controller/controller.h</INCLUDE>
|
2013-02-01 20:59:41 +00:00
|
|
|
gst_argb_control_binding_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstARGBControlBinding
|
|
|
|
GstARGBControlBindingClass
|
|
|
|
GST_ARGB_CONTROL_BINDING
|
|
|
|
GST_ARGB_CONTROL_BINDING_CLASS
|
|
|
|
GST_ARGB_CONTROL_BINDING_GET_CLASS
|
|
|
|
GST_IS_ARGB_CONTROL_BINDING
|
|
|
|
GST_IS_ARGB_CONTROL_BINDING_CLASS
|
|
|
|
GST_TYPE_ARGB_CONTROL_BINDING
|
|
|
|
gst_argb_control_binding_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstdirectcontrolbinding</FILE>
|
|
|
|
<TITLE>GstDirectControlBinding</TITLE>
|
2017-04-11 19:16:53 +00:00
|
|
|
<INCLUDE>libs/controller/controller.h</INCLUDE>
|
2013-02-01 20:59:41 +00:00
|
|
|
gst_direct_control_binding_new
|
2015-08-14 17:14:50 +00:00
|
|
|
gst_direct_control_binding_new_absolute
|
2013-02-01 20:59:41 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstDirectControlBindingConvertValue
|
|
|
|
GstDirectControlBindingConvertGValue
|
|
|
|
GstDirectControlBinding
|
|
|
|
GstDirectControlBindingClass
|
|
|
|
GST_DIRECT_CONTROL_BINDING
|
|
|
|
GST_DIRECT_CONTROL_BINDING_CLASS
|
|
|
|
GST_DIRECT_CONTROL_BINDING_GET_CLASS
|
|
|
|
GST_IS_DIRECT_CONTROL_BINDING
|
|
|
|
GST_IS_DIRECT_CONTROL_BINDING_CLASS
|
|
|
|
GST_TYPE_DIRECT_CONTROL_BINDING
|
|
|
|
gst_direct_control_binding_get_type
|
|
|
|
</SECTION>
|
2016-11-18 02:09:21 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstproxycontrolbinding</FILE>
|
|
|
|
<TITLE>GstProxyControlBinding</TITLE>
|
2017-04-11 19:16:53 +00:00
|
|
|
<INCLUDE>libs/controller/controller.h</INCLUDE>
|
2016-11-18 02:09:21 +00:00
|
|
|
gst_proxy_control_binding_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstProxyControlBinding
|
|
|
|
GstProxyControlBindingClass
|
|
|
|
GST_PROXY_CONTROL_BINDING
|
|
|
|
GST_PROXY_CONTROL_BINDING_CLASS
|
|
|
|
GST_PROXY_CONTROL_BINDING_GET_CLASS
|
|
|
|
GST_IS_PROXY_CONTROL_BINDING
|
|
|
|
GST_IS_PROXY_CONTROL_BINDING_CLASS
|
|
|
|
GST_TYPE_PROXY_CONTROL_BINDING
|
|
|
|
gst_proxy_control_binding_get_type
|
|
|
|
</SECTION>
|
2013-02-01 20:59:41 +00:00
|
|
|
|
2011-11-04 10:39:25 +00:00
|
|
|
# control source classes
|
libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov...
Original commit message from CVS:
Reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_add_interpolation_control_source),
(gst_controlled_property_new), (gst_controlled_property_free),
(gst_controller_find_controlled_property),
(gst_controller_new_valist), (gst_controller_new_list),
(gst_controller_new), (gst_controller_remove_properties_valist),
(gst_controller_remove_properties_list),
(gst_controller_remove_properties),
(gst_controller_set_property_disabled),
(gst_controller_set_disabled), (gst_controller_set_control_source),
(gst_controller_get_control_source), (gst_controller_get),
(gst_controller_sync_values), (gst_controller_get_value_array),
(_gst_controller_dispose), (gst_controller_get_type),
(gst_controlled_property_set_interpolation_mode),
(gst_controller_set), (gst_controller_set_from_list),
(gst_controller_unset), (gst_controller_unset_all),
(gst_controller_get_all), (gst_controller_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstcontrolsource.c:
(gst_control_source_class_init), (gst_control_source_init),
(gst_control_source_get_value),
(gst_control_source_get_value_array), (gst_control_source_bind):
* libs/gst/controller/gstcontrolsource.h:
* libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
(gst_object_get_control_source):
* libs/gst/controller/gstinterpolation.c:
(gst_interpolation_control_source_find_control_point_node),
(gst_interpolation_control_source_get_first_value),
(_interpolate_none_get), (interpolate_none_get),
(interpolate_none_get_boolean_value_array),
(interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(_interpolate_trigger_get), (interpolate_trigger_get),
(interpolate_trigger_get_boolean_value_array),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_control_point_free), (gst_interpolation_control_source_reset),
(gst_interpolation_control_source_new),
(gst_interpolation_control_source_set_interpolation_mode),
(gst_interpolation_control_source_bind),
(gst_control_point_compare), (gst_control_point_find),
(gst_interpolation_control_source_set_internal),
(gst_interpolation_control_source_set),
(gst_interpolation_control_source_set_from_list),
(gst_interpolation_control_source_unset),
(gst_interpolation_control_source_unset_all),
(gst_interpolation_control_source_get_all),
(gst_interpolation_control_source_get_count),
(gst_interpolation_control_source_init),
(gst_interpolation_control_source_finalize),
(gst_interpolation_control_source_dispose),
(gst_interpolation_control_source_class_init):
* libs/gst/controller/gstinterpolationcontrolsource.h:
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
API: Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
Implement a interpolation control source and use this for backward
compatibility, deprecate a bunch of functions that are now handled
by GstControlSource or GstInterpolationControlSource.
Make it possible to disable the controller completely or only for
specific properties. Fixes #450711.
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add new functions and classes to the docs.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* tests/examples/controller/audio-example.c: (main):
Port unit test and example to the new API and add some new
unit tests.
2007-07-06 21:50:02 +00:00
|
|
|
|
2011-12-19 10:13:45 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttimedvaluecontrolsource</FILE>
|
|
|
|
<TITLE>GstTimedValueControlSource</TITLE>
|
2017-04-11 19:16:53 +00:00
|
|
|
<INCLUDE>libs/controller/controller.h</INCLUDE>
|
2011-12-19 10:13:45 +00:00
|
|
|
GstTimedValueControlSource
|
2015-06-14 15:22:36 +00:00
|
|
|
GstControlPoint
|
2011-12-19 10:13:45 +00:00
|
|
|
gst_timed_value_control_source_find_control_point_iter
|
|
|
|
gst_timed_value_control_source_set
|
|
|
|
gst_timed_value_control_source_set_from_list
|
|
|
|
gst_timed_value_control_source_get_all
|
|
|
|
gst_timed_value_control_source_unset
|
|
|
|
gst_timed_value_control_source_unset_all
|
|
|
|
gst_timed_value_control_source_get_count
|
|
|
|
gst_timed_value_control_invalidate_cache
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTimedValueControlSourceClass
|
|
|
|
GstTimedValueControlSourcePrivate
|
2011-12-19 22:32:57 +00:00
|
|
|
GST_TIMED_VALUE_CONTROL_SOURCE
|
|
|
|
GST_IS_TIMED_VALUE_CONTROL_SOURCE
|
|
|
|
GST_TIMED_VALUE_CONTROL_SOURCE_CLASS
|
|
|
|
GST_IS_TIMED_VALUE_CONTROL_SOURCE_CLASS
|
|
|
|
GST_TIMED_VALUE_CONTROL_SOURCE_GET_CLASS
|
|
|
|
GST_TYPE_TIMED_VALUE_CONTROL_SOURCE
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_TIMED_VALUE_CONTROL_SOURCE_LOCK
|
|
|
|
GST_TIMED_VALUE_CONTROL_SOURCE_UNLOCK
|
2011-12-19 10:13:45 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_timed_value_control_source_get_type
|
2016-01-06 17:14:06 +00:00
|
|
|
gst_control_point_get_type
|
2011-12-19 10:13:45 +00:00
|
|
|
</SECTION>
|
|
|
|
|
libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov...
Original commit message from CVS:
Reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_add_interpolation_control_source),
(gst_controlled_property_new), (gst_controlled_property_free),
(gst_controller_find_controlled_property),
(gst_controller_new_valist), (gst_controller_new_list),
(gst_controller_new), (gst_controller_remove_properties_valist),
(gst_controller_remove_properties_list),
(gst_controller_remove_properties),
(gst_controller_set_property_disabled),
(gst_controller_set_disabled), (gst_controller_set_control_source),
(gst_controller_get_control_source), (gst_controller_get),
(gst_controller_sync_values), (gst_controller_get_value_array),
(_gst_controller_dispose), (gst_controller_get_type),
(gst_controlled_property_set_interpolation_mode),
(gst_controller_set), (gst_controller_set_from_list),
(gst_controller_unset), (gst_controller_unset_all),
(gst_controller_get_all), (gst_controller_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstcontrolsource.c:
(gst_control_source_class_init), (gst_control_source_init),
(gst_control_source_get_value),
(gst_control_source_get_value_array), (gst_control_source_bind):
* libs/gst/controller/gstcontrolsource.h:
* libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
(gst_object_get_control_source):
* libs/gst/controller/gstinterpolation.c:
(gst_interpolation_control_source_find_control_point_node),
(gst_interpolation_control_source_get_first_value),
(_interpolate_none_get), (interpolate_none_get),
(interpolate_none_get_boolean_value_array),
(interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(_interpolate_trigger_get), (interpolate_trigger_get),
(interpolate_trigger_get_boolean_value_array),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_control_point_free), (gst_interpolation_control_source_reset),
(gst_interpolation_control_source_new),
(gst_interpolation_control_source_set_interpolation_mode),
(gst_interpolation_control_source_bind),
(gst_control_point_compare), (gst_control_point_find),
(gst_interpolation_control_source_set_internal),
(gst_interpolation_control_source_set),
(gst_interpolation_control_source_set_from_list),
(gst_interpolation_control_source_unset),
(gst_interpolation_control_source_unset_all),
(gst_interpolation_control_source_get_all),
(gst_interpolation_control_source_get_count),
(gst_interpolation_control_source_init),
(gst_interpolation_control_source_finalize),
(gst_interpolation_control_source_dispose),
(gst_interpolation_control_source_class_init):
* libs/gst/controller/gstinterpolationcontrolsource.h:
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
API: Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
Implement a interpolation control source and use this for backward
compatibility, deprecate a bunch of functions that are now handled
by GstControlSource or GstInterpolationControlSource.
Make it possible to disable the controller completely or only for
specific properties. Fixes #450711.
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add new functions and classes to the docs.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* tests/examples/controller/audio-example.c: (main):
Port unit test and example to the new API and add some new
unit tests.
2007-07-06 21:50:02 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstinterpolationcontrolsource</FILE>
|
|
|
|
<TITLE>GstInterpolationControlSource</TITLE>
|
2017-04-11 19:16:53 +00:00
|
|
|
<INCLUDE>libs/controller/controller.h</INCLUDE>
|
libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov...
Original commit message from CVS:
Reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_add_interpolation_control_source),
(gst_controlled_property_new), (gst_controlled_property_free),
(gst_controller_find_controlled_property),
(gst_controller_new_valist), (gst_controller_new_list),
(gst_controller_new), (gst_controller_remove_properties_valist),
(gst_controller_remove_properties_list),
(gst_controller_remove_properties),
(gst_controller_set_property_disabled),
(gst_controller_set_disabled), (gst_controller_set_control_source),
(gst_controller_get_control_source), (gst_controller_get),
(gst_controller_sync_values), (gst_controller_get_value_array),
(_gst_controller_dispose), (gst_controller_get_type),
(gst_controlled_property_set_interpolation_mode),
(gst_controller_set), (gst_controller_set_from_list),
(gst_controller_unset), (gst_controller_unset_all),
(gst_controller_get_all), (gst_controller_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstcontrolsource.c:
(gst_control_source_class_init), (gst_control_source_init),
(gst_control_source_get_value),
(gst_control_source_get_value_array), (gst_control_source_bind):
* libs/gst/controller/gstcontrolsource.h:
* libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
(gst_object_get_control_source):
* libs/gst/controller/gstinterpolation.c:
(gst_interpolation_control_source_find_control_point_node),
(gst_interpolation_control_source_get_first_value),
(_interpolate_none_get), (interpolate_none_get),
(interpolate_none_get_boolean_value_array),
(interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(_interpolate_trigger_get), (interpolate_trigger_get),
(interpolate_trigger_get_boolean_value_array),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_control_point_free), (gst_interpolation_control_source_reset),
(gst_interpolation_control_source_new),
(gst_interpolation_control_source_set_interpolation_mode),
(gst_interpolation_control_source_bind),
(gst_control_point_compare), (gst_control_point_find),
(gst_interpolation_control_source_set_internal),
(gst_interpolation_control_source_set),
(gst_interpolation_control_source_set_from_list),
(gst_interpolation_control_source_unset),
(gst_interpolation_control_source_unset_all),
(gst_interpolation_control_source_get_all),
(gst_interpolation_control_source_get_count),
(gst_interpolation_control_source_init),
(gst_interpolation_control_source_finalize),
(gst_interpolation_control_source_dispose),
(gst_interpolation_control_source_class_init):
* libs/gst/controller/gstinterpolationcontrolsource.h:
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
API: Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
Implement a interpolation control source and use this for backward
compatibility, deprecate a bunch of functions that are now handled
by GstControlSource or GstInterpolationControlSource.
Make it possible to disable the controller completely or only for
specific properties. Fixes #450711.
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add new functions and classes to the docs.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* tests/examples/controller/audio-example.c: (main):
Port unit test and example to the new API and add some new
unit tests.
2007-07-06 21:50:02 +00:00
|
|
|
GstInterpolationControlSource
|
2011-12-19 22:32:57 +00:00
|
|
|
GstInterpolationMode
|
libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov...
Original commit message from CVS:
Reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_add_interpolation_control_source),
(gst_controlled_property_new), (gst_controlled_property_free),
(gst_controller_find_controlled_property),
(gst_controller_new_valist), (gst_controller_new_list),
(gst_controller_new), (gst_controller_remove_properties_valist),
(gst_controller_remove_properties_list),
(gst_controller_remove_properties),
(gst_controller_set_property_disabled),
(gst_controller_set_disabled), (gst_controller_set_control_source),
(gst_controller_get_control_source), (gst_controller_get),
(gst_controller_sync_values), (gst_controller_get_value_array),
(_gst_controller_dispose), (gst_controller_get_type),
(gst_controlled_property_set_interpolation_mode),
(gst_controller_set), (gst_controller_set_from_list),
(gst_controller_unset), (gst_controller_unset_all),
(gst_controller_get_all), (gst_controller_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstcontrolsource.c:
(gst_control_source_class_init), (gst_control_source_init),
(gst_control_source_get_value),
(gst_control_source_get_value_array), (gst_control_source_bind):
* libs/gst/controller/gstcontrolsource.h:
* libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
(gst_object_get_control_source):
* libs/gst/controller/gstinterpolation.c:
(gst_interpolation_control_source_find_control_point_node),
(gst_interpolation_control_source_get_first_value),
(_interpolate_none_get), (interpolate_none_get),
(interpolate_none_get_boolean_value_array),
(interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(_interpolate_trigger_get), (interpolate_trigger_get),
(interpolate_trigger_get_boolean_value_array),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_control_point_free), (gst_interpolation_control_source_reset),
(gst_interpolation_control_source_new),
(gst_interpolation_control_source_set_interpolation_mode),
(gst_interpolation_control_source_bind),
(gst_control_point_compare), (gst_control_point_find),
(gst_interpolation_control_source_set_internal),
(gst_interpolation_control_source_set),
(gst_interpolation_control_source_set_from_list),
(gst_interpolation_control_source_unset),
(gst_interpolation_control_source_unset_all),
(gst_interpolation_control_source_get_all),
(gst_interpolation_control_source_get_count),
(gst_interpolation_control_source_init),
(gst_interpolation_control_source_finalize),
(gst_interpolation_control_source_dispose),
(gst_interpolation_control_source_class_init):
* libs/gst/controller/gstinterpolationcontrolsource.h:
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
API: Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
Implement a interpolation control source and use this for backward
compatibility, deprecate a bunch of functions that are now handled
by GstControlSource or GstInterpolationControlSource.
Make it possible to disable the controller completely or only for
specific properties. Fixes #450711.
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add new functions and classes to the docs.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* tests/examples/controller/audio-example.c: (main):
Port unit test and example to the new API and add some new
unit tests.
2007-07-06 21:50:02 +00:00
|
|
|
gst_interpolation_control_source_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstInterpolationControlSourceClass
|
|
|
|
GstInterpolationControlSourcePrivate
|
2011-12-19 22:32:57 +00:00
|
|
|
GST_INTERPOLATION_CONTROL_SOURCE
|
|
|
|
GST_IS_INTERPOLATION_CONTROL_SOURCE
|
|
|
|
GST_INTERPOLATION_CONTROL_SOURCE_CLASS
|
|
|
|
GST_IS_INTERPOLATION_CONTROL_SOURCE_CLASS
|
|
|
|
GST_INTERPOLATION_CONTROL_SOURCE_GET_CLASS
|
|
|
|
GST_TYPE_INTERPOLATION_CONTROL_SOURCE
|
|
|
|
GST_TYPE_INTERPOLATION_MODE
|
libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov...
Original commit message from CVS:
Reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_add_interpolation_control_source),
(gst_controlled_property_new), (gst_controlled_property_free),
(gst_controller_find_controlled_property),
(gst_controller_new_valist), (gst_controller_new_list),
(gst_controller_new), (gst_controller_remove_properties_valist),
(gst_controller_remove_properties_list),
(gst_controller_remove_properties),
(gst_controller_set_property_disabled),
(gst_controller_set_disabled), (gst_controller_set_control_source),
(gst_controller_get_control_source), (gst_controller_get),
(gst_controller_sync_values), (gst_controller_get_value_array),
(_gst_controller_dispose), (gst_controller_get_type),
(gst_controlled_property_set_interpolation_mode),
(gst_controller_set), (gst_controller_set_from_list),
(gst_controller_unset), (gst_controller_unset_all),
(gst_controller_get_all), (gst_controller_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstcontrolsource.c:
(gst_control_source_class_init), (gst_control_source_init),
(gst_control_source_get_value),
(gst_control_source_get_value_array), (gst_control_source_bind):
* libs/gst/controller/gstcontrolsource.h:
* libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
(gst_object_get_control_source):
* libs/gst/controller/gstinterpolation.c:
(gst_interpolation_control_source_find_control_point_node),
(gst_interpolation_control_source_get_first_value),
(_interpolate_none_get), (interpolate_none_get),
(interpolate_none_get_boolean_value_array),
(interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(_interpolate_trigger_get), (interpolate_trigger_get),
(interpolate_trigger_get_boolean_value_array),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_control_point_free), (gst_interpolation_control_source_reset),
(gst_interpolation_control_source_new),
(gst_interpolation_control_source_set_interpolation_mode),
(gst_interpolation_control_source_bind),
(gst_control_point_compare), (gst_control_point_find),
(gst_interpolation_control_source_set_internal),
(gst_interpolation_control_source_set),
(gst_interpolation_control_source_set_from_list),
(gst_interpolation_control_source_unset),
(gst_interpolation_control_source_unset_all),
(gst_interpolation_control_source_get_all),
(gst_interpolation_control_source_get_count),
(gst_interpolation_control_source_init),
(gst_interpolation_control_source_finalize),
(gst_interpolation_control_source_dispose),
(gst_interpolation_control_source_class_init):
* libs/gst/controller/gstinterpolationcontrolsource.h:
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
API: Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
Implement a interpolation control source and use this for backward
compatibility, deprecate a bunch of functions that are now handled
by GstControlSource or GstInterpolationControlSource.
Make it possible to disable the controller completely or only for
specific properties. Fixes #450711.
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add new functions and classes to the docs.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* tests/examples/controller/audio-example.c: (main):
Port unit test and example to the new API and add some new
unit tests.
2007-07-06 21:50:02 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_interpolation_control_source_get_type
|
2011-12-19 22:32:57 +00:00
|
|
|
gst_interpolation_mode_get_type
|
libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov...
Original commit message from CVS:
Reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_add_interpolation_control_source),
(gst_controlled_property_new), (gst_controlled_property_free),
(gst_controller_find_controlled_property),
(gst_controller_new_valist), (gst_controller_new_list),
(gst_controller_new), (gst_controller_remove_properties_valist),
(gst_controller_remove_properties_list),
(gst_controller_remove_properties),
(gst_controller_set_property_disabled),
(gst_controller_set_disabled), (gst_controller_set_control_source),
(gst_controller_get_control_source), (gst_controller_get),
(gst_controller_sync_values), (gst_controller_get_value_array),
(_gst_controller_dispose), (gst_controller_get_type),
(gst_controlled_property_set_interpolation_mode),
(gst_controller_set), (gst_controller_set_from_list),
(gst_controller_unset), (gst_controller_unset_all),
(gst_controller_get_all), (gst_controller_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstcontrolsource.c:
(gst_control_source_class_init), (gst_control_source_init),
(gst_control_source_get_value),
(gst_control_source_get_value_array), (gst_control_source_bind):
* libs/gst/controller/gstcontrolsource.h:
* libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
(gst_object_get_control_source):
* libs/gst/controller/gstinterpolation.c:
(gst_interpolation_control_source_find_control_point_node),
(gst_interpolation_control_source_get_first_value),
(_interpolate_none_get), (interpolate_none_get),
(interpolate_none_get_boolean_value_array),
(interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(_interpolate_trigger_get), (interpolate_trigger_get),
(interpolate_trigger_get_boolean_value_array),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_control_point_free), (gst_interpolation_control_source_reset),
(gst_interpolation_control_source_new),
(gst_interpolation_control_source_set_interpolation_mode),
(gst_interpolation_control_source_bind),
(gst_control_point_compare), (gst_control_point_find),
(gst_interpolation_control_source_set_internal),
(gst_interpolation_control_source_set),
(gst_interpolation_control_source_set_from_list),
(gst_interpolation_control_source_unset),
(gst_interpolation_control_source_unset_all),
(gst_interpolation_control_source_get_all),
(gst_interpolation_control_source_get_count),
(gst_interpolation_control_source_init),
(gst_interpolation_control_source_finalize),
(gst_interpolation_control_source_dispose),
(gst_interpolation_control_source_class_init):
* libs/gst/controller/gstinterpolationcontrolsource.h:
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
API: Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
Implement a interpolation control source and use this for backward
compatibility, deprecate a bunch of functions that are now handled
by GstControlSource or GstInterpolationControlSource.
Make it possible to disable the controller completely or only for
specific properties. Fixes #450711.
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add new functions and classes to the docs.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* tests/examples/controller/audio-example.c: (main):
Port unit test and example to the new API and add some new
unit tests.
2007-07-06 21:50:02 +00:00
|
|
|
</SECTION>
|
|
|
|
|
libs/gst/controller/: API: Add GstLFOControlSource, a control source that gives values for specific timestamps based ...
Original commit message from CVS:
reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstlfocontrolsource.c: (_calculate_pos),
(gst_lfo_waveform_get_type), (gst_lfo_control_source_reset),
(gst_lfo_control_source_new),
(gst_lfo_control_source_set_waveform),
(gst_lfo_control_source_bind), (gst_lfo_control_source_init),
(gst_lfo_control_source_finalize),
(gst_lfo_control_source_dispose),
(gst_lfo_control_source_set_property),
(gst_lfo_control_source_get_property),
(gst_lfo_control_source_class_init):
* libs/gst/controller/gstlfocontrolsource.h:
* libs/gst/controller/gstlfocontrolsourceprivate.h:
API: Add GstLFOControlSource, a control source that gives values
for specific timestamps based on several periodic waveforms.
Fixes #459717.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add documentation and unit tests for GstLFOControlSource.
2007-08-03 15:47:17 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstlfocontrolsource</FILE>
|
|
|
|
<TITLE>GstLFOControlSource</TITLE>
|
|
|
|
<INCLUDE>libs/controller/gstlfocontrolsource.h</INCLUDE>
|
|
|
|
GstLFOControlSource
|
|
|
|
GstLFOWaveform
|
|
|
|
gst_lfo_control_source_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstLFOControlSourceClass
|
|
|
|
GstLFOControlSourcePrivate
|
|
|
|
GST_IS_LFO_CONTROL_SOURCE
|
|
|
|
GST_IS_LFO_CONTROL_SOURCE_CLASS
|
|
|
|
GST_LFO_CONTROL_SOURCE
|
|
|
|
GST_LFO_CONTROL_SOURCE_CLASS
|
|
|
|
GST_LFO_CONTROL_SOURCE_GET_CLASS
|
|
|
|
GST_TYPE_LFO_CONTROL_SOURCE
|
|
|
|
GST_TYPE_LFO_WAVEFORM
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_lfo_control_source_get_type
|
|
|
|
gst_lfo_waveform_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2011-12-19 10:13:45 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttriggercontrolsource</FILE>
|
|
|
|
<TITLE>GstTriggerControlSource</TITLE>
|
2017-04-11 19:16:53 +00:00
|
|
|
<INCLUDE>libs/controller/controller.h</INCLUDE>
|
2011-12-19 10:13:45 +00:00
|
|
|
GstTriggerControlSource
|
|
|
|
gst_trigger_control_source_new
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_TYPE_TRIGGER_WAVEFORM
|
2011-12-19 10:13:45 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTriggerControlSourceClass
|
|
|
|
GstTriggerControlSourcePrivate
|
|
|
|
GST_TRIGGER_CONTROL_SOURCE
|
|
|
|
GST_IS_TRIGGER_CONTROL_SOURCE
|
|
|
|
GST_TRIGGER_CONTROL_SOURCE_CLASS
|
|
|
|
GST_IS_TRIGGER_CONTROL_SOURCE_CLASS
|
|
|
|
GST_TRIGGER_CONTROL_SOURCE_GET_CLASS
|
|
|
|
GST_TYPE_TRIGGER_CONTROL_SOURCE
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_trigger_control_source_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
# base classes
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstadapter</FILE>
|
|
|
|
<TITLE>GstAdapter</TITLE>
|
2017-12-02 15:44:48 +00:00
|
|
|
<INCLUDE>gst/base/adapter.h</INCLUDE>
|
2005-11-29 19:34:24 +00:00
|
|
|
GstAdapter
|
|
|
|
gst_adapter_new
|
|
|
|
gst_adapter_clear
|
|
|
|
gst_adapter_push
|
2011-06-05 17:11:22 +00:00
|
|
|
gst_adapter_map
|
|
|
|
gst_adapter_unmap
|
2007-01-25 10:50:03 +00:00
|
|
|
gst_adapter_copy
|
2014-03-01 22:18:44 +00:00
|
|
|
gst_adapter_copy_bytes
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_adapter_flush
|
|
|
|
gst_adapter_available
|
|
|
|
gst_adapter_available_fast
|
|
|
|
gst_adapter_take
|
2006-05-04 14:19:53 +00:00
|
|
|
gst_adapter_take_buffer
|
2015-06-30 09:11:25 +00:00
|
|
|
gst_adapter_get_buffer
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_adapter_take_buffer_fast
|
2015-06-30 09:11:25 +00:00
|
|
|
gst_adapter_get_buffer_fast
|
2010-09-17 13:51:08 +00:00
|
|
|
gst_adapter_take_list
|
2015-06-30 09:11:25 +00:00
|
|
|
gst_adapter_get_list
|
2015-03-14 17:20:33 +00:00
|
|
|
gst_adapter_take_buffer_list
|
2015-06-30 09:11:25 +00:00
|
|
|
gst_adapter_get_buffer_list
|
2011-10-28 10:28:46 +00:00
|
|
|
gst_adapter_prev_pts
|
|
|
|
gst_adapter_prev_dts
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_adapter_prev_pts_at_offset
|
|
|
|
gst_adapter_prev_dts_at_offset
|
2016-05-19 08:31:02 +00:00
|
|
|
gst_adapter_prev_offset
|
2016-06-07 08:32:47 +00:00
|
|
|
gst_adapter_pts_at_discont
|
|
|
|
gst_adapter_dts_at_discont
|
|
|
|
gst_adapter_offset_at_discont
|
|
|
|
gst_adapter_distance_from_discont
|
2009-05-19 22:44:11 +00:00
|
|
|
gst_adapter_masked_scan_uint32
|
2010-05-27 10:15:22 +00:00
|
|
|
gst_adapter_masked_scan_uint32_peek
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstAdapterClass
|
2009-05-13 19:35:23 +00:00
|
|
|
GstAdapterPrivate
|
2005-11-29 19:34:24 +00:00
|
|
|
GST_ADAPTER
|
|
|
|
GST_IS_ADAPTER
|
|
|
|
GST_TYPE_ADAPTER
|
|
|
|
GST_ADAPTER_CLASS
|
|
|
|
GST_IS_ADAPTER_CLASS
|
|
|
|
GST_ADAPTER_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_adapter_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2017-12-02 15:44:48 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstaggregator</FILE>
|
|
|
|
<TITLE>GstAggregator</TITLE>
|
|
|
|
<INCLUDE>gst/base/base.h</INCLUDE>
|
|
|
|
GstAggregator
|
|
|
|
GstAggregatorClass
|
|
|
|
gst_aggregator_finish_buffer
|
|
|
|
gst_aggregator_set_src_caps
|
|
|
|
gst_aggregator_get_latency
|
|
|
|
gst_aggregator_get_buffer_pool
|
|
|
|
gst_aggregator_get_allocator
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_AGGREGATOR
|
|
|
|
GST_IS_AGGREGATOR_CLASS
|
|
|
|
GST_TYPE_AGGREGATOR
|
|
|
|
GST_AGGREGATOR
|
|
|
|
GST_AGGREGATOR_CLASS
|
|
|
|
GST_AGGREGATOR_GET_CLASS
|
|
|
|
gst_aggregator_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstaggregatorpad</FILE>
|
|
|
|
<TITLE>GstAggregatorPad</TITLE>
|
|
|
|
GstAggregatorPad
|
|
|
|
GstAggregatorPadClass
|
2018-01-23 08:56:34 +00:00
|
|
|
gst_aggregator_pad_pop_buffer
|
|
|
|
gst_aggregator_pad_peek_buffer
|
2017-12-02 15:44:48 +00:00
|
|
|
gst_aggregator_pad_drop_buffer
|
|
|
|
gst_aggregator_pad_is_eos
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_IS_AGGREGATOR_PAD
|
|
|
|
GST_IS_AGGREGATOR_PAD_CLASS
|
|
|
|
GST_TYPE_AGGREGATOR_PAD
|
|
|
|
GST_AGGREGATOR_PAD
|
|
|
|
GST_AGGREGATOR_PAD_CLASS
|
|
|
|
GST_AGGREGATOR_PAD_GET_CLASS
|
|
|
|
gst_aggregator_pad_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2011-03-31 14:50:22 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbaseparse</FILE>
|
|
|
|
<TITLE>GstBaseParse</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbaseparse.h</INCLUDE>
|
|
|
|
GstBaseParse
|
|
|
|
GstBaseParseClass
|
|
|
|
|
2015-08-16 09:15:56 +00:00
|
|
|
gst_base_parse_merge_tags
|
2011-03-31 14:50:22 +00:00
|
|
|
gst_base_parse_set_duration
|
|
|
|
gst_base_parse_set_average_bitrate
|
|
|
|
gst_base_parse_set_min_frame_size
|
2011-04-06 16:43:27 +00:00
|
|
|
gst_base_parse_set_passthrough
|
|
|
|
gst_base_parse_set_syncable
|
|
|
|
gst_base_parse_set_has_timing_info
|
2016-11-10 12:47:37 +00:00
|
|
|
gst_base_parse_drain
|
2011-04-08 14:31:14 +00:00
|
|
|
gst_base_parse_set_frame_rate
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_base_parse_set_latency
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_base_parse_set_infer_ts
|
|
|
|
gst_base_parse_set_pts_interpolation
|
|
|
|
gst_base_parse_set_ts_at_offset
|
2011-03-31 14:50:22 +00:00
|
|
|
gst_base_parse_convert_default
|
|
|
|
gst_base_parse_add_index_entry
|
|
|
|
|
2011-05-02 12:46:59 +00:00
|
|
|
GstBaseParseFrame
|
2011-03-31 14:50:22 +00:00
|
|
|
GstBaseParseFrameFlags
|
2011-04-15 18:07:55 +00:00
|
|
|
gst_base_parse_frame_new
|
2011-03-31 14:50:22 +00:00
|
|
|
gst_base_parse_frame_init
|
2011-04-15 18:07:55 +00:00
|
|
|
gst_base_parse_frame_free
|
|
|
|
|
2011-03-31 14:50:22 +00:00
|
|
|
gst_base_parse_push_frame
|
2013-01-14 20:02:42 +00:00
|
|
|
gst_base_parse_finish_frame
|
2011-03-31 14:50:22 +00:00
|
|
|
|
2011-05-02 12:46:59 +00:00
|
|
|
GST_BASE_PARSE_DRAINING
|
|
|
|
GST_BASE_PARSE_FLAG_DRAINING
|
|
|
|
GST_BASE_PARSE_FLAG_LOST_SYNC
|
|
|
|
GST_BASE_PARSE_FLOW_DROPPED
|
|
|
|
GST_BASE_PARSE_LOST_SYNC
|
|
|
|
GST_BASE_PARSE_SINK_PAD
|
2011-03-31 14:50:22 +00:00
|
|
|
GST_BASE_PARSE_SRC_PAD
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstBaseParsePrivate
|
|
|
|
GST_BASE_PARSE
|
|
|
|
GST_BASE_PARSE_CAST
|
|
|
|
GST_IS_BASE_PARSE
|
|
|
|
GST_TYPE_BASE_PARSE
|
|
|
|
GST_BASE_PARSE_CLASS
|
|
|
|
GST_IS_BASE_PARSE_CLASS
|
|
|
|
GST_BASE_PARSE_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_base_parse_get_type
|
2011-04-15 18:07:55 +00:00
|
|
|
gst_base_parse_frame_get_type
|
2011-03-31 14:50:22 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbasesrc</FILE>
|
|
|
|
<TITLE>GstBaseSrc</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbasesrc.h</INCLUDE>
|
|
|
|
GstBaseSrc
|
2006-04-04 14:58:50 +00:00
|
|
|
GstBaseSrcClass
|
2005-11-29 19:34:24 +00:00
|
|
|
GstBaseSrcFlags
|
|
|
|
|
2006-09-27 13:19:55 +00:00
|
|
|
gst_base_src_wait_playing
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_base_src_start_wait
|
|
|
|
gst_base_src_start_complete
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_base_src_is_live
|
|
|
|
gst_base_src_set_live
|
docs/libs/gstreamer-libs-sections.txt: Added new symbol to docs.
Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
Added new symbol to docs.
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_init), (gst_base_src_set_format),
(gst_base_src_default_query), (gst_base_src_query),
(gst_base_src_default_do_seek), (gst_base_src_do_seek),
(gst_base_src_perform_seek), (gst_base_src_send_event),
(gst_base_src_default_event), (gst_base_src_event_handler),
(gst_base_src_set_property), (gst_base_src_get_property),
(gst_base_src_wait), (gst_base_src_do_sync),
(gst_base_src_update_length), (gst_base_src_get_range),
(gst_base_src_check_get_range), (gst_base_src_loop),
(gst_base_src_default_negotiate), (gst_base_src_start),
(gst_base_src_activate_push), (gst_base_src_activate_pull),
(gst_base_src_change_state):
* libs/gst/base/gstbasesrc.h:
Implement seeking to other formats than _BYTES.
Implement more seeking methods correctly.
Doc updates.
Added query vmethod.
Added do_seek vmethod to make life easier for subclasses
when seeking.
API addition: gst_base_src_set_format()
2005-12-12 14:41:05 +00:00
|
|
|
gst_base_src_set_format
|
2007-05-03 14:54:34 +00:00
|
|
|
gst_base_src_query_latency
|
docs/design/part-negotiation.txt: Small doc update.
Original commit message from CVS:
* docs/design/part-negotiation.txt:
Small doc update.
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
(gst_base_sink_pad_getcaps), (gst_base_sink_pad_setcaps),
(gst_base_sink_init), (gst_base_sink_set_blocksize),
(gst_base_sink_get_blocksize), (gst_base_sink_set_property),
(gst_base_sink_get_property), (gst_base_sink_needs_preroll),
(gst_base_sink_loop), (gst_base_sink_pad_activate),
(gst_base_sink_negotiate_pull), (gst_base_sink_pad_activate_pull),
(gst_base_sink_change_state):
* libs/gst/base/gstbasesink.h:
Add blocksize property and methods to control the amount of data
to pull.
Negotiate first before activating upstream in pull mode so that they can
negotiate themselves.
When we operate in pull mode, we only accept the caps that we
negotiated.
Make the sink go ASYNC to PAUSED, like all other sinks.
API: GstBaseSink::gst_base_sink_set_blocksize()
API: GstBaseSink::gst_base_sink_get_blocksize()
API: GstBaseSink::blocksize
* libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
(gst_base_src_set_live), (gst_base_src_is_live),
(gst_base_src_set_format), (gst_base_src_query_latency),
(gst_base_src_set_blocksize), (gst_base_src_get_blocksize),
(gst_base_src_set_do_timestamp), (gst_base_src_get_do_timestamp),
(gst_base_src_set_property), (gst_base_src_get_property):
* libs/gst/base/gstbasesrc.h:
Add typechecking in public API functions.
Add methods to control the blocksize in subclasses.
API: GstBaseSrc::gst_base_src_set_blocksize()
API: GstBaseSrc::gst_base_src_get_blocksize()
2008-10-10 10:01:36 +00:00
|
|
|
gst_base_src_get_blocksize
|
|
|
|
gst_base_src_set_blocksize
|
2007-09-11 10:33:14 +00:00
|
|
|
gst_base_src_get_do_timestamp
|
|
|
|
gst_base_src_set_do_timestamp
|
2011-06-10 11:44:40 +00:00
|
|
|
gst_base_src_set_dynamic_size
|
2014-02-13 11:07:50 +00:00
|
|
|
gst_base_src_set_automatic_eos
|
2009-11-21 15:37:34 +00:00
|
|
|
gst_base_src_new_seamless_segment
|
2011-09-28 09:16:33 +00:00
|
|
|
gst_base_src_set_caps
|
2012-08-14 13:46:35 +00:00
|
|
|
gst_base_src_get_allocator
|
|
|
|
gst_base_src_get_buffer_pool
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_base_src_is_async
|
|
|
|
gst_base_src_set_async
|
2017-08-30 12:03:28 +00:00
|
|
|
gst_base_src_submit_buffer_list
|
2005-11-29 19:34:24 +00:00
|
|
|
|
|
|
|
GST_BASE_SRC_PAD
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_BASE_SRC_IS_STARTED
|
|
|
|
GST_BASE_SRC_IS_STARTING
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Standard>
|
2006-03-07 15:14:51 +00:00
|
|
|
GstBaseSrcPrivate
|
2005-11-29 19:34:24 +00:00
|
|
|
GST_BASE_SRC
|
|
|
|
GST_BASE_SRC_CAST
|
|
|
|
GST_IS_BASE_SRC
|
|
|
|
GST_TYPE_BASE_SRC
|
|
|
|
GST_BASE_SRC_CLASS
|
|
|
|
GST_IS_BASE_SRC_CLASS
|
|
|
|
GST_BASE_SRC_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_base_src_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbasesink</FILE>
|
|
|
|
<TITLE>GstBaseSink</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbasesink.h</INCLUDE>
|
|
|
|
GstBaseSink
|
2006-04-04 14:58:50 +00:00
|
|
|
GstBaseSinkClass
|
2005-11-29 19:34:24 +00:00
|
|
|
|
docs/design/draft-latency.txt: Small update.
Original commit message from CVS:
* docs/design/draft-latency.txt:
Small update.
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
(gst_base_sink_get_latency), (gst_base_sink_query_latency),
(gst_base_sink_wait_clock), (gst_base_sink_send_qos),
(gst_base_sink_perform_qos), (gst_base_sink_queue_object_unlocked),
(gst_base_sink_chain_unlocked), (gst_base_sink_send_event),
(gst_base_sink_get_position), (gst_base_sink_query),
(gst_base_sink_change_state):
* libs/gst/base/gstbasesink.h:
API: gst_base_sink_query_latency() to let subclasses query the upstream
latency.
API: gst_base_sink_get_latency() to let subclasses query the configured
latency in the sink.
Implement query and set latency.
Update some docs.
As spotted by Will Newton <will dot newton at gmail dot com>: Make sure we
don't continue preroll when we are flushing. Fixes #405284.
* tests/check/pipelines/stress.c: (change_state_timeout),
(quit_timeout), (GST_START_TEST), (stress_suite):
Test for #405284.
2007-02-12 11:32:22 +00:00
|
|
|
gst_base_sink_query_latency
|
|
|
|
gst_base_sink_get_latency
|
2008-10-16 14:09:18 +00:00
|
|
|
gst_base_sink_do_preroll
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_base_sink_wait
|
2006-09-15 08:47:36 +00:00
|
|
|
gst_base_sink_wait_preroll
|
2008-05-19 16:36:51 +00:00
|
|
|
gst_base_sink_wait_clock
|
2006-03-07 16:21:02 +00:00
|
|
|
gst_base_sink_set_sync
|
|
|
|
gst_base_sink_get_sync
|
|
|
|
gst_base_sink_set_max_lateness
|
|
|
|
gst_base_sink_get_max_lateness
|
2006-05-02 17:29:07 +00:00
|
|
|
gst_base_sink_set_qos_enabled
|
2007-08-30 17:50:54 +00:00
|
|
|
gst_base_sink_is_qos_enabled
|
|
|
|
gst_base_sink_set_async_enabled
|
|
|
|
gst_base_sink_is_async_enabled
|
|
|
|
gst_base_sink_set_ts_offset
|
|
|
|
gst_base_sink_get_ts_offset
|
2008-06-20 08:54:45 +00:00
|
|
|
gst_base_sink_set_render_delay
|
|
|
|
gst_base_sink_get_render_delay
|
2011-12-01 15:46:06 +00:00
|
|
|
gst_base_sink_get_last_sample
|
docs/design/part-negotiation.txt: Small doc update.
Original commit message from CVS:
* docs/design/part-negotiation.txt:
Small doc update.
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
(gst_base_sink_pad_getcaps), (gst_base_sink_pad_setcaps),
(gst_base_sink_init), (gst_base_sink_set_blocksize),
(gst_base_sink_get_blocksize), (gst_base_sink_set_property),
(gst_base_sink_get_property), (gst_base_sink_needs_preroll),
(gst_base_sink_loop), (gst_base_sink_pad_activate),
(gst_base_sink_negotiate_pull), (gst_base_sink_pad_activate_pull),
(gst_base_sink_change_state):
* libs/gst/base/gstbasesink.h:
Add blocksize property and methods to control the amount of data
to pull.
Negotiate first before activating upstream in pull mode so that they can
negotiate themselves.
When we operate in pull mode, we only accept the caps that we
negotiated.
Make the sink go ASYNC to PAUSED, like all other sinks.
API: GstBaseSink::gst_base_sink_set_blocksize()
API: GstBaseSink::gst_base_sink_get_blocksize()
API: GstBaseSink::blocksize
* libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
(gst_base_src_set_live), (gst_base_src_is_live),
(gst_base_src_set_format), (gst_base_src_query_latency),
(gst_base_src_set_blocksize), (gst_base_src_get_blocksize),
(gst_base_src_set_do_timestamp), (gst_base_src_get_do_timestamp),
(gst_base_src_set_property), (gst_base_src_get_property):
* libs/gst/base/gstbasesrc.h:
Add typechecking in public API functions.
Add methods to control the blocksize in subclasses.
API: GstBaseSrc::gst_base_src_set_blocksize()
API: GstBaseSrc::gst_base_src_get_blocksize()
2008-10-10 10:01:36 +00:00
|
|
|
gst_base_sink_set_blocksize
|
|
|
|
gst_base_sink_get_blocksize
|
2011-02-10 12:42:05 +00:00
|
|
|
gst_base_sink_get_throttle_time
|
|
|
|
gst_base_sink_set_throttle_time
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_base_sink_set_max_bitrate
|
|
|
|
gst_base_sink_get_max_bitrate
|
|
|
|
gst_base_sink_set_last_sample_enabled
|
|
|
|
gst_base_sink_is_last_sample_enabled
|
2006-05-02 17:29:07 +00:00
|
|
|
|
|
|
|
GST_BASE_SINK_PAD
|
2011-06-10 11:34:59 +00:00
|
|
|
GST_BASE_SINK_GET_PREROLL_COND
|
|
|
|
GST_BASE_SINK_GET_PREROLL_LOCK
|
|
|
|
GST_BASE_SINK_PREROLL_BROADCAST
|
|
|
|
GST_BASE_SINK_PREROLL_LOCK
|
|
|
|
GST_BASE_SINK_PREROLL_SIGNAL
|
|
|
|
GST_BASE_SINK_PREROLL_TRYLOCK
|
|
|
|
GST_BASE_SINK_PREROLL_UNLOCK
|
|
|
|
GST_BASE_SINK_PREROLL_WAIT
|
2013-11-30 11:15:37 +00:00
|
|
|
GST_BASE_SINK_PREROLL_WAIT_UNTIL
|
2006-03-07 16:21:02 +00:00
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_BASE_SINK
|
|
|
|
GST_BASE_SINK_CAST
|
|
|
|
GST_IS_BASE_SINK
|
|
|
|
GST_TYPE_BASE_SINK
|
|
|
|
GST_BASE_SINK_CLASS
|
|
|
|
GST_IS_BASE_SINK_CLASS
|
|
|
|
GST_BASE_SINK_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
2006-05-02 17:29:07 +00:00
|
|
|
GstBaseSinkPrivate
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_base_sink_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbasetransform</FILE>
|
|
|
|
<TITLE>GstBaseTransform</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbasetransform.h</INCLUDE>
|
|
|
|
GstBaseTransform
|
2006-05-03 16:45:11 +00:00
|
|
|
GstBaseTransformClass
|
2005-11-29 19:34:24 +00:00
|
|
|
|
|
|
|
gst_base_transform_is_passthrough
|
|
|
|
gst_base_transform_set_passthrough
|
2012-10-04 10:24:09 +00:00
|
|
|
gst_base_transform_set_prefer_passthrough
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_base_transform_is_in_place
|
|
|
|
gst_base_transform_set_in_place
|
2006-05-02 17:29:07 +00:00
|
|
|
gst_base_transform_is_qos_enabled
|
|
|
|
gst_base_transform_set_qos_enabled
|
|
|
|
gst_base_transform_update_qos
|
2007-12-14 16:52:38 +00:00
|
|
|
gst_base_transform_set_gap_aware
|
2012-08-14 13:46:35 +00:00
|
|
|
gst_base_transform_get_allocator
|
|
|
|
gst_base_transform_get_buffer_pool
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_base_transform_reconfigure_sink
|
|
|
|
gst_base_transform_reconfigure_src
|
2015-06-14 14:56:28 +00:00
|
|
|
gst_base_transform_update_src_caps
|
2005-11-29 19:34:24 +00:00
|
|
|
|
|
|
|
GST_BASE_TRANSFORM_SINK_NAME
|
|
|
|
GST_BASE_TRANSFORM_SRC_NAME
|
2006-03-07 15:14:51 +00:00
|
|
|
GST_BASE_TRANSFORM_SINK_PAD
|
|
|
|
GST_BASE_TRANSFORM_SRC_PAD
|
2005-11-29 19:34:24 +00:00
|
|
|
|
2007-03-08 11:40:18 +00:00
|
|
|
GST_BASE_TRANSFORM_FLOW_DROPPED
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_BASE_TRANSFORM
|
|
|
|
GST_IS_BASE_TRANSFORM
|
|
|
|
GST_TYPE_BASE_TRANSFORM
|
|
|
|
GST_BASE_TRANSFORM_CLASS
|
|
|
|
GST_IS_BASE_TRANSFORM_CLASS
|
|
|
|
GST_BASE_TRANSFORM_GET_CLASS
|
2006-03-07 15:14:51 +00:00
|
|
|
GST_BASE_TRANSFORM_CAST
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Private>
|
2006-05-02 17:29:07 +00:00
|
|
|
GstBaseTransformPrivate
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_base_transform_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554.
Original commit message from CVS:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/Makefile.am:
* libs/gst/base/gstbitreader.c: (gst_bit_reader_new),
(gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
(gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
(gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
(gst_bit_reader_get_remaining), (gst_bit_reader_skip),
(gst_bit_reader_skip_to_byte):
* libs/gst/base/gstbitreader.h:
* libs/gst/base/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
(GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
(gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
(gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
(gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
(gst_byte_reader_get_remaining), (gst_byte_reader_skip),
(gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
(gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
(gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
(gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
(gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
(gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
* libs/gst/base/gstbytereader.h:
* tests/check/Makefile.am:
* tests/check/libs/bitreader.c: (GST_START_TEST),
(gst_bit_reader_suite):
* tests/check/libs/bytereader.c: (GST_START_TEST),
(gst_byte_reader_suite):
Add bit reader and byte reader classes, including documentation
and an extensive unit test suite. Fixes bug #553554.
2008-10-06 12:41:53 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbitreader</FILE>
|
|
|
|
<TITLE>GstBitReader</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbitreader.h</INCLUDE>
|
|
|
|
GstBitReader
|
|
|
|
|
|
|
|
GST_BIT_READER_INIT
|
|
|
|
|
|
|
|
gst_bit_reader_new
|
|
|
|
gst_bit_reader_free
|
|
|
|
|
|
|
|
gst_bit_reader_init
|
|
|
|
|
|
|
|
gst_bit_reader_get_pos
|
|
|
|
gst_bit_reader_get_remaining
|
|
|
|
gst_bit_reader_set_pos
|
2009-10-07 16:37:28 +00:00
|
|
|
gst_bit_reader_get_size
|
Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554.
Original commit message from CVS:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/Makefile.am:
* libs/gst/base/gstbitreader.c: (gst_bit_reader_new),
(gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
(gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
(gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
(gst_bit_reader_get_remaining), (gst_bit_reader_skip),
(gst_bit_reader_skip_to_byte):
* libs/gst/base/gstbitreader.h:
* libs/gst/base/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
(GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
(gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
(gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
(gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
(gst_byte_reader_get_remaining), (gst_byte_reader_skip),
(gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
(gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
(gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
(gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
(gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
(gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
* libs/gst/base/gstbytereader.h:
* tests/check/Makefile.am:
* tests/check/libs/bitreader.c: (GST_START_TEST),
(gst_bit_reader_suite):
* tests/check/libs/bytereader.c: (GST_START_TEST),
(gst_byte_reader_suite):
Add bit reader and byte reader classes, including documentation
and an extensive unit test suite. Fixes bug #553554.
2008-10-06 12:41:53 +00:00
|
|
|
gst_bit_reader_skip
|
|
|
|
gst_bit_reader_skip_to_byte
|
|
|
|
|
|
|
|
gst_bit_reader_get_bits_uint16
|
|
|
|
gst_bit_reader_get_bits_uint32
|
|
|
|
gst_bit_reader_get_bits_uint64
|
|
|
|
gst_bit_reader_get_bits_uint8
|
|
|
|
|
|
|
|
gst_bit_reader_peek_bits_uint16
|
|
|
|
gst_bit_reader_peek_bits_uint32
|
|
|
|
gst_bit_reader_peek_bits_uint64
|
|
|
|
gst_bit_reader_peek_bits_uint8
|
2009-10-07 16:37:28 +00:00
|
|
|
|
2010-10-03 13:27:37 +00:00
|
|
|
gst_bit_reader_skip_unchecked
|
|
|
|
gst_bit_reader_skip_to_byte_unchecked
|
|
|
|
|
|
|
|
gst_bit_reader_get_bits_uint16_unchecked
|
|
|
|
gst_bit_reader_get_bits_uint32_unchecked
|
|
|
|
gst_bit_reader_get_bits_uint64_unchecked
|
|
|
|
gst_bit_reader_get_bits_uint8_unchecked
|
|
|
|
|
|
|
|
gst_bit_reader_peek_bits_uint16_unchecked
|
|
|
|
gst_bit_reader_peek_bits_uint32_unchecked
|
|
|
|
gst_bit_reader_peek_bits_uint64_unchecked
|
|
|
|
gst_bit_reader_peek_bits_uint8_unchecked
|
|
|
|
|
2009-10-07 16:37:28 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_BIT_READER
|
Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554.
Original commit message from CVS:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/Makefile.am:
* libs/gst/base/gstbitreader.c: (gst_bit_reader_new),
(gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
(gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
(gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
(gst_bit_reader_get_remaining), (gst_bit_reader_skip),
(gst_bit_reader_skip_to_byte):
* libs/gst/base/gstbitreader.h:
* libs/gst/base/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
(GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
(gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
(gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
(gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
(gst_byte_reader_get_remaining), (gst_byte_reader_skip),
(gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
(gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
(gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
(gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
(gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
(gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
* libs/gst/base/gstbytereader.h:
* tests/check/Makefile.am:
* tests/check/libs/bitreader.c: (GST_START_TEST),
(gst_bit_reader_suite):
* tests/check/libs/bytereader.c: (GST_START_TEST),
(gst_byte_reader_suite):
Add bit reader and byte reader classes, including documentation
and an extensive unit test suite. Fixes bug #553554.
2008-10-06 12:41:53 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbytereader</FILE>
|
|
|
|
<TITLE>GstByteReader</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbytereader.h</INCLUDE>
|
|
|
|
GstByteReader
|
|
|
|
|
|
|
|
GST_BYTE_READER_INIT
|
|
|
|
|
|
|
|
gst_byte_reader_new
|
|
|
|
gst_byte_reader_free
|
|
|
|
|
|
|
|
gst_byte_reader_init
|
|
|
|
|
2014-08-06 13:01:09 +00:00
|
|
|
gst_byte_reader_peek_sub_reader
|
|
|
|
gst_byte_reader_get_sub_reader
|
|
|
|
|
Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554.
Original commit message from CVS:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/Makefile.am:
* libs/gst/base/gstbitreader.c: (gst_bit_reader_new),
(gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
(gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
(gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
(gst_bit_reader_get_remaining), (gst_bit_reader_skip),
(gst_bit_reader_skip_to_byte):
* libs/gst/base/gstbitreader.h:
* libs/gst/base/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
(GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
(gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
(gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
(gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
(gst_byte_reader_get_remaining), (gst_byte_reader_skip),
(gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
(gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
(gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
(gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
(gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
(gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
* libs/gst/base/gstbytereader.h:
* tests/check/Makefile.am:
* tests/check/libs/bitreader.c: (GST_START_TEST),
(gst_bit_reader_suite):
* tests/check/libs/bytereader.c: (GST_START_TEST),
(gst_byte_reader_suite):
Add bit reader and byte reader classes, including documentation
and an extensive unit test suite. Fixes bug #553554.
2008-10-06 12:41:53 +00:00
|
|
|
gst_byte_reader_get_pos
|
|
|
|
gst_byte_reader_get_remaining
|
|
|
|
gst_byte_reader_set_pos
|
2009-10-07 16:37:28 +00:00
|
|
|
gst_byte_reader_get_size
|
Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554.
Original commit message from CVS:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/Makefile.am:
* libs/gst/base/gstbitreader.c: (gst_bit_reader_new),
(gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
(gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
(gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
(gst_bit_reader_get_remaining), (gst_bit_reader_skip),
(gst_bit_reader_skip_to_byte):
* libs/gst/base/gstbitreader.h:
* libs/gst/base/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
(GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
(gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
(gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
(gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
(gst_byte_reader_get_remaining), (gst_byte_reader_skip),
(gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
(gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
(gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
(gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
(gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
(gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
* libs/gst/base/gstbytereader.h:
* tests/check/Makefile.am:
* tests/check/libs/bitreader.c: (GST_START_TEST),
(gst_bit_reader_suite):
* tests/check/libs/bytereader.c: (GST_START_TEST),
(gst_byte_reader_suite):
Add bit reader and byte reader classes, including documentation
and an extensive unit test suite. Fixes bug #553554.
2008-10-06 12:41:53 +00:00
|
|
|
gst_byte_reader_skip
|
|
|
|
|
|
|
|
gst_byte_reader_get_int8
|
|
|
|
gst_byte_reader_get_int16_be
|
|
|
|
gst_byte_reader_get_int16_le
|
|
|
|
gst_byte_reader_get_int24_be
|
|
|
|
gst_byte_reader_get_int24_le
|
|
|
|
gst_byte_reader_get_int32_be
|
|
|
|
gst_byte_reader_get_int32_le
|
|
|
|
gst_byte_reader_get_int64_be
|
|
|
|
gst_byte_reader_get_int64_le
|
|
|
|
|
|
|
|
gst_byte_reader_get_uint8
|
|
|
|
gst_byte_reader_get_uint16_be
|
|
|
|
gst_byte_reader_get_uint16_le
|
|
|
|
gst_byte_reader_get_uint24_be
|
|
|
|
gst_byte_reader_get_uint24_le
|
|
|
|
gst_byte_reader_get_uint32_be
|
|
|
|
gst_byte_reader_get_uint32_le
|
|
|
|
gst_byte_reader_get_uint64_be
|
|
|
|
gst_byte_reader_get_uint64_le
|
|
|
|
|
|
|
|
gst_byte_reader_peek_int8
|
|
|
|
gst_byte_reader_peek_int16_be
|
|
|
|
gst_byte_reader_peek_int16_le
|
|
|
|
gst_byte_reader_peek_int24_be
|
|
|
|
gst_byte_reader_peek_int24_le
|
|
|
|
gst_byte_reader_peek_int32_be
|
|
|
|
gst_byte_reader_peek_int32_le
|
|
|
|
gst_byte_reader_peek_int64_be
|
|
|
|
gst_byte_reader_peek_int64_le
|
|
|
|
|
|
|
|
gst_byte_reader_peek_uint8
|
|
|
|
gst_byte_reader_peek_uint16_be
|
|
|
|
gst_byte_reader_peek_uint16_le
|
|
|
|
gst_byte_reader_peek_uint24_be
|
|
|
|
gst_byte_reader_peek_uint24_le
|
|
|
|
gst_byte_reader_peek_uint32_be
|
|
|
|
gst_byte_reader_peek_uint32_le
|
|
|
|
gst_byte_reader_peek_uint64_be
|
|
|
|
gst_byte_reader_peek_uint64_le
|
|
|
|
|
|
|
|
|
|
|
|
gst_byte_reader_get_float32_le
|
|
|
|
gst_byte_reader_get_float32_be
|
|
|
|
gst_byte_reader_get_float64_le
|
|
|
|
gst_byte_reader_get_float64_be
|
|
|
|
|
|
|
|
gst_byte_reader_peek_float32_le
|
|
|
|
gst_byte_reader_peek_float32_be
|
|
|
|
gst_byte_reader_peek_float64_le
|
|
|
|
gst_byte_reader_peek_float64_be
|
2008-10-22 14:47:04 +00:00
|
|
|
|
|
|
|
gst_byte_reader_get_data
|
2009-05-22 13:47:33 +00:00
|
|
|
gst_byte_reader_dup_data
|
2008-10-22 14:47:04 +00:00
|
|
|
gst_byte_reader_peek_data
|
2009-06-12 17:36:15 +00:00
|
|
|
|
|
|
|
gst_byte_reader_masked_scan_uint32
|
2014-12-26 22:22:30 +00:00
|
|
|
gst_byte_reader_masked_scan_uint32_peek
|
2009-05-22 13:47:33 +00:00
|
|
|
|
|
|
|
gst_byte_reader_get_string
|
|
|
|
gst_byte_reader_get_string_utf8
|
|
|
|
|
|
|
|
gst_byte_reader_peek_string
|
|
|
|
gst_byte_reader_peek_string_utf8
|
|
|
|
|
|
|
|
gst_byte_reader_dup_string
|
|
|
|
gst_byte_reader_dup_string_utf8
|
|
|
|
gst_byte_reader_dup_string_utf16
|
|
|
|
gst_byte_reader_dup_string_utf32
|
|
|
|
|
|
|
|
gst_byte_reader_skip_string
|
|
|
|
gst_byte_reader_skip_string_utf8
|
|
|
|
gst_byte_reader_skip_string_utf16
|
|
|
|
gst_byte_reader_skip_string_utf32
|
2009-09-02 10:20:04 +00:00
|
|
|
|
|
|
|
gst_byte_reader_skip_unchecked
|
|
|
|
|
|
|
|
gst_byte_reader_get_int8_unchecked
|
|
|
|
gst_byte_reader_get_int16_be_unchecked
|
|
|
|
gst_byte_reader_get_int16_le_unchecked
|
|
|
|
gst_byte_reader_get_int24_be_unchecked
|
|
|
|
gst_byte_reader_get_int24_le_unchecked
|
|
|
|
gst_byte_reader_get_int32_be_unchecked
|
|
|
|
gst_byte_reader_get_int32_le_unchecked
|
|
|
|
gst_byte_reader_get_int64_be_unchecked
|
|
|
|
gst_byte_reader_get_int64_le_unchecked
|
|
|
|
|
|
|
|
gst_byte_reader_get_uint8_unchecked
|
|
|
|
gst_byte_reader_get_uint16_be_unchecked
|
|
|
|
gst_byte_reader_get_uint16_le_unchecked
|
|
|
|
gst_byte_reader_get_uint24_be_unchecked
|
|
|
|
gst_byte_reader_get_uint24_le_unchecked
|
|
|
|
gst_byte_reader_get_uint32_be_unchecked
|
|
|
|
gst_byte_reader_get_uint32_le_unchecked
|
|
|
|
gst_byte_reader_get_uint64_be_unchecked
|
|
|
|
gst_byte_reader_get_uint64_le_unchecked
|
|
|
|
|
|
|
|
gst_byte_reader_peek_int8_unchecked
|
|
|
|
gst_byte_reader_peek_int16_be_unchecked
|
|
|
|
gst_byte_reader_peek_int16_le_unchecked
|
|
|
|
gst_byte_reader_peek_int24_be_unchecked
|
|
|
|
gst_byte_reader_peek_int24_le_unchecked
|
|
|
|
gst_byte_reader_peek_int32_be_unchecked
|
|
|
|
gst_byte_reader_peek_int32_le_unchecked
|
|
|
|
gst_byte_reader_peek_int64_be_unchecked
|
|
|
|
gst_byte_reader_peek_int64_le_unchecked
|
|
|
|
|
|
|
|
gst_byte_reader_peek_uint8_unchecked
|
|
|
|
gst_byte_reader_peek_uint16_be_unchecked
|
|
|
|
gst_byte_reader_peek_uint16_le_unchecked
|
|
|
|
gst_byte_reader_peek_uint24_be_unchecked
|
|
|
|
gst_byte_reader_peek_uint24_le_unchecked
|
|
|
|
gst_byte_reader_peek_uint32_be_unchecked
|
|
|
|
gst_byte_reader_peek_uint32_le_unchecked
|
|
|
|
gst_byte_reader_peek_uint64_be_unchecked
|
|
|
|
gst_byte_reader_peek_uint64_le_unchecked
|
|
|
|
|
2009-09-04 16:15:35 +00:00
|
|
|
gst_byte_reader_get_float32_le_unchecked
|
|
|
|
gst_byte_reader_get_float32_be_unchecked
|
|
|
|
gst_byte_reader_get_float64_le_unchecked
|
|
|
|
gst_byte_reader_get_float64_be_unchecked
|
|
|
|
|
|
|
|
gst_byte_reader_peek_float32_le_unchecked
|
|
|
|
gst_byte_reader_peek_float32_be_unchecked
|
|
|
|
gst_byte_reader_peek_float64_le_unchecked
|
|
|
|
gst_byte_reader_peek_float64_be_unchecked
|
|
|
|
|
2009-09-02 10:20:04 +00:00
|
|
|
gst_byte_reader_dup_data_unchecked
|
|
|
|
gst_byte_reader_get_data_unchecked
|
|
|
|
gst_byte_reader_peek_data_unchecked
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
2009-10-07 16:37:28 +00:00
|
|
|
GST_BYTE_READER
|
2009-09-02 10:20:04 +00:00
|
|
|
# seems to be a header parsing bug
|
|
|
|
g_memdup
|
Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554.
Original commit message from CVS:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/Makefile.am:
* libs/gst/base/gstbitreader.c: (gst_bit_reader_new),
(gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
(gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
(gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
(gst_bit_reader_get_remaining), (gst_bit_reader_skip),
(gst_bit_reader_skip_to_byte):
* libs/gst/base/gstbitreader.h:
* libs/gst/base/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
(GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
(gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
(gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
(gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
(gst_byte_reader_get_remaining), (gst_byte_reader_skip),
(gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
(gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
(gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
(gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
(gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
(gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
* libs/gst/base/gstbytereader.h:
* tests/check/Makefile.am:
* tests/check/libs/bitreader.c: (GST_START_TEST),
(gst_bit_reader_suite):
* tests/check/libs/bytereader.c: (GST_START_TEST),
(gst_byte_reader_suite):
Add bit reader and byte reader classes, including documentation
and an extensive unit test suite. Fixes bug #553554.
2008-10-06 12:41:53 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2009-10-07 16:37:28 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbytewriter</FILE>
|
|
|
|
<TITLE>GstByteWriter</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbytewriter.h</INCLUDE>
|
|
|
|
GstByteWriter
|
|
|
|
|
|
|
|
gst_byte_writer_new
|
|
|
|
gst_byte_writer_new_with_data
|
|
|
|
gst_byte_writer_new_with_size
|
|
|
|
|
|
|
|
gst_byte_writer_init
|
|
|
|
gst_byte_writer_init_with_data
|
|
|
|
gst_byte_writer_init_with_size
|
|
|
|
|
|
|
|
gst_byte_writer_free
|
|
|
|
gst_byte_writer_free_and_get_buffer
|
|
|
|
gst_byte_writer_free_and_get_data
|
|
|
|
|
|
|
|
gst_byte_writer_reset
|
|
|
|
gst_byte_writer_reset_and_get_data
|
2010-02-01 20:40:08 +00:00
|
|
|
gst_byte_writer_reset_and_get_buffer
|
2009-10-07 16:37:28 +00:00
|
|
|
|
|
|
|
gst_byte_writer_get_pos
|
|
|
|
gst_byte_writer_set_pos
|
|
|
|
gst_byte_writer_get_remaining
|
|
|
|
gst_byte_writer_get_size
|
|
|
|
gst_byte_writer_ensure_free_space
|
|
|
|
|
|
|
|
gst_byte_writer_put_int8
|
|
|
|
gst_byte_writer_put_int16_be
|
|
|
|
gst_byte_writer_put_int16_le
|
|
|
|
gst_byte_writer_put_int24_be
|
|
|
|
gst_byte_writer_put_int24_le
|
|
|
|
gst_byte_writer_put_int32_be
|
|
|
|
gst_byte_writer_put_int32_le
|
|
|
|
gst_byte_writer_put_int64_be
|
|
|
|
gst_byte_writer_put_int64_le
|
|
|
|
|
|
|
|
gst_byte_writer_put_uint8
|
|
|
|
gst_byte_writer_put_uint16_be
|
|
|
|
gst_byte_writer_put_uint16_le
|
|
|
|
gst_byte_writer_put_uint24_be
|
|
|
|
gst_byte_writer_put_uint24_le
|
|
|
|
gst_byte_writer_put_uint32_be
|
|
|
|
gst_byte_writer_put_uint32_le
|
|
|
|
gst_byte_writer_put_uint64_be
|
|
|
|
gst_byte_writer_put_uint64_le
|
|
|
|
|
2010-03-03 11:28:27 +00:00
|
|
|
gst_byte_writer_put_float32_be
|
|
|
|
gst_byte_writer_put_float32_le
|
|
|
|
gst_byte_writer_put_float64_be
|
|
|
|
gst_byte_writer_put_float64_le
|
2009-10-07 16:37:28 +00:00
|
|
|
|
|
|
|
gst_byte_writer_put_string
|
|
|
|
gst_byte_writer_put_string_utf16
|
|
|
|
gst_byte_writer_put_string_utf32
|
|
|
|
gst_byte_writer_put_string_utf8
|
|
|
|
|
|
|
|
gst_byte_writer_put_data
|
2010-01-22 12:19:31 +00:00
|
|
|
gst_byte_writer_fill
|
2009-10-07 16:37:28 +00:00
|
|
|
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_byte_writer_put_buffer
|
|
|
|
gst_byte_writer_put_buffer_unchecked
|
|
|
|
|
2010-10-08 10:18:23 +00:00
|
|
|
gst_byte_writer_put_int8_unchecked
|
|
|
|
gst_byte_writer_put_int16_be_unchecked
|
|
|
|
gst_byte_writer_put_int16_le_unchecked
|
|
|
|
gst_byte_writer_put_int24_be_unchecked
|
|
|
|
gst_byte_writer_put_int24_le_unchecked
|
|
|
|
gst_byte_writer_put_int32_be_unchecked
|
|
|
|
gst_byte_writer_put_int32_le_unchecked
|
|
|
|
gst_byte_writer_put_int64_be_unchecked
|
|
|
|
gst_byte_writer_put_int64_le_unchecked
|
|
|
|
|
|
|
|
gst_byte_writer_put_uint8_unchecked
|
|
|
|
gst_byte_writer_put_uint16_be_unchecked
|
|
|
|
gst_byte_writer_put_uint16_le_unchecked
|
|
|
|
gst_byte_writer_put_uint24_be_unchecked
|
|
|
|
gst_byte_writer_put_uint24_le_unchecked
|
|
|
|
gst_byte_writer_put_uint32_be_unchecked
|
|
|
|
gst_byte_writer_put_uint32_le_unchecked
|
|
|
|
gst_byte_writer_put_uint64_be_unchecked
|
|
|
|
gst_byte_writer_put_uint64_le_unchecked
|
|
|
|
|
|
|
|
gst_byte_writer_put_float32_be_unchecked
|
|
|
|
gst_byte_writer_put_float32_le_unchecked
|
|
|
|
gst_byte_writer_put_float64_be_unchecked
|
|
|
|
gst_byte_writer_put_float64_le_unchecked
|
|
|
|
|
|
|
|
gst_byte_writer_put_data_unchecked
|
|
|
|
gst_byte_writer_fill_unchecked
|
2009-10-07 16:37:28 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_BYTE_WRITER
|
|
|
|
</SECTION>
|
|
|
|
|
2011-10-28 07:35:50 +00:00
|
|
|
<SECTION>
|
2012-04-17 12:38:01 +00:00
|
|
|
<FILE>gstcollectpads</FILE>
|
|
|
|
<TITLE>GstCollectPads</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstcollectpads.h</INCLUDE>
|
|
|
|
GstCollectPads
|
|
|
|
GstCollectData
|
|
|
|
|
|
|
|
GstCollectDataDestroyNotify
|
|
|
|
GstCollectPadsBufferFunction
|
2013-11-30 11:15:37 +00:00
|
|
|
GstCollectPadsClipFunction
|
2012-04-17 12:38:01 +00:00
|
|
|
GstCollectPadsCompareFunction
|
|
|
|
GstCollectPadsEventFunction
|
2013-11-30 11:15:37 +00:00
|
|
|
GstCollectPadsFlushFunction
|
|
|
|
GstCollectPadsQueryFunction
|
2012-04-17 12:38:01 +00:00
|
|
|
GstCollectPadsFunction
|
|
|
|
GstCollectPadsStateFlags
|
|
|
|
|
|
|
|
GST_COLLECT_PADS_STATE
|
|
|
|
GST_COLLECT_PADS_STATE_IS_SET
|
|
|
|
GST_COLLECT_PADS_STATE_SET
|
|
|
|
GST_COLLECT_PADS_STATE_UNSET
|
|
|
|
|
|
|
|
GST_COLLECT_PADS_GET_STREAM_LOCK
|
|
|
|
GST_COLLECT_PADS_STREAM_LOCK
|
|
|
|
GST_COLLECT_PADS_STREAM_UNLOCK
|
|
|
|
|
2015-06-12 21:07:38 +00:00
|
|
|
GST_COLLECT_PADS_DTS
|
|
|
|
GST_COLLECT_PADS_DTS_IS_VALID
|
|
|
|
|
2012-04-17 12:38:01 +00:00
|
|
|
gst_collect_pads_new
|
|
|
|
|
|
|
|
gst_collect_pads_add_pad
|
|
|
|
gst_collect_pads_remove_pad
|
|
|
|
|
|
|
|
gst_collect_pads_start
|
|
|
|
gst_collect_pads_stop
|
|
|
|
|
|
|
|
gst_collect_pads_available
|
|
|
|
|
|
|
|
gst_collect_pads_flush
|
|
|
|
gst_collect_pads_peek
|
|
|
|
gst_collect_pads_pop
|
|
|
|
|
|
|
|
gst_collect_pads_read_buffer
|
|
|
|
gst_collect_pads_take_buffer
|
|
|
|
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_collect_pads_clip_running_time
|
|
|
|
|
|
|
|
gst_collect_pads_query_default
|
|
|
|
|
|
|
|
gst_collect_pads_event_default
|
|
|
|
gst_collect_pads_src_event_default
|
|
|
|
|
2012-04-17 12:38:01 +00:00
|
|
|
gst_collect_pads_set_buffer_function
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_collect_pads_set_clip_function
|
2012-04-17 12:38:01 +00:00
|
|
|
gst_collect_pads_set_compare_function
|
|
|
|
gst_collect_pads_set_event_function
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_collect_pads_set_flush_function
|
|
|
|
gst_collect_pads_set_query_function
|
2012-04-17 12:38:01 +00:00
|
|
|
gst_collect_pads_set_flushing
|
|
|
|
gst_collect_pads_set_function
|
|
|
|
gst_collect_pads_set_waiting
|
2011-10-28 07:35:50 +00:00
|
|
|
<SUBSECTION Standard>
|
2012-04-17 12:38:01 +00:00
|
|
|
GstCollectPadsClass
|
2013-11-30 11:15:37 +00:00
|
|
|
GstCollectPadsPrivate
|
|
|
|
GstCollectDataPrivate
|
2012-04-17 12:38:01 +00:00
|
|
|
GST_COLLECT_PADS
|
|
|
|
GST_COLLECT_PADS_CLASS
|
|
|
|
GST_TYPE_COLLECT_PADS
|
|
|
|
GST_IS_COLLECT_PADS
|
|
|
|
GST_IS_COLLECT_PADS_CLASS
|
|
|
|
GST_COLLECT_PADS_GET_CLASS
|
|
|
|
gst_collect_pads_get_type
|
2011-10-28 07:35:50 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
</SECTION>
|
2005-11-29 19:34:24 +00:00
|
|
|
|
2014-05-27 09:05:51 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstflowcombiner</FILE>
|
|
|
|
<TITLE>GstFlowCombiner</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstflowcombiner.h</INCLUDE>
|
2015-06-14 15:23:22 +00:00
|
|
|
GstFlowCombiner
|
2014-05-27 09:05:51 +00:00
|
|
|
gst_flow_combiner_new
|
|
|
|
gst_flow_combiner_free
|
2018-02-14 19:37:35 +00:00
|
|
|
gst_flow_combiner_ref
|
|
|
|
gst_flow_combiner_unref
|
2014-05-27 09:05:51 +00:00
|
|
|
gst_flow_combiner_update_flow
|
|
|
|
gst_flow_combiner_add_pad
|
|
|
|
gst_flow_combiner_remove_pad
|
2014-09-25 12:54:23 +00:00
|
|
|
gst_flow_combiner_clear
|
2016-01-06 17:14:06 +00:00
|
|
|
gst_flow_combiner_reset
|
|
|
|
gst_flow_combiner_update_pad_flow
|
2014-05-27 09:05:51 +00:00
|
|
|
<SUBSECTION Standard>
|
2014-07-05 15:13:21 +00:00
|
|
|
GST_TYPE_FLOW_COMBINER
|
2014-05-27 09:05:51 +00:00
|
|
|
<SUBSECTION Private>
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_flow_combiner_get_type
|
2014-05-27 09:05:51 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpushsrc</FILE>
|
|
|
|
<TITLE>GstPushSrc</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstpushsrc.h</INCLUDE>
|
|
|
|
GstPushSrc
|
|
|
|
GstPushSrcClass
|
2014-05-13 18:10:43 +00:00
|
|
|
<SUBSECTION Standard>
|
2005-11-29 19:34:24 +00:00
|
|
|
GST_PUSH_SRC
|
|
|
|
GST_IS_PUSH_SRC
|
|
|
|
GST_TYPE_PUSH_SRC
|
|
|
|
GST_PUSH_SRC_CLASS
|
|
|
|
GST_IS_PUSH_SRC_CLASS
|
|
|
|
GST_PUSH_SRC_GET_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_push_src_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2006-02-27 19:19:40 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttypefindhelper</FILE>
|
|
|
|
<TITLE>GstTypeFindHelper</TITLE>
|
|
|
|
<INCLUDE>gst/base/gsttypefindhelper.h</INCLUDE>
|
|
|
|
gst_type_find_helper
|
|
|
|
gst_type_find_helper_for_buffer
|
2009-01-22 10:54:41 +00:00
|
|
|
gst_type_find_helper_for_extension
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_type_find_helper_for_data
|
2006-03-02 13:45:32 +00:00
|
|
|
GstTypeFindHelperGetRangeFunction
|
|
|
|
gst_type_find_helper_get_range
|
2006-02-27 19:19:40 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
</SECTION>
|
|
|
|
|
2012-10-22 08:13:20 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstdataqueue</FILE>
|
|
|
|
<TITLE>GstDataQueue</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstdataqueue.h</INCLUDE>
|
|
|
|
GstDataQueue
|
|
|
|
GstDataQueueSize
|
|
|
|
GstDataQueueCheckFullFunction
|
|
|
|
GstDataQueueItem
|
|
|
|
GstDataQueueEmptyCallback
|
|
|
|
GstDataQueueFullCallback
|
|
|
|
gst_data_queue_new
|
|
|
|
gst_data_queue_push
|
2013-08-08 00:26:01 +00:00
|
|
|
gst_data_queue_push_force
|
2012-10-22 08:13:20 +00:00
|
|
|
gst_data_queue_pop
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_data_queue_peek
|
2012-10-22 08:13:20 +00:00
|
|
|
gst_data_queue_flush
|
|
|
|
gst_data_queue_set_flushing
|
|
|
|
gst_data_queue_drop_head
|
|
|
|
gst_data_queue_is_full
|
|
|
|
gst_data_queue_is_empty
|
|
|
|
gst_data_queue_get_level
|
|
|
|
gst_data_queue_limits_changed
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstDataQueueClass
|
2013-11-30 11:15:37 +00:00
|
|
|
GstDataQueuePrivate
|
2012-10-22 08:13:20 +00:00
|
|
|
GST_DATA_QUEUE
|
|
|
|
GST_IS_DATA_QUEUE
|
|
|
|
GST_TYPE_DATA_QUEUE
|
|
|
|
GST_DATA_QUEUE_CLASS
|
|
|
|
GST_IS_DATA_QUEUE_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_data_queue_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstqueuearray</FILE>
|
|
|
|
<TITLE>GstQueueArray</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstqueuearray.h</INCLUDE>
|
|
|
|
GstQueueArray
|
|
|
|
gst_queue_array_new
|
|
|
|
gst_queue_array_free
|
|
|
|
gst_queue_array_get_length
|
|
|
|
gst_queue_array_pop_head
|
|
|
|
gst_queue_array_peek_head
|
|
|
|
gst_queue_array_push_tail
|
2018-02-01 18:29:27 +00:00
|
|
|
gst_queue_array_pop_tail
|
|
|
|
gst_queue_array_peek_tail
|
2012-10-22 08:13:20 +00:00
|
|
|
gst_queue_array_is_empty
|
|
|
|
gst_queue_array_drop_element
|
|
|
|
gst_queue_array_find
|
2015-05-30 12:07:50 +00:00
|
|
|
gst_queue_array_new_for_struct
|
|
|
|
gst_queue_array_push_tail_struct
|
|
|
|
gst_queue_array_peek_head_struct
|
|
|
|
gst_queue_array_pop_head_struct
|
2018-03-01 22:21:17 +00:00
|
|
|
gst_queue_array_peek_tail_struct
|
2015-05-30 12:07:50 +00:00
|
|
|
gst_queue_array_drop_struct
|
2012-10-22 08:13:20 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
# net
|
|
|
|
|
2013-11-30 11:15:37 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstnetaddressmeta</FILE>
|
|
|
|
<TITLE>GstNetAddressMeta</TITLE>
|
|
|
|
<INCLUDE>gst/net/gstnetaddressmeta.h</INCLUDE>
|
|
|
|
GstNetAddressMeta
|
|
|
|
gst_buffer_add_net_address_meta
|
|
|
|
gst_buffer_get_net_address_meta
|
|
|
|
gst_net_address_meta_get_info
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_NET_ADDRESS_META_API_TYPE
|
|
|
|
GST_NET_ADDRESS_META_INFO
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_net_address_meta_api_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2014-10-30 15:39:21 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstnetcontrolmessagemeta</FILE>
|
|
|
|
<TITLE>GstNetControlMessageMeta</TITLE>
|
|
|
|
<INCLUDE>gst/net/gstnetcontrolmessagemeta.h</INCLUDE>
|
|
|
|
GstNetControlMessageMeta
|
|
|
|
gst_buffer_add_net_control_message_meta
|
|
|
|
gst_buffer_get_net_control_message_meta
|
|
|
|
gst_net_control_message_meta_get_info
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_NET_CONTROL_MESSAGE_META_API_TYPE
|
|
|
|
GST_NET_CONTROL_MESSAGE_META_INFO
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_net_control_message_meta_api_get_type
|
|
|
|
</SECTION>
|
2013-11-30 11:15:37 +00:00
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstnetclientclock</FILE>
|
|
|
|
<TITLE>GstNetClientClock</TITLE>
|
|
|
|
<INCLUDE>gst/net/gstnet.h</INCLUDE>
|
|
|
|
GstNetClientClock
|
2015-06-06 19:43:05 +00:00
|
|
|
GstNtpClock
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_net_client_clock_new
|
2015-06-06 19:43:05 +00:00
|
|
|
gst_ntp_clock_new
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstNetClientClockClass
|
Use a private stuct to not break ABI.
Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/net/gstnetclientclock.c:
(gst_net_client_clock_class_init), (gst_net_client_clock_init),
(gst_net_client_clock_finalize), (gst_net_client_clock_do_select),
(gst_net_client_clock_thread), (gst_net_client_clock_start),
(gst_net_client_clock_stop), (gst_net_client_clock_new):
* libs/gst/net/gstnetclientclock.h:
* libs/gst/net/gstnettimeprovider.c:
(gst_net_time_provider_class_init), (gst_net_time_provider_init),
(gst_net_time_provider_finalize), (gst_net_time_provider_thread),
(gst_net_time_provider_start), (gst_net_time_provider_stop),
(gst_net_time_provider_new):
* libs/gst/net/gstnettimeprovider.h:
Use a private stuct to not break ABI.
2008-02-27 19:01:12 +00:00
|
|
|
GstNetClientClockPrivate
|
2005-11-29 19:34:24 +00:00
|
|
|
GST_NET_CLIENT_CLOCK
|
|
|
|
GST_IS_NET_CLIENT_CLOCK
|
|
|
|
GST_TYPE_NET_CLIENT_CLOCK
|
|
|
|
GST_NET_CLIENT_CLOCK_CLASS
|
|
|
|
GST_IS_NET_CLIENT_CLOCK_CLASS
|
2015-06-06 19:43:05 +00:00
|
|
|
GstNtpClockClass
|
|
|
|
GST_NTP_CLOCK
|
|
|
|
GST_IS_NTP_CLOCK
|
|
|
|
GST_TYPE_NTP_CLOCK
|
|
|
|
GST_NTP_CLOCK_CLASS
|
|
|
|
GST_IS_NTP_CLOCK_CLASS
|
2005-11-29 19:34:24 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_net_client_clock_get_type
|
2015-06-06 19:43:05 +00:00
|
|
|
gst_ntp_clock_get_type
|
2005-11-29 19:34:24 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2006-01-13 14:21:48 +00:00
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstnettimepacket</FILE>
|
|
|
|
<TITLE>GstNetTimePacket</TITLE>
|
|
|
|
<INCLUDE>gst/net/gstnet.h</INCLUDE>
|
|
|
|
GstNetTimePacket
|
|
|
|
GST_NET_TIME_PACKET_SIZE
|
|
|
|
gst_net_time_packet_new
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_net_time_packet_copy
|
|
|
|
gst_net_time_packet_free
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_net_time_packet_receive
|
|
|
|
gst_net_time_packet_send
|
|
|
|
gst_net_time_packet_serialize
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
<SUBSECTION Private>
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_net_time_packet_get_type
|
2008-04-13 17:51:02 +00:00
|
|
|
socklen_t
|
2005-11-29 19:34:24 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2006-01-13 14:21:48 +00:00
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstnettimeprovider</FILE>
|
|
|
|
<TITLE>GstNetTimeProvider</TITLE>
|
|
|
|
<INCLUDE>gst/net/gstnet.h</INCLUDE>
|
|
|
|
GstNetTimeProvider
|
|
|
|
gst_net_time_provider_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstNetTimeProviderClass
|
Use a private stuct to not break ABI.
Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/net/gstnetclientclock.c:
(gst_net_client_clock_class_init), (gst_net_client_clock_init),
(gst_net_client_clock_finalize), (gst_net_client_clock_do_select),
(gst_net_client_clock_thread), (gst_net_client_clock_start),
(gst_net_client_clock_stop), (gst_net_client_clock_new):
* libs/gst/net/gstnetclientclock.h:
* libs/gst/net/gstnettimeprovider.c:
(gst_net_time_provider_class_init), (gst_net_time_provider_init),
(gst_net_time_provider_finalize), (gst_net_time_provider_thread),
(gst_net_time_provider_start), (gst_net_time_provider_stop),
(gst_net_time_provider_new):
* libs/gst/net/gstnettimeprovider.h:
Use a private stuct to not break ABI.
2008-02-27 19:01:12 +00:00
|
|
|
GstNetTimeProviderPrivate
|
2005-11-29 19:34:24 +00:00
|
|
|
GST_NET_TIME_PROVIDER
|
|
|
|
GST_IS_NET_TIME_PROVIDER
|
|
|
|
GST_TYPE_NET_TIME_PROVIDER
|
|
|
|
GST_NET_TIME_PROVIDER_CLASS
|
|
|
|
GST_IS_NET_TIME_PROVIDER_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_net_time_provider_get_type
|
|
|
|
</SECTION>
|
2006-08-17 10:46:19 +00:00
|
|
|
|
2016-01-06 17:14:06 +00:00
|
|
|
|
2015-05-14 10:18:25 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstptpclock</FILE>
|
|
|
|
<TITLE>GstPtpClock</TITLE>
|
|
|
|
<INCLUDE>gst/net/net.h</INCLUDE>
|
2015-06-14 15:23:22 +00:00
|
|
|
GST_PTP_CLOCK_ID_NONE
|
|
|
|
|
2015-05-14 10:18:25 +00:00
|
|
|
gst_ptp_init
|
|
|
|
gst_ptp_deinit
|
|
|
|
gst_ptp_is_initialized
|
|
|
|
gst_ptp_is_supported
|
|
|
|
|
2015-06-13 18:37:42 +00:00
|
|
|
GstPtpClock
|
2015-05-14 10:18:25 +00:00
|
|
|
gst_ptp_clock_new
|
|
|
|
|
2015-06-14 15:23:22 +00:00
|
|
|
GstPtpStatisticsCallback
|
2015-05-14 10:18:25 +00:00
|
|
|
gst_ptp_statistics_callback_add
|
|
|
|
gst_ptp_statistics_callback_remove
|
2016-01-06 17:42:49 +00:00
|
|
|
|
|
|
|
GST_PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED
|
|
|
|
GST_PTP_STATISTICS_NEW_DOMAIN_FOUND
|
|
|
|
GST_PTP_STATISTICS_PATH_DELAY_MEASURED
|
|
|
|
GST_PTP_STATISTICS_TIME_UPDATED
|
2015-05-14 10:18:25 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstPtpClockClass
|
|
|
|
GstPtpClockPrivate
|
|
|
|
GST_PTP_CLOCK
|
|
|
|
GST_IS_PTP_CLOCK
|
|
|
|
GST_TYPE_PTP_CLOCK
|
|
|
|
GST_PTP_CLOCK_CLASS
|
|
|
|
GST_IS_PTP_CLOCK_CLASS
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_ptp_clock_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcheck</FILE>
|
|
|
|
<TITLE>GstCheck</TITLE>
|
2006-08-17 10:46:19 +00:00
|
|
|
<INCLUDE>gst/check/gstcheck.h</INCLUDE>
|
|
|
|
GST_START_TEST
|
|
|
|
GST_END_TEST
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
ASSERT_BUFFER_REFCOUNT
|
|
|
|
ASSERT_CAPS_REFCOUNT
|
|
|
|
ASSERT_CRITICAL
|
|
|
|
ASSERT_WARNING
|
|
|
|
ASSERT_MINI_OBJECT_REFCOUNT
|
|
|
|
ASSERT_OBJECT_REFCOUNT
|
|
|
|
ASSERT_OBJECT_REFCOUNT_BETWEEN
|
2006-05-30 14:43:35 +00:00
|
|
|
ASSERT_SET_STATE
|
2006-08-17 10:46:19 +00:00
|
|
|
|
|
|
|
fail_unless_equals_int
|
2007-06-14 11:56:44 +00:00
|
|
|
fail_unless_equals_float
|
2006-08-17 10:46:19 +00:00
|
|
|
fail_unless_equals_string
|
|
|
|
fail_unless_equals_uint64
|
2011-06-10 11:34:59 +00:00
|
|
|
fail_unless_equals_int64
|
2013-02-19 17:36:50 +00:00
|
|
|
fail_unless_equals_int_hex
|
|
|
|
fail_unless_equals_int64_hex
|
|
|
|
fail_unless_equals_uint64_hex
|
|
|
|
fail_unless_equals_pointer
|
|
|
|
|
2006-08-17 10:46:19 +00:00
|
|
|
fail_unless_message_error
|
|
|
|
|
|
|
|
assert_equals_int
|
2007-06-14 11:56:44 +00:00
|
|
|
assert_equals_float
|
2006-08-17 10:46:19 +00:00
|
|
|
assert_equals_string
|
|
|
|
assert_equals_uint64
|
2011-06-10 11:34:59 +00:00
|
|
|
assert_equals_int64
|
2013-02-19 17:36:50 +00:00
|
|
|
assert_equals_int_hex
|
|
|
|
assert_equals_int64_hex
|
|
|
|
assert_equals_uint64_hex
|
|
|
|
assert_equals_pointer
|
2006-08-17 10:46:19 +00:00
|
|
|
assert_message_error
|
|
|
|
|
|
|
|
gst_check_init
|
|
|
|
gst_check_message_error
|
|
|
|
gst_check_setup_element
|
|
|
|
gst_check_setup_sink_pad
|
|
|
|
gst_check_setup_src_pad
|
2008-06-21 21:20:13 +00:00
|
|
|
gst_check_setup_sink_pad_by_name
|
|
|
|
gst_check_setup_src_pad_by_name
|
|
|
|
gst_check_teardown_pad_by_name
|
2006-08-17 10:46:19 +00:00
|
|
|
gst_check_teardown_element
|
|
|
|
gst_check_teardown_sink_pad
|
|
|
|
gst_check_teardown_src_pad
|
2008-02-01 17:16:26 +00:00
|
|
|
gst_check_drop_buffers
|
2011-06-10 11:34:59 +00:00
|
|
|
gst_check_buffer_data
|
2008-02-01 17:16:26 +00:00
|
|
|
gst_check_caps_equal
|
|
|
|
gst_check_element_push_buffer_list
|
|
|
|
gst_check_element_push_buffer
|
2006-08-17 10:46:19 +00:00
|
|
|
gst_check_run_suite
|
2013-05-09 21:17:14 +00:00
|
|
|
gst_check_setup_events
|
2013-07-01 09:10:00 +00:00
|
|
|
gst_check_setup_events_with_stream_id
|
2014-07-05 16:29:29 +00:00
|
|
|
gst_check_setup_sink_pad_by_name_from_template
|
|
|
|
gst_check_setup_sink_pad_from_template
|
|
|
|
gst_check_setup_src_pad_by_name_from_template
|
|
|
|
gst_check_setup_src_pad_from_template
|
2014-09-11 13:52:32 +00:00
|
|
|
gst_check_objects_destroyed_on_unref
|
|
|
|
gst_check_object_destroyed_on_unref
|
2006-08-17 10:46:19 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
2005-11-29 19:34:24 +00:00
|
|
|
MAIN_INIT
|
|
|
|
MAIN_START_THREADS
|
|
|
|
MAIN_START_THREAD_FUNCTION
|
|
|
|
MAIN_START_THREAD_FUNCTIONS
|
|
|
|
MAIN_STOP_THREADS
|
|
|
|
MAIN_SYNCHRONIZE
|
|
|
|
THREAD_START
|
|
|
|
THREAD_STARTED
|
|
|
|
THREAD_SWITCH
|
|
|
|
THREAD_SYNCHRONIZE
|
|
|
|
THREAD_TEST_RUNNING
|
|
|
|
|
docs/libs/gstreamer-libs-sections.txt: Added new symbol to docs.
Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
Added new symbol to docs.
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_init), (gst_base_src_set_format),
(gst_base_src_default_query), (gst_base_src_query),
(gst_base_src_default_do_seek), (gst_base_src_do_seek),
(gst_base_src_perform_seek), (gst_base_src_send_event),
(gst_base_src_default_event), (gst_base_src_event_handler),
(gst_base_src_set_property), (gst_base_src_get_property),
(gst_base_src_wait), (gst_base_src_do_sync),
(gst_base_src_update_length), (gst_base_src_get_range),
(gst_base_src_check_get_range), (gst_base_src_loop),
(gst_base_src_default_negotiate), (gst_base_src_start),
(gst_base_src_activate_push), (gst_base_src_activate_pull),
(gst_base_src_change_state):
* libs/gst/base/gstbasesrc.h:
Implement seeking to other formats than _BYTES.
Implement more seeking methods correctly.
Doc updates.
Added query vmethod.
Added do_seek vmethod to make life easier for subclasses
when seeking.
API addition: gst_base_src_set_format()
2005-12-12 14:41:05 +00:00
|
|
|
sync_cond
|
|
|
|
mutex
|
|
|
|
GST_CAT_DEFAULT
|
|
|
|
thread_list
|
|
|
|
start_cond
|
2006-07-01 23:19:28 +00:00
|
|
|
GST_CHECK_MAIN
|
docs/libs/gstreamer-libs-sections.txt: Added new symbol to docs.
Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
Added new symbol to docs.
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_init), (gst_base_src_set_format),
(gst_base_src_default_query), (gst_base_src_query),
(gst_base_src_default_do_seek), (gst_base_src_do_seek),
(gst_base_src_perform_seek), (gst_base_src_send_event),
(gst_base_src_default_event), (gst_base_src_event_handler),
(gst_base_src_set_property), (gst_base_src_get_property),
(gst_base_src_wait), (gst_base_src_do_sync),
(gst_base_src_update_length), (gst_base_src_get_range),
(gst_base_src_check_get_range), (gst_base_src_loop),
(gst_base_src_default_negotiate), (gst_base_src_start),
(gst_base_src_activate_push), (gst_base_src_activate_pull),
(gst_base_src_change_state):
* libs/gst/base/gstbasesrc.h:
Implement seeking to other formats than _BYTES.
Implement more seeking methods correctly.
Doc updates.
Added query vmethod.
Added do_seek vmethod to make life easier for subclasses
when seeking.
API addition: gst_base_src_set_format()
2005-12-12 14:41:05 +00:00
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
gst_check_chain_func
|
2006-06-06 14:21:10 +00:00
|
|
|
gst_check_abi_list
|
2007-10-16 17:21:38 +00:00
|
|
|
|
2008-01-12 20:22:30 +00:00
|
|
|
buffers
|
|
|
|
check_cond
|
|
|
|
check_mutex
|
2009-08-06 16:27:12 +00:00
|
|
|
|
|
|
|
CHECK_MAJOR_VERSION
|
|
|
|
CHECK_MICRO_VERSION
|
|
|
|
CHECK_MINOR_VERSION
|
|
|
|
CK_ATTRIBUTE_UNUSED
|
|
|
|
CK_CPPEND
|
|
|
|
CK_CPPSTART
|
|
|
|
CK_EXPORT
|
|
|
|
END_TEST
|
|
|
|
GCC_VERSION_AT_LEAST
|
|
|
|
LFun
|
|
|
|
List
|
|
|
|
Log
|
|
|
|
NULL
|
|
|
|
SFun
|
|
|
|
SRunner
|
|
|
|
START_TEST
|
|
|
|
Suite
|
|
|
|
TCase
|
|
|
|
TF
|
|
|
|
TFun
|
|
|
|
TestResult
|
|
|
|
TestStats
|
|
|
|
check_list_create
|
|
|
|
ck_abort
|
|
|
|
ck_abort_msg
|
|
|
|
ck_assert
|
|
|
|
ck_assert_int_eq
|
|
|
|
ck_assert_int_ne
|
|
|
|
ck_assert_msg
|
|
|
|
ck_assert_str_eq
|
|
|
|
ck_assert_str_ne
|
|
|
|
ck_strdup_printf
|
|
|
|
cur_fork_status
|
|
|
|
emalloc
|
|
|
|
eprintf
|
|
|
|
erealloc
|
|
|
|
fail
|
|
|
|
fail_if
|
|
|
|
fail_unless
|
|
|
|
get_env_printmode
|
|
|
|
lfile_lfun
|
|
|
|
list_add_end
|
|
|
|
list_add_front
|
|
|
|
list_advance
|
|
|
|
list_apply
|
|
|
|
list_at_end
|
|
|
|
list_free
|
|
|
|
list_front
|
|
|
|
list_val
|
|
|
|
log_srunner_end
|
|
|
|
log_srunner_start
|
|
|
|
log_suite_end
|
|
|
|
log_suite_start
|
2009-12-18 21:26:01 +00:00
|
|
|
log_test_start
|
2009-08-06 16:27:12 +00:00
|
|
|
log_test_end
|
|
|
|
mark_point
|
|
|
|
pack
|
|
|
|
ppack
|
|
|
|
punpack
|
|
|
|
rcvmsg_free
|
|
|
|
receive_test_result
|
|
|
|
send_ctx_info
|
|
|
|
send_failure_info
|
|
|
|
send_loc_info
|
|
|
|
set_fork_status
|
|
|
|
setup_messaging
|
|
|
|
sr_stat_str
|
|
|
|
srunner_end_logging
|
|
|
|
srunner_fprint
|
|
|
|
srunner_init_logging
|
|
|
|
srunner_open_lfile
|
|
|
|
srunner_open_xmlfile
|
|
|
|
srunner_register_lfun
|
|
|
|
stdout_lfun
|
2009-12-18 21:26:01 +00:00
|
|
|
subunit_lfun
|
|
|
|
tcase_add_exit_test
|
|
|
|
tcase_add_loop_exit_test
|
2009-08-06 16:27:12 +00:00
|
|
|
tcase_add_loop_test
|
|
|
|
tcase_add_loop_test_raise_signal
|
|
|
|
tcase_add_test
|
|
|
|
tcase_add_test_raise_signal
|
2013-11-30 11:15:37 +00:00
|
|
|
tcase_skip_broken_test
|
2009-08-06 16:27:12 +00:00
|
|
|
teardown_messaging
|
|
|
|
tr_create
|
|
|
|
tr_fprint
|
|
|
|
tr_reset
|
2009-12-18 21:26:01 +00:00
|
|
|
tr_short_str
|
2009-08-06 16:27:12 +00:00
|
|
|
tr_str
|
|
|
|
tr_xmlprint
|
|
|
|
upack
|
|
|
|
xml_lfun
|
2006-08-17 10:46:19 +00:00
|
|
|
</SECTION>
|
2006-07-21 16:01:34 +00:00
|
|
|
|
2006-08-17 10:46:19 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcheckbufferstraw</FILE>
|
|
|
|
<TITLE>GstBufferStraw</TITLE>
|
|
|
|
<INCLUDE>gst/check/gstbufferstraw.h</INCLUDE>
|
2006-07-21 16:01:34 +00:00
|
|
|
gst_buffer_straw_start_pipeline
|
|
|
|
gst_buffer_straw_get_buffer
|
|
|
|
gst_buffer_straw_stop_pipeline
|
2005-11-29 19:34:24 +00:00
|
|
|
</SECTION>
|
2009-07-13 07:22:06 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstcheckconsistencychecker</FILE>
|
|
|
|
<TITLE>GstStreamConsistency</TITLE>
|
|
|
|
<INCLUDE>gst/check/gstconsistencychecker.h</INCLUDE>
|
2009-07-28 14:23:15 +00:00
|
|
|
GstStreamConsistency
|
2009-07-13 07:22:06 +00:00
|
|
|
gst_consistency_checker_new
|
|
|
|
gst_consistency_checker_reset
|
|
|
|
gst_consistency_checker_free
|
2013-11-30 11:15:37 +00:00
|
|
|
gst_consistency_checker_add_pad
|
2009-07-13 07:22:06 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2015-07-06 23:53:48 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstharness</FILE>
|
|
|
|
<TITLE>GstHarness</TITLE>
|
|
|
|
<INCLUDE>gst/check/check.h</INCLUDE>
|
|
|
|
GstHarness
|
|
|
|
|
2015-12-09 02:43:38 +00:00
|
|
|
gst_harness_new_empty
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_new_full
|
|
|
|
gst_harness_new_with_element
|
|
|
|
gst_harness_new_with_padnames
|
|
|
|
gst_harness_new_with_templates
|
|
|
|
gst_harness_new
|
|
|
|
gst_harness_new_parse
|
2015-12-09 02:43:38 +00:00
|
|
|
gst_harness_add_element_full
|
|
|
|
gst_harness_add_parse
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_teardown
|
|
|
|
|
|
|
|
gst_harness_add_element_src_pad
|
|
|
|
gst_harness_add_element_sink_pad
|
|
|
|
|
|
|
|
gst_harness_set_src_caps
|
|
|
|
gst_harness_set_sink_caps
|
|
|
|
gst_harness_set_caps
|
|
|
|
gst_harness_set_src_caps_str
|
|
|
|
gst_harness_set_sink_caps_str
|
|
|
|
gst_harness_set_caps_str
|
|
|
|
|
|
|
|
gst_harness_use_systemclock
|
|
|
|
gst_harness_use_testclock
|
|
|
|
gst_harness_get_testclock
|
|
|
|
gst_harness_set_time
|
|
|
|
gst_harness_wait_for_clock_id_waits
|
|
|
|
gst_harness_crank_single_clock_wait
|
|
|
|
gst_harness_crank_multiple_clock_waits
|
|
|
|
|
|
|
|
gst_harness_play
|
|
|
|
gst_harness_set_blocking_push_mode
|
2015-07-23 22:41:57 +00:00
|
|
|
gst_harness_set_forwarding
|
2015-07-06 23:53:48 +00:00
|
|
|
|
|
|
|
gst_harness_create_buffer
|
|
|
|
gst_harness_push
|
|
|
|
gst_harness_pull
|
|
|
|
gst_harness_try_pull
|
|
|
|
gst_harness_push_and_pull
|
|
|
|
gst_harness_buffers_received
|
|
|
|
gst_harness_buffers_in_queue
|
|
|
|
gst_harness_set_drop_buffers
|
|
|
|
gst_harness_dump_to_file
|
2017-12-05 15:28:43 +00:00
|
|
|
gst_harness_take_all_data
|
|
|
|
gst_harness_take_all_data_as_buffer
|
|
|
|
gst_harness_take_all_data_as_bytes
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_get_last_pushed_timestamp
|
|
|
|
|
|
|
|
gst_harness_push_event
|
|
|
|
gst_harness_pull_event
|
|
|
|
gst_harness_try_pull_event
|
|
|
|
gst_harness_events_received
|
|
|
|
gst_harness_events_in_queue
|
|
|
|
|
|
|
|
gst_harness_push_upstream_event
|
|
|
|
gst_harness_pull_upstream_event
|
|
|
|
gst_harness_try_pull_upstream_event
|
|
|
|
gst_harness_upstream_events_received
|
|
|
|
gst_harness_upstream_events_in_queue
|
|
|
|
|
|
|
|
gst_harness_query_latency
|
|
|
|
gst_harness_set_upstream_latency
|
|
|
|
|
|
|
|
gst_harness_set_propose_allocator
|
|
|
|
gst_harness_get_allocator
|
|
|
|
|
|
|
|
gst_harness_add_src
|
2015-07-20 14:18:06 +00:00
|
|
|
gst_harness_add_src_harness
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_add_src_parse
|
|
|
|
gst_harness_push_from_src
|
|
|
|
gst_harness_src_crank_and_push_many
|
|
|
|
gst_harness_src_push_event
|
|
|
|
|
|
|
|
gst_harness_add_sink
|
2015-07-20 14:18:06 +00:00
|
|
|
gst_harness_add_sink_harness
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_add_sink_parse
|
|
|
|
gst_harness_push_to_sink
|
|
|
|
gst_harness_sink_push_many
|
|
|
|
|
|
|
|
gst_harness_find_element
|
|
|
|
gst_harness_set
|
|
|
|
gst_harness_get
|
|
|
|
gst_harness_add_probe
|
|
|
|
|
|
|
|
GstHarnessThread
|
|
|
|
|
|
|
|
gst_harness_stress_thread_stop
|
|
|
|
gst_harness_stress_custom_start
|
|
|
|
|
|
|
|
gst_harness_stress_statechange_start
|
|
|
|
gst_harness_stress_statechange_start_full
|
|
|
|
|
|
|
|
gst_harness_stress_push_buffer_start
|
|
|
|
gst_harness_stress_push_buffer_start_full
|
|
|
|
|
2015-07-06 23:56:41 +00:00
|
|
|
GstHarnessPrepareBufferFunc
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_stress_push_buffer_with_cb_start
|
|
|
|
gst_harness_stress_push_buffer_with_cb_start_full
|
|
|
|
|
|
|
|
gst_harness_stress_push_event_start
|
|
|
|
gst_harness_stress_push_event_start_full
|
|
|
|
|
2016-01-21 12:28:23 +00:00
|
|
|
GstHarnessPrepareEventFunc
|
|
|
|
gst_harness_stress_push_event_with_cb_start
|
|
|
|
gst_harness_stress_push_event_with_cb_start_full
|
|
|
|
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_stress_send_upstream_event_start
|
|
|
|
gst_harness_stress_push_upstream_event_start_full
|
|
|
|
|
2016-01-21 12:28:23 +00:00
|
|
|
gst_harness_stress_send_upstream_event_with_cb_start
|
|
|
|
gst_harness_stress_push_upstream_event_with_cb_start_full
|
|
|
|
|
2015-07-06 23:53:48 +00:00
|
|
|
gst_harness_stress_property_start
|
|
|
|
gst_harness_stress_property_start_full
|
|
|
|
|
|
|
|
gst_harness_stress_requestpad_start
|
|
|
|
gst_harness_stress_requestpad_start_full
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstHarnessPrivate
|
|
|
|
</SECTION>
|
|
|
|
|
2012-08-29 14:11:10 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gsttestclock</FILE>
|
|
|
|
<TITLE>GstTestClock</TITLE>
|
2013-01-24 22:50:31 +00:00
|
|
|
<INCLUDE>gst/check/gsttestclock.h</INCLUDE>
|
2012-08-29 14:11:10 +00:00
|
|
|
GstTestClock
|
|
|
|
GstTestClockClass
|
|
|
|
gst_test_clock_new
|
|
|
|
gst_test_clock_new_with_start_time
|
|
|
|
gst_test_clock_set_time
|
|
|
|
gst_test_clock_advance_time
|
2012-08-29 23:58:41 +00:00
|
|
|
gst_test_clock_peek_id_count
|
|
|
|
gst_test_clock_has_id
|
|
|
|
gst_test_clock_peek_next_pending_id
|
|
|
|
gst_test_clock_wait_for_next_pending_id
|
|
|
|
gst_test_clock_wait_for_pending_id_count
|
|
|
|
gst_test_clock_process_next_clock_id
|
|
|
|
gst_test_clock_get_next_entry_time
|
2014-07-05 15:13:21 +00:00
|
|
|
gst_test_clock_wait_for_multiple_pending_ids
|
|
|
|
gst_test_clock_id_list_get_latest_time
|
|
|
|
gst_test_clock_process_id_list
|
2016-01-14 20:54:42 +00:00
|
|
|
gst_test_clock_crank
|
2012-08-29 14:11:10 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GST_TEST_CLOCK
|
|
|
|
GST_IS_TEST_CLOCK
|
|
|
|
GST_TYPE_TEST_CLOCK
|
|
|
|
GST_TEST_CLOCK_CLASS
|
|
|
|
GST_IS_TEST_CLOCK_CLASS
|
|
|
|
GST_TEST_CLOCK_GET_CLASS
|
|
|
|
GST_TEST_CLOCK_CAST
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GstTestClockPrivate
|
|
|
|
gst_test_clock_get_type
|
|
|
|
</SECTION>
|