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 1cff3ec..a33c270 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 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:
        * ext/raw1394/gst1394.c: (plugin_init):
        * ext/raw1394/gsthdv1394src.c: (_do_init),
index b5cb41a..c6ba7e8 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 72b54c5..c72f2aa 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 712c0c8..0e56bd5 100644 (file)
@@ -419,6 +419,20 @@ 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>
 GstDVDec
index 28697eb..5d4d983 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 78d644e..40300aa 100644 (file)
@@ -52,6 +52,7 @@ GObject
       GstBaseSrc
         GstPushSrc
           GstDV1394Src
+          GstHDV1394Src
           GstSoupHTTPSrc
           GstBaseAudioSrc
             GstAudioSrc
index c431d34..b669efe 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