diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 01:59:56 +0100 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:20 -0400 |
commit | 04822d1b13595f196d27af3a49960a77eae6e608 (patch) | |
tree | d48408a56093d166896799229666b6d8ac52d01c /docs/plugins/inspect/plugin-debugutilsbad.xml | |
parent | d810923e137edfe353285fa5b64e7e241d339b9f (diff) | |
download | gst-plugins-bad-04822d1b13595f196d27af3a49960a77eae6e608.tar.gz gst-plugins-bad-04822d1b13595f196d27af3a49960a77eae6e608.tar.bz2 gst-plugins-bad-04822d1b13595f196d27af3a49960a77eae6e608.zip |
fpsdisplaysink: rename plugin (not element) to debugutilsbad
Makes it easier to add further utils here without creating yet another plugin.
Diffstat (limited to 'docs/plugins/inspect/plugin-debugutilsbad.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-debugutilsbad.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml new file mode 100644 index 00000000..9edeaf09 --- /dev/null +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -0,0 +1,28 @@ +<plugin> + <name>debugutilsbad</name> + <description>Collection of elements that may or may not be useful for debugging</description> + <filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename> + <basename>libgstdebugutilsbad.so</basename> + <version>0.10.11.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>fpsdisplaysink</name> + <longname>Measure and show framerate on videosink</longname> + <class>Sink/Video</class> + <description>Shows the current frame-rate and drop-rate of the videosink as overlay or text on stdout</description> + <author>Zeeshan Ali <zeeshan.ali@nokia.com>, Stefan Kost <stefan.kost@nokia.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |