From 11d9e3d4b11b786c1c2e633526ed9295834e7614 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 3 Mar 2006 18:36:53 +0000 Subject: docs/plugins/: Added wavparse docs. Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: Added wavparse docs. * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init), (gst_wavparse_reset), (gst_wavparse_init), (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header), (gst_wavparse_stream_init), (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), (gst_wavparse_send_event), (gst_wavparse_stream_data), (gst_wavparse_loop), (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: Implement seek in READY (fixes #327658) Added docs and did some cleanups. --- docs/plugins/gst-plugins-good-plugins-sections.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/plugins/gst-plugins-good-plugins-sections.txt') diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index a3e1ba48..8c7032a4 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -255,3 +255,18 @@ GstVideoMixerBackground GstVideoMixerClass +
+element-wavparse +GstWavParse +wavparse + +GstWavParseClass +GstWavParseState +GST_WAVPARSE +GST_IS_WAVPARSE +GST_TYPE_WAVPARSE +gst_wavparse_get_type +GST_WAVPARSE_CLASS +GST_IS_WAVPARSE_CLASS +
+ -- cgit