summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-05-11 14:43:26 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-05-11 14:43:26 +0000
commit2f1971acb04d370035d2a377bbec8e96891cf257 (patch)
tree16627dc38e38d951c23ddbfbd40354e21d15ea3f
parent5506fbfc48eb59c05d97ee39b4894a98c159b38d (diff)
Add goom2k1 into the docs.
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-goom.xml: * docs/plugins/inspect/plugin-goom2k1.xml: * gst/goom/gstgoom.c: * gst/goom2k1/gstgoom.c: Add goom2k1 into the docs.
-rw-r--r--ChangeLog10
m---------common0
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt14
-rw-r--r--docs/plugins/inspect/plugin-goom.xml12
-rw-r--r--docs/plugins/inspect/plugin-goom2k1.xml34
-rw-r--r--gst/goom/gstgoom.c2
-rw-r--r--gst/goom2k1/gstgoom.c9
8 files changed, 72 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 690b1ff7..1306b233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-11 Jan Schmidt <jan.schmidt@sun.com>
+
+ * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-good-plugins-sections.txt:
+ * docs/plugins/inspect/plugin-goom.xml:
+ * docs/plugins/inspect/plugin-goom2k1.xml:
+ * gst/goom/gstgoom.c:
+ * gst/goom2k1/gstgoom.c:
+ Add goom2k1 into the docs.
+
2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
Based on patch by: Wouter Cloetens <wouter at mind be>
diff --git a/common b/common
-Subproject ba3dd2882b1611f8115f9664e3b85e1fd956b53
+Subproject dbf8f3aeceb6e57de097951a670cd853b4886ad
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index 81fb5ce5..899f41b5 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -44,6 +44,7 @@
<xi:include href="xml/element-gamma.xml" />
<xi:include href="xml/element-gdkpixbufsink.xml" />
<xi:include href="xml/element-goom.xml" />
+ <xi:include href="xml/element-goom2k1.xml" />
<xi:include href="xml/element-halaudiosink.xml" />
<xi:include href="xml/element-halaudiosrc.xml" />
<xi:include href="xml/element-icydemux.xml" />
@@ -119,6 +120,7 @@
<xi:include href="xml/plugin-gconfelements.xml" />
<xi:include href="xml/plugin-gdkpixbuf.xml" />
<xi:include href="xml/plugin-goom.xml" />
+ <xi:include href="xml/plugin-goom2k1.xml" />
<xi:include href="xml/plugin-halelements.xml" />
<xi:include href="xml/plugin-icydemux.xml" />
<xi:include href="xml/plugin-id3demux.xml" />
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index 0d609a04..1e662055 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -510,6 +510,20 @@ gst_goom_get_type
</SECTION>
<SECTION>
+<FILE>element-goom2k1</FILE>
+<TITLE>goom2k1</TITLE>
+GstGoom
+<SUBSECTION Standard>
+GstGoomClass
+GOOM_SAMPLES
+GST_GOOM
+GST_IS_GOOM
+GST_TYPE_GOOM
+GST_GOOM_CLASS
+GST_IS_GOOM_CLASS
+</SECTION>
+
+<SECTION>
<FILE>element-halaudiosink</FILE>
<TITLE>halaudiosink</TITLE>
GstHalAudioSink
diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml
index 0a37de71..86c56541 100644
--- a/docs/plugins/inspect/plugin-goom.xml
+++ b/docs/plugins/inspect/plugin-goom.xml
@@ -17,17 +17,17 @@
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int){ 1, 2 }</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int){ 1, 2 }</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml
new file mode 100644
index 00000000..1f939d59
--- /dev/null
+++ b/docs/plugins/inspect/plugin-goom2k1.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>goom2k1</name>
+ <description>GOOM 2k1 visualization filter</description>
+ <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
+ <basename>libgstgoom2k1.so</basename>
+ <version>0.10.8.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>goom2k1</name>
+ <longname>GOOM: what a GOOM! 2k1 edition</longname>
+ <class>Visualization</class>
+ <description>Takes frames of data and outputs video frames using the GOOM 2k1 filter</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int){ 1, 2 }</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index e7c43d9d..287d177a 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -25,7 +25,7 @@
* <refsect2>
* <para>
* Goom is an audio visualisation element. It creates warping structures
- * based on the incomming audio signal.
+ * based on the incoming audio signal.
* </para>
* <title>Example launch line</title>
* <para>
diff --git a/gst/goom2k1/gstgoom.c b/gst/goom2k1/gstgoom.c
index 933badc3..bc6da3ce 100644
--- a/gst/goom2k1/gstgoom.c
+++ b/gst/goom2k1/gstgoom.c
@@ -19,13 +19,14 @@
*/
/**
- * SECTION:element-goom
- * @see_also: synaesthesia
+ * SECTION:element-goom2k1
+ * @see_also: goom, synaesthesia
*
* <refsect2>
* <para>
- * Goom is an audio visualisation element. It creates warping structures
- * based on the incomming audio signal.
+ * Goom2k1 is an audio visualisation element. It creates warping structures
+ * based on the incomming audio signal. Goom2k1 is the older version of the
+ * visualisation. Also available is goom2k4, with a different look.
* </para>
* <title>Example launch line</title>
* <para>