mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
docs/libs/gst-plugins-base-libs-sections.txt: Add some new symbols to the docs
Original commit message from CVS: * docs/libs/gst-plugins-base-libs-sections.txt: Add some new symbols to the docs
This commit is contained in:
parent
0c920e5fcb
commit
4607e3d116
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-11-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||||
|
Add some new symbols to the docs
|
||||||
|
|
||||||
2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
|
2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* tests/check/Makefile.am:
|
* tests/check/Makefile.am:
|
||||||
|
|
|
@ -174,6 +174,7 @@ gst_ring_buffer_delay
|
||||||
gst_ring_buffer_samples_done
|
gst_ring_buffer_samples_done
|
||||||
gst_ring_buffer_set_sample
|
gst_ring_buffer_set_sample
|
||||||
gst_ring_buffer_commit
|
gst_ring_buffer_commit
|
||||||
|
gst_ring_buffer_commit_full
|
||||||
|
|
||||||
gst_ring_buffer_prepare_read
|
gst_ring_buffer_prepare_read
|
||||||
gst_ring_buffer_read
|
gst_ring_buffer_read
|
||||||
|
@ -196,6 +197,7 @@ GST_RING_BUFFER_CLASS
|
||||||
GST_RING_BUFFER_GET_CLASS
|
GST_RING_BUFFER_GET_CLASS
|
||||||
GST_IS_RING_BUFFER
|
GST_IS_RING_BUFFER
|
||||||
GST_IS_RING_BUFFER_CLASS
|
GST_IS_RING_BUFFER_CLASS
|
||||||
|
GST_RING_BUFFER_CAST
|
||||||
gst_ring_buffer_get_type
|
gst_ring_buffer_get_type
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
|
@ -462,12 +464,21 @@ gst_tuner_norm_get_type
|
||||||
<INCLUDE>gst/interfaces/videoorientation.h</INCLUDE>
|
<INCLUDE>gst/interfaces/videoorientation.h</INCLUDE>
|
||||||
GstVideoOrientation
|
GstVideoOrientation
|
||||||
GstVideoOrientationInterface
|
GstVideoOrientationInterface
|
||||||
|
gst_video_orientation_get_hcenter
|
||||||
|
gst_video_orientation_get_hflip
|
||||||
|
gst_video_orientation_get_vcenter
|
||||||
|
gst_video_orientation_get_vflip
|
||||||
|
gst_video_orientation_set_hcenter
|
||||||
|
gst_video_orientation_set_hflip
|
||||||
|
gst_video_orientation_set_vcenter
|
||||||
|
gst_video_orientation_set_vflip
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_TYPE_VIDEO_ORIENTATION
|
GST_TYPE_VIDEO_ORIENTATION
|
||||||
GST_VIDEO_ORIENTATION
|
GST_VIDEO_ORIENTATION
|
||||||
GST_VIDEO_ORIENTATION_CLASS
|
GST_VIDEO_ORIENTATION_CLASS
|
||||||
GST_IS_VIDEO_ORIENTATION
|
GST_IS_VIDEO_ORIENTATION
|
||||||
GST_IS_VIDEO_ORIENTATION_CLASS
|
GST_IS_VIDEO_ORIENTATION_CLASS
|
||||||
|
GST_VIDEO_ORIENTATION_GET_IFACE
|
||||||
gst_video_orientation_get_type
|
gst_video_orientation_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
@ -626,14 +637,17 @@ GST_RIFF_RLE4
|
||||||
GST_RIFF_RLE8
|
GST_RIFF_RLE8
|
||||||
GST_RIFF_RT21
|
GST_RIFF_RT21
|
||||||
GST_RIFF_SFMC
|
GST_RIFF_SFMC
|
||||||
|
GST_RIFF_TAG_BEXT
|
||||||
GST_RIFF_TAG_JUNK
|
GST_RIFF_TAG_JUNK
|
||||||
GST_RIFF_TAG_LIST
|
GST_RIFF_TAG_LIST
|
||||||
GST_RIFF_TAG_RIFF
|
GST_RIFF_TAG_RIFF
|
||||||
GST_RIFF_TAG_RIFX
|
GST_RIFF_TAG_RIFX
|
||||||
GST_RIFF_TAG_avih
|
GST_RIFF_TAG_avih
|
||||||
|
GST_RIFF_TAG_bext
|
||||||
GST_RIFF_TAG_cue
|
GST_RIFF_TAG_cue
|
||||||
GST_RIFF_TAG_data
|
GST_RIFF_TAG_data
|
||||||
GST_RIFF_TAG_dmlh
|
GST_RIFF_TAG_dmlh
|
||||||
|
GST_RIFF_TAG_fact
|
||||||
GST_RIFF_TAG_fmt
|
GST_RIFF_TAG_fmt
|
||||||
GST_RIFF_TAG_idx1
|
GST_RIFF_TAG_idx1
|
||||||
GST_RIFF_TAG_plst
|
GST_RIFF_TAG_plst
|
||||||
|
|
Loading…
Reference in a new issue