diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-07 11:34:35 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-07 11:34:35 +0100 |
commit | 35563896efd83c0905eb60bacceee5569b8174ab (patch) | |
tree | a21ae78364bd4432b52b91bed969a33e6dd546c3 /docs/plugins/inspect/plugin-debugutilsbad.xml | |
parent | 59df51220f9036e9572b26fc6e526ff3689da57d (diff) | |
download | gstreamer-plugins-bad-35563896efd83c0905eb60bacceee5569b8174ab.tar.gz |
docs: update plugin introspection data for recent changes
Diffstat (limited to 'docs/plugins/inspect/plugin-debugutilsbad.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-debugutilsbad.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index ffab436c5..70f7ffded 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -10,6 +10,27 @@ <origin>Unknown package origin</origin> <elements> <element> + <name>checksumsink</name> + <longname>Checksum sink</longname> + <class>Debug/Sink</class> + <description>Calculates a checksum for buffers</description> + <author>David Schleef <ds@schleef.org></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + <element> <name>fpsdisplaysink</name> <longname>Measure and show framerate on videosink</longname> <class>Sink/Video</class> |