summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-h264parse.xml
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-13 13:50:39 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-13 13:50:39 +0000
commitaddc96d983b84ed7257e462dc344b8474bc15d7a (patch)
treecffd6fcbbfc63a83f54556b5c364fa4503e085c9 /docs/plugins/inspect/plugin-h264parse.xml
parent9f3dd69cfd2bd4f017fd22ecca71016a47107198 (diff)
downloadgst-plugins-bad-addc96d983b84ed7257e462dc344b8474bc15d7a.tar.gz
gst-plugins-bad-addc96d983b84ed7257e462dc344b8474bc15d7a.tar.bz2
gst-plugins-bad-addc96d983b84ed7257e462dc344b8474bc15d7a.zip
Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other doc...
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-bz2.xml: * docs/plugins/inspect/plugin-cdxaparse.xml: * docs/plugins/inspect/plugin-dtsdec.xml: * docs/plugins/inspect/plugin-faac.xml: * docs/plugins/inspect/plugin-faad.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-freeze.xml: * docs/plugins/inspect/plugin-gsm.xml: * docs/plugins/inspect/plugin-gstrtpmanager.xml: * docs/plugins/inspect/plugin-h264parse.xml: * docs/plugins/inspect/plugin-modplug.xml: * docs/plugins/inspect/plugin-mpeg2enc.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-musicbrainz.xml: * docs/plugins/inspect/plugin-nsfdec.xml: * docs/plugins/inspect/plugin-replaygain.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-spectrum.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-tta.xml: * docs/plugins/inspect/plugin-videosignal.xml: * docs/plugins/inspect/plugin-xingheader.xml: * docs/plugins/inspect/plugin-xvid.xml: * gst/filter/gstbpwsinc.c: * gst/filter/gstbpwsinc.h: * gst/filter/gstlpwsinc.c: * gst/filter/gstlpwsinc.h: Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other docs via make update in docs/plugins.
Diffstat (limited to 'docs/plugins/inspect/plugin-h264parse.xml')
-rw-r--r--docs/plugins/inspect/plugin-h264parse.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml
index a3599313..52dd65ea 100644
--- a/docs/plugins/inspect/plugin-h264parse.xml
+++ b/docs/plugins/inspect/plugin-h264parse.xml
@@ -17,14 +17,14 @@
<author>Michal Benes &lt;michal.benes@itonis.tv&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
+ <name>src</name>
+ <direction>source</direction>
<presence>always</presence>
<details>video/x-h264</details>
</caps>
<caps>
- <name>src</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
<details>video/x-h264</details>
</caps>