diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-03-03 18:36:53 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-03-03 18:36:53 +0000 |
commit | 11d9e3d4b11b786c1c2e633526ed9295834e7614 (patch) | |
tree | 09087968d7c5b78c4ad3837458bcb87735f11e60 /docs/plugins/gst-plugins-good-plugins-sections.txt | |
parent | 320dea6afe309625296473435d6e772345f83331 (diff) |
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.
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins-sections.txt')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 15 |
1 files changed, 15 insertions, 0 deletions
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 </SECTION> +<SECTION> +<FILE>element-wavparse</FILE> +GstWavParse +<TITLE>wavparse</TITLE> +<SUBSECTION Standard> +GstWavParseClass +GstWavParseState +GST_WAVPARSE +GST_IS_WAVPARSE +GST_TYPE_WAVPARSE +gst_wavparse_get_type +GST_WAVPARSE_CLASS +GST_IS_WAVPARSE_CLASS +</SECTION> + |