diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-25 21:02:16 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-25 21:02:16 +0000 |
commit | 695afd0edf89656a157ee65a7de537f9989ebb41 (patch) | |
tree | b669c05100f5ed6c7e27a8eeaa1ab0509911dd18 /docs/plugins/inspect/plugin-cairo.xml | |
parent | 7b858529510534d9e8e45d1df5883b62fd910396 (diff) |
documenting auto*sink using strstr for the video sink lookup, class field is not ordered update other plugins
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_base_init),
(gst_auto_video_sink_factory_filter):
documenting auto*sink
using strstr for the video sink lookup, class field is not ordered
update other plugins
Diffstat (limited to 'docs/plugins/inspect/plugin-cairo.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-cairo.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 6da287ce..b382ef65 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,10 +3,10 @@ <description>Cairo-based overlaying</description> <filename>../../ext/cairo/.libs/libgstcairo.so</filename> <basename>libgstcairo.so</basename> - <version>0.9.6</version> + <version>0.9.6.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins source release</package> + <package>GStreamer Good Plug-ins CVS/prerelease</package> <origin>Unknown package origin</origin> <elements> <element> @@ -16,5 +16,12 @@ <description>Adds text strings on top of a video buffer</description> <author>David Schleef <ds@schleef.org></author> </element> + <element> + <name>cairotimeoverlay</name> + <longname>Time Overlay</longname> + <class>Filter/Editor/Video</class> + <description>Overlays the time on a video stream</description> + <author>David Schleef <ds@schleef.org></author> + </element> </elements> </plugin>
\ No newline at end of file |