mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
8540f47485
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/inspect/plugin-videosignal.xml: * gst/videosignal/Makefile.am: * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps), (gst_video_mark_draw_box), (gst_video_mark_420), (gst_video_mark_transform_ip), (gst_video_mark_set_property), (gst_video_mark_get_property), (gst_video_mark_base_init), (gst_video_mark_class_init), (gst_video_mark_init), (gst_video_mark_get_type): * gst/videosignal/gstvideomark.h: * gst/videosignal/gstvideosignal.c: (plugin_init): Add plugin to generate a pattern detectable by videodetect.
34 lines
No EOL
1.2 KiB
XML
34 lines
No EOL
1.2 KiB
XML
<plugin>
|
|
<name>videosignal</name>
|
|
<description>Various video signal analysers</description>
|
|
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
|
<basename>libgstvideosignal.so</basename>
|
|
<version>0.10.4.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>videoanalyse</name>
|
|
<longname>Video analyser</longname>
|
|
<class>Filter/Effect/Video</class>
|
|
<description>Analyse video signal</description>
|
|
<author>Wim Taymans <wim@fluendo.com></author>
|
|
</element>
|
|
<element>
|
|
<name>videodetect</name>
|
|
<longname>Video detecter</longname>
|
|
<class>Filter/Effect/Video</class>
|
|
<description>Detect patterns in a video signal</description>
|
|
<author>Wim Taymans <wim@fluendo.com></author>
|
|
</element>
|
|
<element>
|
|
<name>videomark</name>
|
|
<longname>Video marker</longname>
|
|
<class>Filter/Effect/Video</class>
|
|
<description>Marks a video signal with a pattern</description>
|
|
<author>Wim Taymans <wim@fluendo.com></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |