2005-08-30 19:01:18 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
2009-01-28 10:29:42 +00:00
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
2005-08-30 19:01:18 +00:00
|
|
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
|
|
|
%version-entities;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<bookinfo>
|
|
|
|
<title>GStreamer Good Plugins &GST_MAJORMINOR; Plugins Reference Manual</title>
|
2009-01-30 20:24:14 +00:00
|
|
|
<releaseinfo>
|
|
|
|
for GStreamer Good Plugins &GST_MAJORMINOR; (&GST_VERSION;)
|
|
|
|
The latest version of this documentation can be found on-line at
|
|
|
|
<ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/</ulink>.
|
|
|
|
</releaseinfo>
|
2005-08-30 19:01:18 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>gst-plugins-good Elements</title>
|
2008-05-28 13:28:20 +00:00
|
|
|
<xi:include href="xml/element-aasink.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-agingtv.xml" />
|
2010-04-08 11:13:34 +00:00
|
|
|
<xi:include href="xml/element-alpha.xml" />
|
2007-04-24 09:12:42 +00:00
|
|
|
<xi:include href="xml/element-alphacolor.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-alawdec.xml" />
|
|
|
|
<xi:include href="xml/element-alawenc.xml" />
|
2006-02-06 10:56:07 +00:00
|
|
|
<xi:include href="xml/element-apedemux.xml" />
|
2006-05-30 14:35:18 +00:00
|
|
|
<xi:include href="xml/element-apev2mux.xml" />
|
2009-01-23 20:46:13 +00:00
|
|
|
<xi:include href="xml/element-aspectratiocrop.xml" />
|
gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audio samples, similar to the "volume" eleme...
Original commit message from CVS:
reviewed by: Stefan Kost <ensonic@users.sf.net>
* gst/audiofx/Makefile.am:
* gst/audiofx/audioamplify.c:
(gst_audio_amplify_clipping_method_get_type),
(gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
(gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
(gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
(gst_audio_amplify_set_caps),
(gst_audio_amplify_transform_int_clip),
(gst_audio_amplify_transform_int_wrap_negative),
(gst_audio_amplify_transform_int_wrap_positive),
(gst_audio_amplify_transform_float_clip),
(gst_audio_amplify_transform_float_wrap_negative),
(gst_audio_amplify_transform_float_wrap_positive),
(gst_audio_amplify_transform_ip):
* gst/audiofx/audioamplify.h:
* gst/audiofx/audiofx.c: (plugin_init):
Add new element "audioamplify". This allows scaling of raw audio
samples, similar to the "volume" element, but provides different modes
for clipping and allows unlimited amplification. It's mainly targeted
for creative sound design and not as a replacement of the "volume"
element. Fixes #397162
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/inspect/plugin-audiofx.xml:
Add docs for audioamplify and integrate them into the build system
* tests/check/Makefile.am:
* tests/check/elements/audioamplify.c: (setup_amplify),
(cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
Add fairly extensive unit test suite for audioamplify
2007-01-24 12:41:03 +00:00
|
|
|
<xi:include href="xml/element-audioamplify.xml" />
|
2008-02-06 23:44:43 +00:00
|
|
|
<xi:include href="xml/element-audiochebband.xml" />
|
|
|
|
<xi:include href="xml/element-audiocheblimit.xml" />
|
2009-01-23 20:46:13 +00:00
|
|
|
<xi:include href="xml/element-audiofirfilter.xml" />
|
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the...
Original commit message from CVS:
* configure.ac:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
(gst_audio_fir_filter_class_init),
(gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
(gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
(gst_audio_fir_filter_set_property),
(gst_audio_fir_filter_get_property):
* gst/audiofx/audiofirfilter.h:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
(gst_audio_iir_filter_class_init),
(gst_audio_iir_filter_update_coefficients),
(gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
(gst_audio_iir_filter_finalize),
(gst_audio_iir_filter_set_property),
(gst_audio_iir_filter_get_property):
* gst/audiofx/audioiirfilter.h:
Add audioiirfilter and audiofirfilter elements which allow
generic IIR/FIR filters to be implemented by providing the
filter coefficients. Fixes bug #567577.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.signals:
* docs/plugins/inspect/plugin-alaw.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-avi.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-mulaw.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
* docs/plugins/inspect/plugin-wavparse.xml:
Add documentation for the audioiirfilter and audiofirfilter
elements.
* tests/check/Makefile.am:
* tests/check/elements/audiofirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audiofirfilter_suite):
* tests/check/elements/audioiirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audioiirfilter_suite):
* tests/examples/Makefile.am:
* tests/examples/audiofx/Makefile.am:
* tests/examples/audiofx/firfilter-example.c: (on_message),
(on_rate_changed), (main):
* tests/examples/audiofx/iirfilter-example.c: (on_message),
(on_rate_changed), (main):
Add unit tests and example applications for the two filter
elements.
2009-01-13 19:23:57 +00:00
|
|
|
<xi:include href="xml/element-audioiirfilter.xml" />
|
2008-02-07 21:57:54 +00:00
|
|
|
<xi:include href="xml/element-audiowsincband.xml" />
|
|
|
|
<xi:include href="xml/element-audiowsinclimit.xml" />
|
2009-01-22 09:40:34 +00:00
|
|
|
<xi:include href="xml/element-audioecho.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/element-audiodynamic.xml" />
|
|
|
|
<xi:include href="xml/element-audioinvert.xml" />
|
|
|
|
<xi:include href="xml/element-audiopanorama.xml" />
|
2008-05-28 14:07:21 +00:00
|
|
|
<xi:include href="xml/element-audiokaraoke.xml" />
|
2010-04-08 13:51:05 +00:00
|
|
|
<xi:include href="xml/element-auparse.xml" />
|
2005-11-25 21:02:16 +00:00
|
|
|
<xi:include href="xml/element-autoaudiosink.xml" />
|
2008-10-27 09:21:44 +00:00
|
|
|
<xi:include href="xml/element-autoaudiosrc.xml" />
|
2005-11-25 21:02:16 +00:00
|
|
|
<xi:include href="xml/element-autovideosink.xml" />
|
2008-10-27 09:21:44 +00:00
|
|
|
<xi:include href="xml/element-autovideosrc.xml" />
|
2006-04-27 16:05:54 +00:00
|
|
|
<xi:include href="xml/element-avidemux.xml" />
|
|
|
|
<xi:include href="xml/element-avimux.xml" />
|
2008-02-01 18:29:21 +00:00
|
|
|
<xi:include href="xml/element-avisubtitle.xml" />
|
2008-05-28 13:28:20 +00:00
|
|
|
<xi:include href="xml/element-cacasink.xml" />
|
2009-01-28 15:46:06 +00:00
|
|
|
<xi:include href="xml/element-cairotextoverlay.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/element-cairotimeoverlay.xml" />
|
2009-07-17 11:49:21 +00:00
|
|
|
<xi:include href="xml/element-cairorender.xml" />
|
2010-05-11 12:07:19 +00:00
|
|
|
<xi:include href="xml/element-capssetter.xml" />
|
2006-07-20 18:48:32 +00:00
|
|
|
<xi:include href="xml/element-cmmldec.xml" />
|
2006-08-20 13:06:44 +00:00
|
|
|
<xi:include href="xml/element-cmmlenc.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-cutter.xml" />
|
2009-05-13 08:46:40 +00:00
|
|
|
<xi:include href="xml/element-deinterlace.xml" />
|
2008-07-19 01:01:13 +00:00
|
|
|
<xi:include href="xml/element-deinterleave.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-dicetv.xml" />
|
2007-06-08 17:37:02 +00:00
|
|
|
<xi:include href="xml/element-directsoundsink.xml" />
|
2008-05-28 14:31:05 +00:00
|
|
|
<xi:include href="xml/element-dv1394src.xml" />
|
docs/plugins/: Added dvdec and dvdemux to 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 dvdec and dvdemux to docs.
* ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
Added docs.
Check frame sizes so we don't crash when don't have enough
data.
Send nice error messages on error.
* ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
(gst_dvdemux_class_init), (gst_dvdemux_init),
(gst_dvdemux_finalize), (gst_dvdemux_reset),
(gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
(gst_dvdemux_src_query), (gst_dvdemux_sink_query),
(gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
(gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
(gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
(gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
(gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
(gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
(gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
(gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
(gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
* ext/dv/gstdvdemux.h:
Added docs.
Implement pull mode.
Fix memleaks.
Reduce memcpy for the video demuxing.
2006-02-28 10:22:11 +00:00
|
|
|
<xi:include href="xml/element-dvdec.xml" />
|
|
|
|
<xi:include href="xml/element-dvdemux.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-edgetv.xml" />
|
2008-02-08 02:49:20 +00:00
|
|
|
<xi:include href="xml/element-equalizer-10bands.xml" />
|
|
|
|
<xi:include href="xml/element-equalizer-3bands.xml" />
|
|
|
|
<xi:include href="xml/element-equalizer-nbands.xml" />
|
2006-07-24 15:25:49 +00:00
|
|
|
<xi:include href="xml/element-esdsink.xml" />
|
2005-11-25 22:14:47 +00:00
|
|
|
<xi:include href="xml/element-flacdec.xml" />
|
2008-08-06 15:34:55 +00:00
|
|
|
<xi:include href="xml/element-flacenc.xml" />
|
|
|
|
<xi:include href="xml/element-flactag.xml" />
|
2009-05-12 19:36:31 +00:00
|
|
|
<xi:include href="xml/element-flvdemux.xml" />
|
|
|
|
<xi:include href="xml/element-flvmux.xml" />
|
2010-04-08 14:36:30 +00:00
|
|
|
<xi:include href="xml/element-flxdec.xml" />
|
2008-01-15 16:52:10 +00:00
|
|
|
<xi:include href="xml/element-gamma.xml" />
|
2009-01-28 15:46:06 +00:00
|
|
|
<xi:include href="xml/element-gconfaudiosrc.xml" />
|
|
|
|
<xi:include href="xml/element-gconfaudiosink.xml" />
|
|
|
|
<xi:include href="xml/element-gconfvideosrc.xml" />
|
|
|
|
<xi:include href="xml/element-gconfvideosink.xml" />
|
2008-04-25 19:24:00 +00:00
|
|
|
<xi:include href="xml/element-gdkpixbufsink.xml" />
|
add docs to build
Original commit message from CVS:
* Makefile.am:
* configure.ac:
add docs to build
* common/plugins.xsl:
wrap Description into a refsect2
* docs/Makefile.am:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
(gst_goom_change_state):
* gst/goom/gstgoom.h:
GstGOOM -> GstGoom
add an example launch line
* gst/level/gstlevel.h:
* gst/monoscope/gstmonoscope.c:
cleanups
2005-09-01 17:55:14 +00:00
|
|
|
<xi:include href="xml/element-goom.xml" />
|
2008-05-11 14:43:26 +00:00
|
|
|
<xi:include href="xml/element-goom2k1.xml" />
|
2009-08-11 01:31:44 +00:00
|
|
|
<xi:include href="xml/element-gstrtpbin.xml" />
|
|
|
|
<xi:include href="xml/element-gstrtpjitterbuffer.xml" />
|
|
|
|
<xi:include href="xml/element-gstrtpptdemux.xml" />
|
|
|
|
<xi:include href="xml/element-gstrtpsession.xml" />
|
|
|
|
<xi:include href="xml/element-gstrtpssrcdemux.xml" />
|
Add HAL sound device wrapper plugins. Closes #329106
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* ext/Makefile.am:
* ext/hal/Makefile.am:
* ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
(gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
(gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
(do_toggle_element), (gst_hal_audio_sink_set_property),
(gst_hal_audio_sink_get_property),
(gst_hal_audio_sink_change_state):
* ext/hal/gsthalaudiosink.h:
* ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
(gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
(gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
(do_toggle_element), (gst_hal_audio_src_set_property),
(gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
* ext/hal/gsthalaudiosrc.h:
* ext/hal/gsthalelements.c: (plugin_init):
* ext/hal/gsthalelements.h:
* ext/hal/hal.c: (gst_hal_get_string),
(gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
(gst_hal_get_audio_src):
* ext/hal/hal.h:
Add HAL sound device wrapper plugins. Closes #329106
2006-02-15 12:17:28 +00:00
|
|
|
<xi:include href="xml/element-halaudiosink.xml" />
|
|
|
|
<xi:include href="xml/element-halaudiosrc.xml" />
|
2009-01-28 15:46:06 +00:00
|
|
|
<xi:include href="xml/element-hdv1394src.xml" />
|
2006-07-20 18:48:32 +00:00
|
|
|
<xi:include href="xml/element-icydemux.xml" />
|
2005-12-21 15:24:59 +00:00
|
|
|
<xi:include href="xml/element-id3demux.xml" />
|
2006-05-01 11:46:33 +00:00
|
|
|
<xi:include href="xml/element-id3v2mux.xml" />
|
2010-05-11 13:23:47 +00:00
|
|
|
<xi:include href="xml/element-imagefreeze.xml" />
|
2008-07-19 01:01:13 +00:00
|
|
|
<xi:include href="xml/element-interleave.xml" />
|
2006-03-03 15:50:40 +00:00
|
|
|
<xi:include href="xml/element-jpegdec.xml" />
|
|
|
|
<xi:include href="xml/element-jpegenc.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/element-level.xml" />
|
2008-12-05 09:24:18 +00:00
|
|
|
<xi:include href="xml/element-matroskamux.xml" />
|
|
|
|
<xi:include href="xml/element-matroskademux.xml" />
|
2008-01-15 16:52:10 +00:00
|
|
|
<xi:include href="xml/element-monoscope.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-mulawdec.xml" />
|
|
|
|
<xi:include href="xml/element-mulawenc.xml" />
|
2008-02-08 04:25:32 +00:00
|
|
|
<xi:include href="xml/element-multifilesink.xml" />
|
|
|
|
<xi:include href="xml/element-multifilesrc.xml" />
|
2005-12-08 16:27:12 +00:00
|
|
|
<xi:include href="xml/element-multipartdemux.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/element-multipartmux.xml" />
|
|
|
|
<xi:include href="xml/element-multiudpsink.xml" />
|
2009-07-16 10:17:32 +00:00
|
|
|
<xi:include href="xml/element-optv.xml" />
|
2010-05-11 18:01:51 +00:00
|
|
|
<xi:include href="xml/element-oss4mixer.xml" />
|
|
|
|
<xi:include href="xml/element-oss4sink.xml" />
|
|
|
|
<xi:include href="xml/element-oss4src.xml" />
|
2006-08-16 10:22:32 +00:00
|
|
|
<xi:include href="xml/element-ossmixer.xml" />
|
|
|
|
<xi:include href="xml/element-osssink.xml" />
|
|
|
|
<xi:include href="xml/element-osssrc.xml" />
|
2007-04-26 15:08:20 +00:00
|
|
|
<xi:include href="xml/element-osxaudiosink.xml" />
|
|
|
|
<xi:include href="xml/element-osxaudiosrc.xml" />
|
2007-06-12 20:15:29 +00:00
|
|
|
<xi:include href="xml/element-osxvideosink.xml" />
|
2007-07-18 09:21:23 +00:00
|
|
|
<xi:include href="xml/element-pngdec.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/element-pngenc.xml" />
|
|
|
|
<xi:include href="xml/element-progressreport.xml" />
|
2008-06-10 08:22:17 +00:00
|
|
|
<xi:include href="xml/element-pulsesink.xml" />
|
|
|
|
<xi:include href="xml/element-pulsesrc.xml" />
|
|
|
|
<xi:include href="xml/element-pulsemixer.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-quarktv.xml" />
|
2007-06-12 19:35:08 +00:00
|
|
|
<xi:include href="xml/element-qtdemux.xml" />
|
2009-07-16 10:17:32 +00:00
|
|
|
<xi:include href="xml/element-radioactv.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-revtv.xml" />
|
2008-07-19 01:01:13 +00:00
|
|
|
<xi:include href="xml/element-rganalysis.xml" />
|
|
|
|
<xi:include href="xml/element-rglimiter.xml" />
|
|
|
|
<xi:include href="xml/element-rgvolume.xml" />
|
2009-07-16 10:17:32 +00:00
|
|
|
<xi:include href="xml/element-rippletv.xml" />
|
2006-06-20 14:57:09 +00:00
|
|
|
<xi:include href="xml/element-rtpdec.xml" />
|
2010-04-08 14:17:06 +00:00
|
|
|
<xi:include href="xml/element-rtpj2kpay.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-rtpjpegpay.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/element-rtspsrc.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-shagadelictv.xml" />
|
2010-02-12 10:18:26 +00:00
|
|
|
<xi:include href="xml/element-shapewipe.xml" />
|
2006-03-03 15:50:40 +00:00
|
|
|
<xi:include href="xml/element-smokedec.xml" />
|
|
|
|
<xi:include href="xml/element-smokeenc.xml" />
|
2008-05-28 16:22:36 +00:00
|
|
|
<xi:include href="xml/element-smpte.xml" />
|
|
|
|
<xi:include href="xml/element-smptealpha.xml" />
|
2008-04-12 23:30:54 +00:00
|
|
|
<xi:include href="xml/element-souphttpsrc.xml" />
|
2008-02-08 03:28:57 +00:00
|
|
|
<xi:include href="xml/element-spectrum.xml" />
|
2009-01-28 15:46:06 +00:00
|
|
|
<xi:include href="xml/element-speexenc.xml" />
|
|
|
|
<xi:include href="xml/element-speexdec.xml" />
|
2009-07-16 10:17:32 +00:00
|
|
|
<xi:include href="xml/element-streaktv.xml" />
|
2008-06-11 14:11:16 +00:00
|
|
|
<xi:include href="xml/element-taginject.xml" />
|
2006-07-20 18:48:32 +00:00
|
|
|
<xi:include href="xml/element-udpsrc.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-udpsink.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/element-v4l2src.xml" />
|
2010-04-08 07:26:25 +00:00
|
|
|
<xi:include href="xml/element-v4l2sink.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-vertigotv.xml" />
|
docs/plugins/: Added videobalance and videoflip to the 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:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
Added videobalance and videoflip to the docs.
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c:
(gst_video_balance_update_tables_planar411),
(gst_video_balance_is_passthrough),
(gst_video_balance_update_properties), (oil_tablelookup_u8),
(gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
(gst_video_balance_transform_ip), (gst_video_balance_base_init),
(gst_video_balance_finalize), (gst_video_balance_class_init),
(gst_video_balance_init), (gst_video_balance_interface_supported),
(gst_video_balance_interface_init),
(gst_video_balance_colorbalance_list_channels),
(gst_video_balance_colorbalance_set_value),
(gst_video_balance_colorbalance_get_value),
(gst_video_balance_colorbalance_init),
(gst_video_balance_set_property), (gst_video_balance_get_property),
(gst_video_balance_get_type), (plugin_init):
* gst/videofilter/gstvideobalance.h:
Ported to 0.10. (Fixes #326160)
Added docs.
* gst/videofilter/gstvideoflip.c:
* gst/videofilter/gstvideoflip.h:
Added docs.
2006-03-03 14:39:55 +00:00
|
|
|
<xi:include href="xml/element-videobalance.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-videobox.xml" />
|
2007-06-12 20:15:29 +00:00
|
|
|
<xi:include href="xml/element-videocrop.xml" />
|
docs/plugins/: Added videobalance and videoflip to the 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:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
Added videobalance and videoflip to the docs.
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c:
(gst_video_balance_update_tables_planar411),
(gst_video_balance_is_passthrough),
(gst_video_balance_update_properties), (oil_tablelookup_u8),
(gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
(gst_video_balance_transform_ip), (gst_video_balance_base_init),
(gst_video_balance_finalize), (gst_video_balance_class_init),
(gst_video_balance_init), (gst_video_balance_interface_supported),
(gst_video_balance_interface_init),
(gst_video_balance_colorbalance_list_channels),
(gst_video_balance_colorbalance_set_value),
(gst_video_balance_colorbalance_get_value),
(gst_video_balance_colorbalance_init),
(gst_video_balance_set_property), (gst_video_balance_get_property),
(gst_video_balance_get_type), (plugin_init):
* gst/videofilter/gstvideobalance.h:
Ported to 0.10. (Fixes #326160)
Added docs.
* gst/videofilter/gstvideoflip.c:
* gst/videofilter/gstvideoflip.h:
Added docs.
2006-03-03 14:39:55 +00:00
|
|
|
<xi:include href="xml/element-videoflip.xml" />
|
2005-12-12 22:29:34 +00:00
|
|
|
<xi:include href="xml/element-videomixer.xml" />
|
2009-06-16 18:38:42 +00:00
|
|
|
<xi:include href="xml/element-warptv.xml" />
|
2009-01-28 10:29:42 +00:00
|
|
|
<xi:include href="xml/element-wavenc.xml" />
|
2007-06-12 18:52:33 +00:00
|
|
|
<xi:include href="xml/element-waveformsink.xml" />
|
2007-06-08 20:19:55 +00:00
|
|
|
<xi:include href="xml/element-wavpackdec.xml" />
|
|
|
|
<xi:include href="xml/element-wavpackenc.xml" />
|
|
|
|
<xi:include href="xml/element-wavpackparse.xml" />
|
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.
2006-03-03 18:36:53 +00:00
|
|
|
<xi:include href="xml/element-wavparse.xml" />
|
2010-05-21 11:27:07 +00:00
|
|
|
<xi:include href="xml/element-webmmux.xml" />
|
2006-04-28 18:57:09 +00:00
|
|
|
<xi:include href="xml/element-ximagesrc.xml" />
|
2009-05-15 23:00:07 +00:00
|
|
|
<xi:include href="xml/element-y4menc.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>gst-plugins-good Plugins</title>
|
|
|
|
<xi:include href="xml/plugin-1394.xml" />
|
|
|
|
<xi:include href="xml/plugin-aasink.xml" />
|
|
|
|
<xi:include href="xml/plugin-alaw.xml" />
|
|
|
|
<xi:include href="xml/plugin-alpha.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-alphacolor.xml" />
|
2006-07-20 18:48:32 +00:00
|
|
|
<xi:include href="xml/plugin-annodex.xml" />
|
2006-02-06 10:56:07 +00:00
|
|
|
<xi:include href="xml/plugin-apetag.xml" />
|
2006-08-27 17:14:06 +00:00
|
|
|
<xi:include href="xml/plugin-audiofx.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/plugin-auparse.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-autodetect.xml" />
|
|
|
|
<xi:include href="xml/plugin-avi.xml" />
|
|
|
|
<xi:include href="xml/plugin-cacasink.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-cairo.xml" />
|
2005-11-23 19:56:31 +00:00
|
|
|
<xi:include href="xml/plugin-cutter.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-debug.xml" />
|
2009-05-13 08:46:40 +00:00
|
|
|
<xi:include href="xml/plugin-deinterlace.xml" />
|
2007-06-08 17:37:02 +00:00
|
|
|
<xi:include href="xml/plugin-directsound.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-dv.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-efence.xml" />
|
2008-02-08 02:49:20 +00:00
|
|
|
<xi:include href="xml/plugin-equalizer.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-effectv.xml" />
|
|
|
|
<xi:include href="xml/plugin-esdsink.xml" />
|
|
|
|
<xi:include href="xml/plugin-flac.xml" />
|
2009-05-12 19:36:31 +00:00
|
|
|
<xi:include href="xml/plugin-flv.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-flxdec.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-gconfelements.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/plugin-gdkpixbuf.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-goom.xml" />
|
2008-05-11 14:43:26 +00:00
|
|
|
<xi:include href="xml/plugin-goom2k1.xml" />
|
Add HAL sound device wrapper plugins. Closes #329106
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* ext/Makefile.am:
* ext/hal/Makefile.am:
* ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
(gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
(gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
(do_toggle_element), (gst_hal_audio_sink_set_property),
(gst_hal_audio_sink_get_property),
(gst_hal_audio_sink_change_state):
* ext/hal/gsthalaudiosink.h:
* ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
(gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
(gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
(do_toggle_element), (gst_hal_audio_src_set_property),
(gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
* ext/hal/gsthalaudiosrc.h:
* ext/hal/gsthalelements.c: (plugin_init):
* ext/hal/gsthalelements.h:
* ext/hal/hal.c: (gst_hal_get_string),
(gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
(gst_hal_get_audio_src):
* ext/hal/hal.h:
Add HAL sound device wrapper plugins. Closes #329106
2006-02-15 12:17:28 +00:00
|
|
|
<xi:include href="xml/plugin-halelements.xml" />
|
2006-07-20 18:48:32 +00:00
|
|
|
<xi:include href="xml/plugin-icydemux.xml" />
|
2005-12-21 15:24:59 +00:00
|
|
|
<xi:include href="xml/plugin-id3demux.xml" />
|
2010-05-11 13:23:47 +00:00
|
|
|
<xi:include href="xml/plugin-imagefreeze.xml" />
|
2008-07-19 01:01:13 +00:00
|
|
|
<xi:include href="xml/plugin-interleave.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-jpeg.xml" />
|
|
|
|
<xi:include href="xml/plugin-level.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-matroska.xml" />
|
2008-01-15 16:52:10 +00:00
|
|
|
<xi:include href="xml/plugin-monoscope.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-mulaw.xml" />
|
2008-02-08 04:25:32 +00:00
|
|
|
<xi:include href="xml/plugin-multifile.xml" />
|
2005-12-01 15:34:13 +00:00
|
|
|
<xi:include href="xml/plugin-multipart.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-navigationtest.xml" />
|
2010-05-11 18:01:51 +00:00
|
|
|
<xi:include href="xml/plugin-oss4.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-ossaudio.xml" />
|
2007-04-26 15:08:20 +00:00
|
|
|
<xi:include href="xml/plugin-osxaudio.xml" />
|
2007-06-12 20:15:29 +00:00
|
|
|
<xi:include href="xml/plugin-osxvideo.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-png.xml" />
|
2008-06-10 08:22:17 +00:00
|
|
|
<xi:include href="xml/plugin-pulseaudio.xml" />
|
2007-06-12 19:35:08 +00:00
|
|
|
<xi:include href="xml/plugin-quicktime.xml" />
|
2008-07-19 01:01:13 +00:00
|
|
|
<xi:include href="xml/plugin-replaygain.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-rtp.xml" />
|
2009-08-11 01:31:44 +00:00
|
|
|
<xi:include href="xml/plugin-gstrtpmanager.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-rtsp.xml" />
|
2010-02-12 10:18:26 +00:00
|
|
|
<xi:include href="xml/plugin-shapewipe.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-shout2send.xml" />
|
|
|
|
<xi:include href="xml/plugin-smpte.xml" />
|
2008-04-12 23:30:54 +00:00
|
|
|
<xi:include href="xml/plugin-soup.xml" />
|
2008-02-08 03:28:57 +00:00
|
|
|
<xi:include href="xml/plugin-spectrum.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-speex.xml" />
|
2006-05-01 11:46:33 +00:00
|
|
|
<xi:include href="xml/plugin-taglib.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-udp.xml" />
|
2008-01-21 11:46:19 +00:00
|
|
|
<xi:include href="xml/plugin-video4linux2.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-videobox.xml" />
|
2007-06-12 20:15:29 +00:00
|
|
|
<xi:include href="xml/plugin-videocrop.xml" />
|
2010-04-29 19:08:43 +00:00
|
|
|
<xi:include href="xml/plugin-videofilter.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-videomixer.xml" />
|
2007-06-12 18:52:33 +00:00
|
|
|
<xi:include href="xml/plugin-waveform.xml" />
|
2005-11-25 21:36:18 +00:00
|
|
|
<xi:include href="xml/plugin-wavenc.xml" />
|
2007-06-08 20:19:55 +00:00
|
|
|
<xi:include href="xml/plugin-wavpack.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
<xi:include href="xml/plugin-wavparse.xml" />
|
2006-04-28 18:57:09 +00:00
|
|
|
<xi:include href="xml/plugin-ximagesrc.xml" />
|
2009-05-15 23:00:07 +00:00
|
|
|
<xi:include href="xml/plugin-y4menc.xml" />
|
2005-08-30 19:01:18 +00:00
|
|
|
</chapter>
|
2008-05-19 21:05:03 +00:00
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>gst-plugins-good Base Classes</title>
|
|
|
|
<xi:include href="xml/gstiirequalizer.xml" />
|
|
|
|
<xi:include href="xml/gstvideomixerpad.xml" />
|
|
|
|
</chapter>
|
2005-08-30 19:01:18 +00:00
|
|
|
</book>
|