docs/plugins/: Integrate documentation for new hdv1394src element.

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.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.interfaces:
Integrate documentation for new hdv1394src element.
This commit is contained in:
Edward Hervey 2008-08-11 15:05:13 +00:00
parent f9c6c528e1
commit 925d6f34e1
7 changed files with 78 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
* 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.interfaces:
Integrate documentation for new hdv1394src element.
2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
* ext/raw1394/Makefile.am:

View file

@ -97,6 +97,7 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/libpng/gstpngdec.h \
$(top_srcdir)/ext/libpng/gstpngenc.h \
$(top_srcdir)/ext/raw1394/gstdv1394src.h \
$(top_srcdir)/ext/raw1394/gsthdv1394src.h \
$(top_srcdir)/ext/soup/gstsouphttpsrc.h \
$(top_srcdir)/ext/taglib/gstapev2mux.h \
$(top_srcdir)/ext/taglib/gstid3v2mux.h \

View file

@ -39,6 +39,7 @@
<xi:include href="xml/element-directdrawsink.xml" />
<xi:include href="xml/element-directsoundsink.xml" />
<xi:include href="xml/element-dv1394src.xml" />
<xi:include href="xml/element-hdv1394src.xml" />
<xi:include href="xml/element-dvdec.xml" />
<xi:include href="xml/element-dvdemux.xml" />
<xi:include href="xml/element-equalizer-10bands.xml" />

View file

@ -418,6 +418,20 @@ GST_IS_DV1394SRC_CLASS
gst_dv1394src_get_type
</SECTION>
<SECTION>
<FILE>element-hdv1394src</FILE>
<TITLE>hdv1394src</TITLE>
GstHDV1394Src
<SUBSECTION Standard>
GstHDV1394SrcClass
GST_TYPE_HDV1394SRC
GST_HDV1394SRC
GST_HDV1394SRC_CLASS
GST_IS_HDV1394SRC
GST_IS_HDV1394SRC_CLASS
gst_hdv1394src_get_type
</SECTION>
<SECTION>
<FILE>element-dvdec</FILE>
<TITLE>dvdec</TITLE>

View file

@ -19498,3 +19498,53 @@
<DEFAULT>89</DEFAULT>
</ARG>
<ARG>
<NAME>GstHDV1394Src::channel</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,64]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Channel</NICK>
<BLURB>Channel number for listening.</BLURB>
<DEFAULT>63</DEFAULT>
</ARG>
<ARG>
<NAME>GstHDV1394Src::device-name</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>device name</NICK>
<BLURB>user-friendly name of the device.</BLURB>
<DEFAULT>"Default"</DEFAULT>
</ARG>
<ARG>
<NAME>GstHDV1394Src::guid</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>GUID</NICK>
<BLURB>select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstHDV1394Src::port</NAME>
<TYPE>gint</TYPE>
<RANGE>[G_MAXULONG,16]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Port</NICK>
<BLURB>Port number (-1 automatic).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstHDV1394Src::use-avc</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Use AV/C</NICK>
<BLURB>Use AV/C VTR control.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>

View file

@ -52,6 +52,7 @@ GObject
GstBaseSrc
GstPushSrc
GstDV1394Src
GstHDV1394Src
GstSoupHTTPSrc
GstBaseAudioSrc
GstAudioSrc

View file

@ -14,6 +14,7 @@ GstRTSPSrc GstChildProxy GstURIHandler
GstShout2send GstTagSetter
GstUDPSink GstURIHandler
GstDV1394Src GstURIHandler GstPropertyProbe
GstHDV1394Src GstURIHandler GstPropertyProbe
GstSoupHTTPSrc GstURIHandler
GstPulseSrc GstImplementsInterface GstMixer
GstOssSrc GstImplementsInterface GstMixer