Use g_memdup2() where available and add fallback for older GLib versions
[platform/upstream/gstreamer.git] / docs / gst / gstreamer.types.in
1 % add a _get_type for every GObject whose properties and signals you want
2 % documented
3 % add the relevant includes to be able to call those _get_type functions
4
5 % adding a get_type here will:
6 % - change output file name from gstreamer-(whatever).html to (whatever).html
7 % - document properties and signals
8
9 #include <gst/gst.h>
10 #include <gst/gsttracer.h>
11 #include <gst/gsttracerrecord.h>
12
13 gst_bin_get_type
14 gst_buffer_pool_get_type
15 gst_bus_get_type
16 gst_child_proxy_get_type
17 gst_clock_get_type
18 gst_control_binding_get_type
19 gst_control_source_get_type
20 gst_element_factory_get_type
21 gst_element_get_type
22 gst_ghost_pad_get_type
23 gst_object_get_type
24 gst_pad_get_type
25 gst_pad_template_get_type
26 gst_pipeline_get_type
27 gst_plugin_feature_get_type
28 gst_preset_get_type
29 gst_promise_get_type
30 gst_registry_get_type
31 gst_system_clock_get_type
32 gst_tag_setter_get_type
33 gst_task_get_type
34 gst_tracer_get_type
35 gst_tracer_factory_get_type
36 gst_tracer_record_get_type
37 gst_type_find_factory_get_type
38 gst_uri_handler_get_type
39
40 gst_buffer_get_type
41 gst_buffer_list_get_type
42 gst_caps_get_type
43 gst_context_get_type
44 gst_event_get_type
45 gst_memory_get_type
46 gst_message_get_type
47 gst_query_get_type
48 gst_sample_get_type
49 gst_tag_list_get_type
50 gst_toc_get_type
51 gst_toc_entry_get_type