summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-12-02 15:16:25 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-12-02 19:10:00 +0100
commited10269bd34c8b7f211a663df0ac8c08d9f834ae (patch)
treebd4c124f545ae676239370377c2d7b7b868c9283
parent626af3316068f8e9c0d202bce8f861bd3cd505e8 (diff)
docs: Add a whole bunch of symbols that were unused to the proper sections
-rw-r--r--docs/libs/gst-plugins-base-libs-sections.txt58
-rw-r--r--docs/plugins/gst-plugins-base-plugins.hierarchy9
-rw-r--r--docs/plugins/gst-plugins-base-plugins.interfaces16
-rw-r--r--docs/plugins/gst-plugins-base-plugins.prerequisites4
4 files changed, 68 insertions, 19 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 2645f65b4..aff1cdb04 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -191,6 +191,8 @@ gst_base_audio_sink_set_provide_clock
gst_base_audio_sink_get_provide_clock
gst_base_audio_sink_set_slave_method
gst_base_audio_sink_get_slave_method
+gst_base_audio_sink_get_drift_tolerance
+gst_base_audio_sink_set_drift_tolerance
<SUBSECTION Standard>
GST_BASE_AUDIO_SINK
GST_IS_BASE_AUDIO_SINK
@@ -549,6 +551,7 @@ gst_mixer_get_type
gst_mixer_type_get_type
gst_mixer_flags_get_type
gst_mixer_message_type_get_type
+gst_stream_volume_format_get_type
</SECTION>
<SECTION>
@@ -789,6 +792,8 @@ GstXOverlay
GstXOverlayClass
gst_x_overlay_set_xwindow_id
gst_x_overlay_got_xwindow_id
+gst_x_overlay_got_window_handle
+gst_x_overlay_set_window_handle
gst_x_overlay_prepare_xwindow_id
gst_x_overlay_expose
gst_x_overlay_handle_events
@@ -1392,10 +1397,32 @@ gst_rtsp_strresult
gst_rtsp_method_as_text
gst_rtsp_version_as_text
gst_rtsp_header_as_text
+gst_rtsp_header_allow_multiple
gst_rtsp_status_as_text
gst_rtsp_options_as_text
gst_rtsp_find_header_field
gst_rtsp_find_method
+<SUBSECTION Standard>
+GST_TYPE_RTSP_AUTH_METHOD
+GST_TYPE_RTSP_EVENT
+GST_TYPE_RTSP_FAMILY
+GST_TYPE_RTSP_HEADER_FIELD
+GST_TYPE_RTSP_LOWER_TRANS
+GST_TYPE_RTSP_METHOD
+GST_TYPE_RTSP_RESULT
+GST_TYPE_RTSP_STATE
+GST_TYPE_RTSP_STATUS_CODE
+GST_TYPE_RTSP_URL
+GST_TYPE_RTSP_VERSION
+gst_rtsp_event_get_type
+gst_rtsp_auth_method_get_type
+gst_rtsp_family_get_type
+gst_rtsp_method_get_type
+gst_rtsp_result_get_type
+gst_rtsp_state_get_type
+gst_rtsp_status_code_get_type
+gst_rtsp_version_get_type
+gst_rtsp_header_field_get_type
</SECTION>
<SECTION>
@@ -1413,6 +1440,8 @@ gst_rtsp_transport_as_text
gst_rtsp_transport_get_mime
gst_rtsp_transport_get_manager
gst_rtsp_transport_free
+<SUBSECTION Standard>
+gst_rtsp_lower_trans_get_type
</SECTION>
<SECTION>
@@ -1427,6 +1456,7 @@ gst_rtsp_base64_decode_ip
<INCLUDE>gst/rtsp/gstrtspconnection.h</INCLUDE>
GstRTSPConnection
gst_rtsp_connection_create
+gst_rtsp_connection_create_from_fd
gst_rtsp_connection_accept
gst_rtsp_connection_connect
gst_rtsp_connection_close
@@ -1461,6 +1491,11 @@ gst_rtsp_connection_is_tunneled
gst_rtsp_connection_get_tunnelid
gst_rtsp_connection_do_tunnel
+gst_rtsp_connection_get_readfd
+gst_rtsp_connection_get_writefd
+gst_rtsp_connection_set_http_mode
+gst_rtsp_connection_set_proxy
+
GstRTSPWatch
GstRTSPWatchFuncs
gst_rtsp_watch_new
@@ -1468,13 +1503,31 @@ gst_rtsp_watch_unref
gst_rtsp_watch_attach
gst_rtsp_watch_reset
gst_rtsp_watch_queue_message
+gst_rtsp_watch_queue_data
+gst_rtsp_watch_send_message
+gst_rtsp_watch_write_data
</SECTION>
<SECTION>
<FILE>gstrtspextension</FILE>
<INCLUDE>gst/rtsp/gstrtspextension.h</INCLUDE>
+GstRTSPExtension
GstRTSPExtensionInterface
<SUBSECTION Standard>
+GST_IS_RTSP_EXTENSION
+GST_RTSP_EXTENSION
+GST_RTSP_EXTENSION_GET_IFACE
+GST_TYPE_RTSP_EXTENSION
+gst_rtsp_extension_after_send
+gst_rtsp_extension_before_send
+gst_rtsp_extension_configure_stream
+gst_rtsp_extension_detect_server
+gst_rtsp_extension_get_transports
+gst_rtsp_extension_parse_sdp
+gst_rtsp_extension_receive_request
+gst_rtsp_extension_send
+gst_rtsp_extension_setup_media
+gst_rtsp_extension_stream_select
gst_rtsp_extension_get_type
</SECTION>
@@ -1932,8 +1985,13 @@ gst_video_parse_caps_framerate
gst_video_parse_caps_pixel_aspect_ratio
gst_video_parse_caps_color_matrix
gst_video_parse_caps_chroma_site
+GstVideoConvertFrameCallback
gst_video_convert_frame
gst_video_convert_frame_async
+gst_video_event_new_still_frame
+gst_video_event_parse_still_frame
+<SUBSECTION Standard>
+gst_video_format_get_type
</SECTION>
<SECTION>
diff --git a/docs/plugins/gst-plugins-base-plugins.hierarchy b/docs/plugins/gst-plugins-base-plugins.hierarchy
index bc584e1cf..4a355e659 100644
--- a/docs/plugins/gst-plugins-base-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-base-plugins.hierarchy
@@ -85,15 +85,6 @@ GObject
GstTheoraEnc
GstTheoraParse
GstVideoRate
- GstVisual
- GstVisualbumpscope
- GstVisualcorona
- GstVisualinfinite
- GstVisualjakdaw
- GstVisualjess
- GstVisuallv_analyzer
- GstVisuallv_scope
- GstVisualoinksie
GstVorbisDec
GstVorbisEnc
GstVorbisParse
diff --git a/docs/plugins/gst-plugins-base-plugins.interfaces b/docs/plugins/gst-plugins-base-plugins.interfaces
index 549a43a1f..36963b528 100644
--- a/docs/plugins/gst-plugins-base-plugins.interfaces
+++ b/docs/plugins/gst-plugins-base-plugins.interfaces
@@ -3,29 +3,29 @@ GstPipeline GstChildProxy
GstPlayBaseBin GstChildProxy
GstPlayBin GstChildProxy
GstPlayBin2 GstChildProxy GstStreamVolume
-GstDecodeBin2 GstChildProxy
-GstURIDecodeBin GstChildProxy
GstDecodeBin GstChildProxy
GstPlaySink GstChildProxy
GstSubtitleOverlay GstChildProxy
-GstVorbisEnc GstTagSetter GstPreset
-GstVorbisTag GstTagSetter
+GstDecodeBin2 GstChildProxy
+GstURIDecodeBin GstChildProxy
GstCddaBaseSrc GstURIHandler
GstCdParanoiaSrc GstURIHandler
GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
GstV4lElement GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
GstV4lSrc GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
-GstGioSrc GstURIHandler
GstGnomeVFSSrc GstURIHandler
+GstGioSrc GstURIHandler
GstAppSrc GstURIHandler
-GstGioSink GstURIHandler
-GstAlsaSink GstPropertyProbe
GstGnomeVFSSink GstURIHandler
+GstAlsaSink GstPropertyProbe
+GstGioSink GstURIHandler
GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
GstXvImageSink GstImplementsInterface GstNavigation GstXOverlay GstColorBalance GstPropertyProbe
GstAppSink GstURIHandler
-GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
+GstVorbisEnc GstTagSetter GstPreset
+GstVorbisTag GstTagSetter
GstTheoraEnc GstPreset
+GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
GstOggMux GstPreset
GstVolume GstImplementsInterface GstMixer GstStreamVolume
PangoCairoFcFontMap PangoCairoFontMap
diff --git a/docs/plugins/gst-plugins-base-plugins.prerequisites b/docs/plugins/gst-plugins-base-plugins.prerequisites
index 48604c0da..a6aa7d0ab 100644
--- a/docs/plugins/gst-plugins-base-plugins.prerequisites
+++ b/docs/plugins/gst-plugins-base-plugins.prerequisites
@@ -2,9 +2,9 @@ GstChildProxy GstObject
GstTagSetter GstElement
GstImplementsInterface GstElement
GstMixer GstImplementsInterface GstElement
-GstTuner GstImplementsInterface GstElement
GstXOverlay GstImplementsInterface GstElement
GstColorBalance GstImplementsInterface GstElement
+GstTuner GstImplementsInterface GstElement
GstStreamVolume GObject
-PangoCairoFontMap PangoFontMap
GFile GObject
+PangoCairoFontMap PangoFontMap