summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-04-26 14:31:32 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-04-26 14:31:32 +0000
commite72bd2abf931cb60b32ae8f0e8e702e6fdbc1500 (patch)
tree65722dcee61e5dd9be6879e0090754aa301012f1
parentf778bfb7cb5ff4249ed738919bf60ede7c7c4370 (diff)
downloadgst-plugins-bad-e72bd2abf931cb60b32ae8f0e8e702e6fdbc1500.tar.gz
gst-plugins-bad-e72bd2abf931cb60b32ae8f0e8e702e6fdbc1500.tar.bz2
gst-plugins-bad-e72bd2abf931cb60b32ae8f0e8e702e6fdbc1500.zip
docs/plugins/: Add documentation for osxvideo
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/inspect/plugin-osxvideo.xml: Add documentation for osxvideo
-rw-r--r--ChangeLog8
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt8
-rw-r--r--docs/plugins/gst-plugins-bad-plugins.hierarchy1
-rw-r--r--docs/plugins/inspect/plugin-osxvideo.xml20
5 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 806420db..c4324c58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-26 Edward Hervey <edward@fluendo.com>
+
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+ * docs/plugins/inspect/plugin-osxvideo.xml:
+ Add documentation for osxvideo
+
2007-04-25 Wim Taymans <wim@fluendo.com>
* gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index b81a0f82..5d4749f6 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -16,6 +16,7 @@
<xi:include href="xml/element-dfbvideosink.xml" />
<xi:include href="xml/element-jackaudiosink.xml" />
<xi:include href="xml/element-qtdemux.xml" />
+ <xi:include href="xml/element-osxvideosink.xml" />
<xi:include href="xml/element-rganalysis.xml" />
<xi:include href="xml/element-sdlaudiosink.xml" />
<xi:include href="xml/element-sdlvideosink.xml" />
@@ -42,6 +43,7 @@
<xi:include href="xml/plugin-musepack.xml" />
<xi:include href="xml/plugin-musicbrainz.xml" />
<xi:include href="xml/plugin-neon.xml" />
+ <xi:include href="xml/plugin-osxvideo.xml" />
<xi:include href="xml/plugin-qtdemux.xml" />
<xi:include href="xml/plugin-replaygain.xml" />
<xi:include href="xml/plugin-sdl.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 51d3d4d5..71898eda 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -24,6 +24,14 @@ GstQTDemuxClass
</SECTION>
<SECTION>
+<FILE>element-osxvideosink</FILE>
+GstOSXVideoSink
+<TITLE>osxvideosink</TITLE>
+<SUBSECTION Standard>
+GstOSXVideoSinkClass
+</SECTION>
+
+<SECTION>
<FILE>element-rganalysis</FILE>
GstRgAnalysis
<TITLE>rganalysis</TITLE>
diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy
index bf154c65..21f55f34 100644
--- a/docs/plugins/gst-plugins-bad-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy
@@ -17,6 +17,7 @@ GObject
GstGLImageSink
GstSDLVideoSink
GstDfbVideoSink
+ GstOSXVideoSink
GstMultiFileSink
AlsaSPDIFSink
GstQTDemux
diff --git a/docs/plugins/inspect/plugin-osxvideo.xml b/docs/plugins/inspect/plugin-osxvideo.xml
new file mode 100644
index 00000000..45bdeeb5
--- /dev/null
+++ b/docs/plugins/inspect/plugin-osxvideo.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>osxvideo</name>
+ <description>OSX native video output plugin</description>
+ <filename>../../ext/osxvideo/.libs/libgstosxvideo.so</filename>
+ <basename>libgstosxvideo.so</basename>
+ <version>0.10.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>Gstreamer</package>
+ <origin>http://gstreamer.freedesktop.org</origin>
+ <elements>
+ <element>
+ <name>osxvideosink</name>
+ <longname>OSX Video sink</longname>
+ <class>Sink/Video</class>
+ <description>OSX native videosink</description>
+ <author>Zaheer Abbas Merali &lt;zaheerabas at merali dot org&gt;</author>
+ </element>
+ </elements>
+</plugin>