2005-08-05 17:13:10 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
2005-08-05 18:51:29 +00:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
|
|
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
|
|
|
%version-entities;
|
|
|
|
]>
|
|
|
|
|
2005-08-05 17:13:10 +00:00
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<bookinfo>
|
2005-08-05 18:51:29 +00:00
|
|
|
<title>GStreamer Base Plugins &GST_MAJORMINOR; Plugins Reference Manual</title>
|
2005-08-05 17:13:10 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
2005-08-15 14:52:08 +00:00
|
|
|
<chapter>
|
|
|
|
<title>gst-plugins-base Elements</title>
|
2006-03-24 10:42:11 +00:00
|
|
|
<xi:include href="xml/element-adder.xml" />
|
2006-03-01 18:25:18 +00:00
|
|
|
<xi:include href="xml/element-alsamixer.xml" />
|
|
|
|
<xi:include href="xml/element-alsasink.xml" />
|
|
|
|
<xi:include href="xml/element-alsasrc.xml" />
|
2005-09-23 18:14:54 +00:00
|
|
|
<xi:include href="xml/element-audioconvert.xml" />
|
docs/plugins/: Add audioresample to docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
Add audioresample to docs.
* gst/audioconvert/gstaudioconvert.c:
Add revision date.
* gst/audioresample/gstaudioresample.c:
(gst_audioresample_base_init), (gst_audioresample_class_init),
(gst_audioresample_init), (gst_audioresample_dispose),
(audioresample_get_unit_size), (audioresample_transform_caps),
(resample_set_state_from_caps), (audioresample_transform_size),
(audioresample_set_caps), (audioresample_event),
(audioresample_do_output), (audioresample_transform),
(audioresample_pushthrough), (gst_audioresample_set_property),
(gst_audioresample_get_property), (plugin_init):
* gst/audioresample/gstaudioresample.h:
Added docs.
Small code cleanups.
2006-03-02 18:23:55 +00:00
|
|
|
<xi:include href="xml/element-audioresample.xml" />
|
add new plugin and element
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
* gst/audiotestsrc/Makefile.am:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
(gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
(gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
(gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
(gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
(gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
(gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
(gst_audiotestsrc_create_silence),
(gst_audiotestsrc_create_white_noise),
(gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
(gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
(gst_audiotestsrc_start), (plugin_init):
* gst/audiotestsrc/gstaudiotestsrc.h:
add new plugin and element
* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
use gobject_class
2005-10-09 18:34:44 +00:00
|
|
|
<xi:include href="xml/element-audiotestsrc.xml" />
|
2006-03-12 14:56:31 +00:00
|
|
|
<xi:include href="xml/element-cdparanoiasrc.xml" />
|
2005-12-02 16:52:54 +00:00
|
|
|
<xi:include href="xml/element-clockoverlay.xml" />
|
2005-09-11 21:45:24 +00:00
|
|
|
<xi:include href="xml/element-ffmpegcolorspace.xml" />
|
2006-08-21 19:01:41 +00:00
|
|
|
<xi:include href="xml/element-gdppay.xml" />
|
|
|
|
<xi:include href="xml/element-gdpdepay.xml" />
|
2008-02-12 08:13:59 +00:00
|
|
|
<xi:include href="xml/element-giosink.xml" />
|
|
|
|
<xi:include href="xml/element-giosrc.xml" />
|
|
|
|
<xi:include href="xml/element-giostreamsink.xml" />
|
|
|
|
<xi:include href="xml/element-giostreamsrc.xml" />
|
2005-09-14 21:36:02 +00:00
|
|
|
<xi:include href="xml/element-gnomevfssink.xml" />
|
2005-12-27 21:58:28 +00:00
|
|
|
<xi:include href="xml/element-gnomevfssrc.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/element-multifdsink.xml" />
|
2007-01-09 12:30:46 +00:00
|
|
|
<xi:include href="xml/element-oggdemux.xml" />
|
2008-02-01 12:56:59 +00:00
|
|
|
<xi:include href="xml/element-oggmux.xml" />
|
2006-08-15 17:21:33 +00:00
|
|
|
<xi:include href="xml/element-playbin.xml" />
|
2007-03-02 12:59:15 +00:00
|
|
|
<xi:include href="xml/element-decodebin2.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/element-tcpserversink.xml" />
|
2006-03-01 16:24:37 +00:00
|
|
|
<xi:include href="xml/element-theoradec.xml" />
|
2005-09-14 21:36:02 +00:00
|
|
|
<xi:include href="xml/element-theoraenc.xml" />
|
2005-12-02 16:52:54 +00:00
|
|
|
<xi:include href="xml/element-textoverlay.xml" />
|
|
|
|
<xi:include href="xml/element-textrender.xml" />
|
|
|
|
<xi:include href="xml/element-timeoverlay.xml" />
|
2006-03-02 16:47:34 +00:00
|
|
|
<xi:include href="xml/element-videorate.xml" />
|
docs/plugins/: Added videoscale to docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
Added videoscale to docs.
* gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
(gst_video_rate_swap_prev), (gst_video_rate_event),
(gst_video_rate_chain):
Fix typo in docs.
* gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
(gst_video_scale_init), (gst_video_scale_prepare_size),
(gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
(gst_video_scale_fixate_caps), (gst_video_scale_transform):
* gst/videoscale/gstvideoscale.h:
Added docs, examples.
Some code cleanups.
Post errors instead of g_warning.
2006-03-02 17:46:36 +00:00
|
|
|
<xi:include href="xml/element-videoscale.xml" />
|
2005-09-11 21:45:24 +00:00
|
|
|
<xi:include href="xml/element-videotestsrc.xml" />
|
|
|
|
<xi:include href="xml/element-volume.xml" />
|
2006-03-01 17:39:28 +00:00
|
|
|
<xi:include href="xml/element-vorbisdec.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/element-vorbisenc.xml" />
|
2006-03-01 17:39:28 +00:00
|
|
|
<xi:include href="xml/element-vorbisparse.xml" />
|
2006-10-03 12:11:45 +00:00
|
|
|
<xi:include href="xml/element-vorbistag.xml" />
|
2005-11-26 14:44:08 +00:00
|
|
|
<xi:include href="xml/element-ximagesink.xml" />
|
2005-11-26 15:26:36 +00:00
|
|
|
<xi:include href="xml/element-xvimagesink.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
</chapter>
|
|
|
|
|
2005-08-05 17:13:10 +00:00
|
|
|
<chapter>
|
|
|
|
<title>gst-plugins-base Plugins</title>
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/plugin-adder.xml" />
|
|
|
|
<xi:include href="xml/plugin-alsa.xml" />
|
|
|
|
<xi:include href="xml/plugin-audioconvert.xml" />
|
|
|
|
<xi:include href="xml/plugin-audiorate.xml" />
|
2006-03-02 11:28:23 +00:00
|
|
|
<xi:include href="xml/plugin-audioresample.xml" />
|
add new plugin and element
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
* gst/audiotestsrc/Makefile.am:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
(gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
(gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
(gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
(gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
(gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
(gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
(gst_audiotestsrc_create_silence),
(gst_audiotestsrc_create_white_noise),
(gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
(gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
(gst_audiotestsrc_start), (plugin_init):
* gst/audiotestsrc/gstaudiotestsrc.h:
add new plugin and element
* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
use gobject_class
2005-10-09 18:34:44 +00:00
|
|
|
<xi:include href="xml/plugin-audiotestsrc.xml" />
|
2006-03-02 11:28:23 +00:00
|
|
|
<xi:include href="xml/plugin-cdparanoia.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/plugin-decodebin.xml" />
|
2007-03-02 12:59:15 +00:00
|
|
|
<xi:include href="xml/plugin-decodebin2.xml" />
|
2006-03-02 11:28:23 +00:00
|
|
|
<xi:include href="xml/plugin-ffmpegcolorspace.xml" />
|
2006-08-21 19:01:41 +00:00
|
|
|
<xi:include href="xml/plugin-gdp.xml" />
|
2008-02-12 08:13:59 +00:00
|
|
|
<xi:include href="xml/plugin-gio.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/plugin-gnomevfs.xml" />
|
2005-09-14 21:53:06 +00:00
|
|
|
<xi:include href="xml/plugin-libvisual.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/plugin-ogg.xml" />
|
2005-12-01 15:52:27 +00:00
|
|
|
<xi:include href="xml/plugin-pango.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/plugin-playbin.xml" />
|
|
|
|
<xi:include href="xml/plugin-subparse.xml" />
|
|
|
|
<xi:include href="xml/plugin-tcp.xml" />
|
|
|
|
<xi:include href="xml/plugin-theora.xml" />
|
|
|
|
<xi:include href="xml/plugin-typefindfunctions.xml" />
|
|
|
|
<xi:include href="xml/plugin-video4linux.xml" />
|
|
|
|
<xi:include href="xml/plugin-videorate.xml" />
|
|
|
|
<xi:include href="xml/plugin-videoscale.xml" />
|
|
|
|
<xi:include href="xml/plugin-videotestsrc.xml" />
|
|
|
|
<xi:include href="xml/plugin-volume.xml" />
|
|
|
|
<xi:include href="xml/plugin-vorbis.xml" />
|
2005-11-23 18:53:17 +00:00
|
|
|
<xi:include href="xml/plugin-ximagesink.xml" />
|
2005-08-15 14:52:08 +00:00
|
|
|
<xi:include href="xml/plugin-xvimagesink.xml" />
|
2005-08-05 17:13:10 +00:00
|
|
|
</chapter>
|
|
|
|
</book>
|
2005-08-15 14:52:08 +00:00
|
|
|
|