From 8ebaf797816647bf8c8fed1942c358a090c321f1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 9 Jul 2012 16:48:56 +0200 Subject: [PATCH] docs: fix more docs --- docs/gst/gstreamer-sections.txt | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index fef1fe9..17ed43d 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1322,6 +1322,7 @@ GST_TYPE_ALLOCATION_PARAMS gst_allocation_params_get_type GST_TYPE_ALLOCATOR gst_allocator_get_type +gst_allocator_flags_get_type
@@ -1340,9 +1341,10 @@ GST_MEMORY_IS_ZERO_PREFIXED GstMemory GstMapFlags +GST_MAP_READWRITE + GstMapInfo GST_MAP_INFO_INIT -GST_MAP_READWRITE GstMemoryMapFunction GstMemoryUnmapFunction @@ -1350,14 +1352,18 @@ GstMemoryCopyFunction GstMemoryShareFunction GstMemoryIsSpanFunction +gst_memory_init + gst_memory_ref gst_memory_unref -gst_memory_is_writable - gst_memory_get_sizes gst_memory_resize +gst_memory_lock +gst_memory_unlock +gst_memory_is_writable + gst_memory_make_mapped gst_memory_map gst_memory_unmap @@ -1500,39 +1506,49 @@ GST_MESSAGE_WAIT gstminiobject GstMiniObject GstMiniObject -GstMiniObjectFlags GstMiniObjectCopyFunction GstMiniObjectDisposeFunction GstMiniObjectFreeFunction -GstMiniObjectWeakNotify +GstMiniObjectNotify GST_MINI_OBJECT_TYPE + +GstMiniObjectFlags GST_MINI_OBJECT_FLAGS GST_MINI_OBJECT_FLAG_IS_SET GST_MINI_OBJECT_FLAG_SET GST_MINI_OBJECT_FLAG_UNSET +GST_MINI_OBJECT_IS_LOCKABLE + +GstLockFlags +GST_LOCK_FLAG_READWRITE + GST_MINI_OBJECT_REFCOUNT GST_MINI_OBJECT_REFCOUNT_VALUE GST_DEFINE_MINI_OBJECT_TYPE gst_mini_object_init -gst_mini_object_copy -gst_mini_object_is_writable -gst_mini_object_make_writable - gst_mini_object_ref gst_mini_object_unref gst_mini_object_weak_ref gst_mini_object_weak_unref -gst_mini_object_get_qdata +gst_mini_object_lock +gst_mini_object_unlock +gst_mini_object_is_writable +gst_mini_object_make_writable + +gst_mini_object_copy + gst_mini_object_set_qdata +gst_mini_object_get_qdata +gst_mini_object_steal_qdata gst_mini_object_replace -gst_mini_object_steal gst_mini_object_take +gst_mini_object_steal GST_MINI_OBJECT -- 2.7.4