mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
docs/: Remove library types fro core docs and have them in libs docs.
Original commit message from CVS: * docs/gst/gstreamer.types.in: * docs/libs/gstreamer-libs.types: Remove library types fro core docs and have them in libs docs. Reformat and cleanup. Add comment for miniobject types.
This commit is contained in:
parent
2109e33da1
commit
602ca96e76
3 changed files with 40 additions and 40 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-04-21 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/gst/gstreamer.types.in:
|
||||
* docs/libs/gstreamer-libs.types:
|
||||
Remove library types fro core docs and have them in libs docs.
|
||||
Reformat and cleanup. Add comment for miniobject types.
|
||||
|
||||
2008-04-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gsturi.c: (gst_uri_get_protocol):
|
||||
|
|
|
@ -23,6 +23,7 @@ gst_pad_get_type
|
|||
gst_pad_template_get_type
|
||||
gst_pipeline_get_type
|
||||
gst_plugin_feature_get_type
|
||||
gst_preset_get_type
|
||||
gst_registry_get_type
|
||||
gst_system_clock_get_type
|
||||
gst_tag_setter_get_type
|
||||
|
@ -31,31 +32,10 @@ gst_type_find_factory_get_type
|
|||
gst_uri_handler_get_type
|
||||
@GST_LOADSAVE_DOC_TYPES@gst_xml_get_type
|
||||
|
||||
% these are not GObject derived types !
|
||||
% gst_buffer_get_type
|
||||
% gst_mini_object_get_type
|
||||
% gst_message_get_type
|
||||
% gst_query_get_type
|
||||
% these are not GObject derived types
|
||||
% this works with gtk-doc 1.10 at least
|
||||
%gst_buffer_get_type
|
||||
%gst_mini_object_get_type
|
||||
%gst_message_get_type
|
||||
%gst_query_get_type
|
||||
|
||||
% base classes
|
||||
|
||||
#include <gst/base/gstadapter.h>
|
||||
#include <gst/base/gstbasesrc.h>
|
||||
#include <gst/base/gstbasesink.h>
|
||||
#include <gst/base/gstbasetransform.h>
|
||||
#include <gst/base/gstcollectpads.h>
|
||||
#include <gst/base/gstpushsrc.h>
|
||||
|
||||
gst_adapter_get_type
|
||||
gst_base_src_get_type
|
||||
gst_base_sink_get_type
|
||||
gst_base_transform_get_type
|
||||
gst_collect_pads_get_type
|
||||
gst_push_src_get_type
|
||||
|
||||
% net
|
||||
|
||||
#include <gst/net/gstnet.h>
|
||||
|
||||
gst_net_client_clock_get_type
|
||||
gst_net_time_provider_get_type
|
||||
|
|
|
@ -1,23 +1,36 @@
|
|||
#include <gst/gst.h>
|
||||
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
gst_controller_get_type
|
||||
#include <gst/controller/gstcontrolsource.h>
|
||||
gst_control_source_get_type
|
||||
#include <gst/controller/gstinterpolationcontrolsource.h>
|
||||
gst_interpolation_control_source_get_type
|
||||
#include <gst/controller/gstlfocontrolsource.h>
|
||||
gst_lfo_control_source_get_type
|
||||
% base classes
|
||||
|
||||
#include <gst/base/gstadapter.h>
|
||||
gst_adapter_get_type
|
||||
#include <gst/base/gstbasesrc.h>
|
||||
gst_base_src_get_type
|
||||
#include <gst/base/gstbasesink.h>
|
||||
gst_base_sink_get_type
|
||||
#include <gst/base/gstbasetransform.h>
|
||||
gst_base_transform_get_type
|
||||
#include <gst/base/gstcollectpads.h>
|
||||
gst_collect_pads_get_type
|
||||
#include <gst/base/gstpushsrc.h>
|
||||
|
||||
gst_adapter_get_type
|
||||
gst_base_src_get_type
|
||||
gst_base_sink_get_type
|
||||
gst_base_transform_get_type
|
||||
gst_collect_pads_get_type
|
||||
gst_push_src_get_type
|
||||
|
||||
% controller
|
||||
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
#include <gst/controller/gstcontrolsource.h>
|
||||
#include <gst/controller/gstinterpolationcontrolsource.h>
|
||||
#include <gst/controller/gstlfocontrolsource.h>
|
||||
|
||||
gst_controller_get_type
|
||||
gst_control_source_get_type
|
||||
gst_interpolation_control_source_get_type
|
||||
gst_lfo_control_source_get_type
|
||||
|
||||
% net
|
||||
|
||||
#include <gst/net/gstnet.h>
|
||||
|
||||
gst_net_client_clock_get_type
|
||||
gst_net_time_provider_get_type
|
||||
|
|
Loading…
Reference in a new issue