docs/plugins/: Integrate documentation for new hdv1394src element.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 11 Aug 2008 15:05:13 +0000 (15:05 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 11 Aug 2008 15:05:13 +0000 (15:05 +0000)
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.

ChangeLog
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

index 1cff3ec9690c28a596bae3d6a6a0d3df11a67be1..a33c270896ba5ce34d86fee83a188612caf4e478 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index b5cb41afa9924e2c9306adba66b18204e5d0ee08..c6ba7e85342530b22f89de0fb3efe8b07f700b04 100644 (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 \
index 72b54c5b762119e409006a3866b377aa64cb8b01..c72f2aa0d6a9ce23bf9810b12c44b7ff3e24a4af 100644 (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" />
index 712c0c8dc968090419305b765edb6a4c7a7e0caa..0e56bd5ce1875485d77c4d6699f067f01bd61077 100644 (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>
index 28697ebf7d0596083d8be8faf0caee73bee41992..5d4d983ebce1283301125d4f5ae6b10562e847d6 100644 (file)
 <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>
+
index 78d644e3aac7a301918a43939e77e00c563457c9..40300aaa954c571fe6825d1a879b257dd26cbac5 100644 (file)
@@ -52,6 +52,7 @@ GObject
       GstBaseSrc
         GstPushSrc
           GstDV1394Src
+          GstHDV1394Src
           GstSoupHTTPSrc
           GstBaseAudioSrc
             GstAudioSrc
index c431d34f3d540e70cc06bc1093b57cbf32fd2ed9..b669efecdb0e781cd374af75e5845a9733476a39 100644 (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