summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-08-12 11:28:47 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-08-12 11:28:47 +0000
commita7d73b26dc50634b952725558395ab800ad3ec99 (patch)
tree01963660402b5f5287d46254984476a57511426c
parent0551a8b21218c7a81fd17242274ace66c3c056f1 (diff)
docs/plugins/inspect/plugin-1394.xml: Whoops, forgot one doc file for people who can't/don't build the raw1394 plugin.
Original commit message from CVS: * docs/plugins/inspect/plugin-1394.xml: Whoops, forgot one doc file for people who can't/don't build the raw1394 plugin.
-rw-r--r--ChangeLog6
-rw-r--r--docs/plugins/inspect/plugin-1394.xml19
2 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e056544c..47545a83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * docs/plugins/inspect/plugin-1394.xml:
+ Whoops, forgot one doc file for people who can't/don't build the
+ raw1394 plugin.
+
2008-08-12 Jan Schmidt <jan.schmidt@sun.com>
* docs/plugins/Makefile.am:
diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml
index cb319aff..3fb4c12b 100644
--- a/docs/plugins/inspect/plugin-1394.xml
+++ b/docs/plugins/inspect/plugin-1394.xml
@@ -1,6 +1,6 @@
<plugin>
<name>1394</name>
- <description>Source for DV data via IEEE1394 interface</description>
+ <description>Source for video data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename>
<version>0.10.9</version>
@@ -27,5 +27,20 @@
</caps>
</pads>
</element>
+ <element>
+ <name>hdv1394src</name>
+ <longname>Firewire (1394) HDV video source</longname>
+ <class>Source/Video</class>
+ <description>Source for MPEG-TS video data from firewire port</description>
+ <author>Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/mpegts, systemstream=(boolean)true, packetsize=(int)188</details>
+ </caps>
+ </pads>
+ </element>
</elements>
-</plugin> \ No newline at end of file
+</plugin>