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>
|
|
|
|
<INCLUDE>libs/controller/gstargbcontrolbinding.h</INCLUDE>
|
|
|
|
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>
|
|
|
|
<INCLUDE>libs/controller/gstdirectcontrolbinding.h</INCLUDE>
|
|
|
|
gst_direct_control_binding_new
|
|
|
|
<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>
|
|
|
|
|
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>
|
|
|
|
<INCLUDE>libs/controller/gsttimedvaluecontrolsource.h</INCLUDE>
|
|
|
|
GstTimedValueControlSource
|
|
|
|
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_source_get_base_value_type
|
|
|
|
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
|
2011-12-19 10:13:45 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_timed_value_control_source_get_type
|
|
|
|
</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>
|
|
|
|
<INCLUDE>libs/controller/gstinterpolationcontrolsource.h</INCLUDE>
|
|
|
|
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>
|
|
|
|
<INCLUDE>libs/controller/gsttriggercontrolsource.h</INCLUDE>
|
|
|
|
GstTriggerControlSource
|
|
|
|
gst_trigger_control_source_new
|
|
|
|
<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>
|
|
|
|
<INCLUDE>gst/base/gstadapter.h</INCLUDE>
|
|
|
|
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
|
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
|
2010-09-17 13:51:08 +00:00
|
|
|
gst_adapter_take_list
|
2011-10-28 10:28:46 +00:00
|
|
|
gst_adapter_prev_pts
|
|
|
|
gst_adapter_prev_dts
|
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>
|
|
|
|
|
2011-03-31 14:50:22 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gstbaseparse</FILE>
|
|
|
|
<TITLE>GstBaseParse</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstbaseparse.h</INCLUDE>
|
|
|
|
GstBaseParse
|
|
|
|
GstBaseParseClass
|
|
|
|
|
|
|
|
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
|
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
|
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
|
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
|
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
|
2005-11-29 19:34:24 +00:00
|
|
|
|
|
|
|
GST_BASE_SRC_PAD
|
|
|
|
<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
|
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
|
2007-10-10 22:43:11 +00:00
|
|
|
gst_base_sink_wait_eos
|
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
|
2010-07-06 14:21:05 +00:00
|
|
|
gst_base_sink_set_last_buffer_enabled
|
|
|
|
gst_base_sink_is_last_buffer_enabled
|
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
|
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_TIMED_WAIT
|
|
|
|
GST_BASE_SINK_PREROLL_TRYLOCK
|
|
|
|
GST_BASE_SINK_PREROLL_UNLOCK
|
|
|
|
GST_BASE_SINK_PREROLL_WAIT
|
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
|
docs/libs/gstreamer-libs-sections.txt: Add new function:
Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
Add new function:
API: GstBaseTransform::gst_base_transform_suggest()
* libs/gst/base/gstbasetransform.c: (gst_base_transform_finalize),
(gst_base_transform_init), (gst_base_transform_transform_caps),
(gst_base_transform_transform_size),
(gst_base_transform_configure_caps),
(gst_base_transform_can_transform),
(gst_base_transform_find_transform), (gst_base_transform_setcaps),
(gst_base_transform_prepare_output_buffer),
(gst_base_transform_buffer_alloc),
(gst_base_transform_handle_buffer), (gst_base_transform_getrange),
(gst_base_transform_chain), (gst_base_transform_activate),
(gst_base_transform_set_passthrough),
(gst_base_transform_is_passthrough),
(gst_base_transform_set_in_place),
(gst_base_transform_is_in_place), (gst_base_transform_update_qos),
(gst_base_transform_set_qos_enabled),
(gst_base_transform_is_qos_enabled),
(gst_base_transform_set_gap_aware), (gst_base_transform_suggest),
(gst_base_transform_reconfigure):
* libs/gst/base/gstbasetransform.h:
Rewrite of basetransform to perform negotiation outside of the
buffer_alloc functions. Fixes #545853.
* tests/check/libs/transform1.c: (GST_START_TEST),
(buffer_alloc_ct2):
Update unit test.
2008-08-05 11:11:00 +00:00
|
|
|
gst_base_transform_suggest
|
2008-08-20 10:52:09 +00:00
|
|
|
gst_base_transform_reconfigure
|
2012-08-14 13:46:35 +00:00
|
|
|
gst_base_transform_get_allocator
|
|
|
|
gst_base_transform_get_buffer_pool
|
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
|
|
|
|
|
|
|
|
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
|
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
|
|
|
|
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
|
|
|
|
GstCollectPadsCompareFunction
|
|
|
|
GstCollectPadsEventFunction
|
|
|
|
GstCollectPadsClipFunction
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|
|
|
|
gst_collect_pads_read_buffer
|
|
|
|
gst_collect_pads_take_buffer
|
|
|
|
|
|
|
|
gst_collect_pads_set_buffer_function
|
|
|
|
gst_collect_pads_set_compare_function
|
|
|
|
gst_collect_pads_set_event_function
|
|
|
|
gst_collect_pads_set_clip_function
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstpushsrc</FILE>
|
|
|
|
<TITLE>GstPushSrc</TITLE>
|
|
|
|
<INCLUDE>gst/base/gstpushsrc.h</INCLUDE>
|
|
|
|
GstPushSrc
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstPushSrcClass
|
|
|
|
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
|
2010-01-12 16:34:39 +00:00
|
|
|
gst_type_find_helper_get_range_ext
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
gst_queue_array_is_empty
|
|
|
|
gst_queue_array_drop_element
|
|
|
|
gst_queue_array_find
|
|
|
|
</SECTION>
|
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
# net
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gstnetclientclock</FILE>
|
|
|
|
<TITLE>GstNetClientClock</TITLE>
|
|
|
|
<INCLUDE>gst/net/gstnet.h</INCLUDE>
|
|
|
|
GstNetClientClock
|
|
|
|
gst_net_client_clock_new
|
|
|
|
<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
|
|
|
|
<SUBSECTION Private>
|
|
|
|
gst_net_client_clock_get_type
|
|
|
|
</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
|
|
|
|
gst_net_time_packet_receive
|
|
|
|
gst_net_time_packet_send
|
|
|
|
gst_net_time_packet_serialize
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
<SUBSECTION Private>
|
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
|
|
|
|
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
|
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
|
|
|
|
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
|
|
|
|
</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
|
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>
|