mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs/: add declared symbols
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * docs/libs/gstreamer-libs-sections.txt: add declared symbols
This commit is contained in:
parent
ddc207e44e
commit
1b44804c45
3 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-05-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
* docs/libs/gstreamer-libs-sections.txt:
|
||||
add declared symbols
|
||||
|
||||
2006-05-30 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
|
||||
|
|
|
@ -1980,6 +1980,8 @@ gst_type_find_register
|
|||
GST_TYPE_TYPE_FIND_PROBABILITY
|
||||
<SUBSECTION Private>
|
||||
gst_type_find_probability_get_type
|
||||
gst_type_find_get_type
|
||||
GST_TYPE_TYPE_FIND
|
||||
</SECTION>
|
||||
|
||||
|
||||
|
|
|
@ -239,6 +239,9 @@ gst_collect_pads_pop
|
|||
gst_collect_pads_available
|
||||
gst_collect_pads_read
|
||||
gst_collect_pads_flush
|
||||
GST_COLLECT_PADS_PAD_LOCK
|
||||
GST_COLLECT_PADS_PAD_UNLOCK
|
||||
GST_COLLECT_PADS_GET_PAD_LOCK
|
||||
<SUBSECTION Standard>
|
||||
GstCollectPadsClass
|
||||
GST_COLLECT_PADS
|
||||
|
@ -346,6 +349,7 @@ ASSERT_WARNING
|
|||
ASSERT_MINI_OBJECT_REFCOUNT
|
||||
ASSERT_OBJECT_REFCOUNT
|
||||
ASSERT_OBJECT_REFCOUNT_BETWEEN
|
||||
ASSERT_SET_STATE
|
||||
MAIN_INIT
|
||||
MAIN_START_THREADS
|
||||
MAIN_START_THREAD_FUNCTION
|
||||
|
|
Loading…
Reference in a new issue