diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 01:59:56 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 14:28:42 +0100 |
commit | e101037589eae4e45ee9084d7f48c2685b804ef8 (patch) | |
tree | cbeac59a3640f7976e583a5d3e77607ba7141514 /docs | |
parent | fab334001884d57fcba3142b3920c9966060ae97 (diff) | |
download | gst-plugins-bad-e101037589eae4e45ee9084d7f48c2685b804ef8.tar.gz gst-plugins-bad-e101037589eae4e45ee9084d7f48c2685b804ef8.tar.bz2 gst-plugins-bad-e101037589eae4e45ee9084d7f48c2685b804ef8.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')
-rw-r--r-- | docs/plugins/inspect/plugin-debugutilsbad.xml (renamed from docs/plugins/inspect/plugin-fpsdisplaysink.xml) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/plugins/inspect/plugin-fpsdisplaysink.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index ef1d33e9..9edeaf09 100644 --- a/docs/plugins/inspect/plugin-fpsdisplaysink.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -1,19 +1,19 @@ <plugin> - <name>fpsdisplaysink</name> - <description>A custom sink that show the current FPS of the sink on the video screen</description> - <filename>../../gst/debugutils/.libs/libgstfpsdisplaysink.so</filename> - <basename>libgstfpsdisplaysink.so</basename> + <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>Nokia Real-time Communications</package> - <origin></origin> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> <elements> <element> <name>fpsdisplaysink</name> - <longname>Wrapper for xvimagesink's frame-rate display</longname> + <longname>Measure and show framerate on videosink</longname> <class>Sink/Video</class> - <description>Shows the current frame-rate and drop-rate of the xvimagesink on the xvimagesink's video output</description> + <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> |