2005-09-04 15:09:33 +00:00
|
|
|
<plugin>
|
|
|
|
<name>1394</name>
|
2008-08-12 11:28:47 +00:00
|
|
|
<description>Source for video data via IEEE1394 interface</description>
|
2005-09-04 15:09:33 +00:00
|
|
|
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
|
|
|
<basename>libgst1394.so</basename>
|
2014-07-11 09:38:57 +00:00
|
|
|
<version>1.3.91</version>
|
2005-09-04 15:09:33 +00:00
|
|
|
<license>LGPL</license>
|
2005-09-11 17:52:09 +00:00
|
|
|
<source>gst-plugins-good</source>
|
2013-06-05 15:58:51 +00:00
|
|
|
<package>GStreamer Good Plug-ins source release</package>
|
2005-11-23 19:56:31 +00:00
|
|
|
<origin>Unknown package origin</origin>
|
2005-09-04 15:09:33 +00:00
|
|
|
<elements>
|
|
|
|
<element>
|
|
|
|
<name>dv1394src</name>
|
2006-04-01 14:03:03 +00:00
|
|
|
<longname>Firewire (1394) DV video source</longname>
|
2005-09-04 15:09:33 +00:00
|
|
|
<class>Source/Video</class>
|
|
|
|
<description>Source for DV video data from firewire port</description>
|
2010-04-08 10:56:50 +00:00
|
|
|
<author>Erik Walthinsen <omega@temple-baptist.com>, Daniel Fischer <dan@f3c.com>, Wim Taymans <wim@fluendo.com>, Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
Original commit message from CVS:
reviewed by: Stefan Kost <ensonic@users.sf.net>
* gst/audiofx/Makefile.am:
* gst/audiofx/audiochebyshevfreqband.c:
(gst_audio_chebyshev_freq_band_mode_get_type),
(gst_audio_chebyshev_freq_band_base_init),
(gst_audio_chebyshev_freq_band_dispose),
(gst_audio_chebyshev_freq_band_class_init),
(gst_audio_chebyshev_freq_band_init),
(generate_biquad_coefficients), (calculate_gain),
(generate_coefficients),
(gst_audio_chebyshev_freq_band_set_property),
(gst_audio_chebyshev_freq_band_get_property),
(gst_audio_chebyshev_freq_band_setup), (process), (process_64),
(process_32), (gst_audio_chebyshev_freq_band_transform_ip),
(gst_audio_chebyshev_freq_band_start):
* gst/audiofx/audiochebyshevfreqband.h:
* gst/audiofx/audiochebyshevfreqlimit.c:
(gst_audio_chebyshev_freq_limit_mode_get_type),
(gst_audio_chebyshev_freq_limit_base_init),
(gst_audio_chebyshev_freq_limit_dispose),
(gst_audio_chebyshev_freq_limit_class_init),
(gst_audio_chebyshev_freq_limit_init),
(generate_biquad_coefficients), (calculate_gain),
(generate_coefficients),
(gst_audio_chebyshev_freq_limit_set_property),
(gst_audio_chebyshev_freq_limit_get_property),
(gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
(process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
(gst_audio_chebyshev_freq_limit_start):
* gst/audiofx/audiochebyshevfreqlimit.h:
* gst/audiofx/audiofx.c: (plugin_init):
Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
Fixes #464800.
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/audiochebyshevfreqband.c:
(setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
(GST_START_TEST), (audiochebyshevfreqband_suite), (main):
* tests/check/elements/audiochebyshevfreqlimit.c:
(setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
(GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
Add unit tests for the chebyshev filters.
* 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-1394.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-dv.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-jpeg.xml:
* docs/plugins/inspect/plugin-png.xml:
* docs/plugins/inspect/plugin-rtp.xml:
* docs/plugins/inspect/plugin-shout2send.xml:
* docs/plugins/inspect/plugin-wavpack.xml:
And add docs for the chebyshev filters. While doing
that also run make update in docs/plugins.
2007-08-16 17:02:07 +00:00
|
|
|
<pads>
|
|
|
|
<caps>
|
|
|
|
<name>src</name>
|
|
|
|
<direction>source</direction>
|
|
|
|
<presence>always</presence>
|
|
|
|
<details>video/x-dv, format=(string){ NTSC, PAL }, systemstream=(boolean)true</details>
|
|
|
|
</caps>
|
|
|
|
</pads>
|
2005-09-04 15:09:33 +00:00
|
|
|
</element>
|
2008-08-12 11:28:47 +00:00
|
|
|
<element>
|
|
|
|
<name>hdv1394src</name>
|
|
|
|
<longname>Firewire (1394) HDV video source</longname>
|
|
|
|
<class>Source/Video</class>
|
|
|
|
<description>Source for MPEG-TS video data from firewire port</description>
|
|
|
|
<author>Edward Hervey <bilboed@bilboed.com></author>
|
|
|
|
<pads>
|
|
|
|
<caps>
|
|
|
|
<name>src</name>
|
|
|
|
<direction>source</direction>
|
|
|
|
<presence>always</presence>
|
|
|
|
<details>video/mpegts, systemstream=(boolean)true, packetsize=(int)188</details>
|
|
|
|
</caps>
|
|
|
|
</pads>
|
|
|
|
</element>
|
2005-09-04 15:09:33 +00:00
|
|
|
</elements>
|
2011-11-30 19:25:37 +00:00
|
|
|
</plugin>
|