Moved 'shapewipe' from -bad to -good
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Feb 2010 10:18:26 +0000 (11:18 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Feb 2010 10:24:38 +0000 (11:24 +0100)
Fixes bug #584536.

configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
docs/plugins/inspect/plugin-shapewipe.xml [new file with mode: 0644]
tests/check/Makefile.am
tests/examples/Makefile.am

index 310cf40..55d8bc7 100644 (file)
@@ -312,6 +312,7 @@ AG_GST_CHECK_PLUGIN(replaygain)
 AG_GST_CHECK_PLUGIN(rtp)
 AG_GST_CHECK_PLUGIN(rtpmanager)
 AG_GST_CHECK_PLUGIN(rtsp)
+AG_GST_CHECK_PLUGIN(shapewipe)
 AG_GST_CHECK_PLUGIN(smpte)
 AG_GST_CHECK_PLUGIN(spectrum)
 AG_GST_CHECK_PLUGIN(udp)
@@ -1080,6 +1081,7 @@ gst/replaygain/Makefile
 gst/rtp/Makefile
 gst/rtpmanager/Makefile
 gst/rtsp/Makefile
+gst/shapewipe/Makefile
 gst/smpte/Makefile
 gst/spectrum/Makefile
 gst/udp/Makefile
@@ -1128,6 +1130,7 @@ tests/examples/audiofx/Makefile
 tests/examples/equalizer/Makefile
 tests/examples/level/Makefile
 tests/examples/rtp/Makefile
+tests/examples/shapewipe/Makefile
 tests/examples/spectrum/Makefile
 tests/examples/v4l2/Makefile
 tests/files/Makefile
index 7ec5202..1d75f68 100644 (file)
@@ -187,6 +187,7 @@ EXTRA_HFILES = \
        $(top_srcdir)/gst/rtpmanager/gstrtpssrcdemux.h \
        $(top_srcdir)/gst/rtsp/gstrtpdec.h \
        $(top_srcdir)/gst/rtsp/gstrtspsrc.h \
+       $(top_srcdir)/gst/shapewipe/gstshapewipe.h \
        $(top_srcdir)/gst/smpte/gstsmpte.h \
        $(top_srcdir)/gst/smpte/gstsmptealpha.h \
        $(top_srcdir)/gst/spectrum/gstspectrum.h \
index 742f095..5a81b8d 100644 (file)
     <xi:include href="xml/element-rtpjpegpay.xml" />
     <xi:include href="xml/element-rtspsrc.xml" />
     <xi:include href="xml/element-shagadelictv.xml" />
+    <xi:include href="xml/element-shapewipe.xml" />
     <xi:include href="xml/element-smokedec.xml" />
     <xi:include href="xml/element-smokeenc.xml" />
     <xi:include href="xml/element-smpte.xml" />
     <xi:include href="xml/plugin-rtp.xml" />
     <xi:include href="xml/plugin-gstrtpmanager.xml" />
     <xi:include href="xml/plugin-rtsp.xml" />
+    <xi:include href="xml/plugin-shapewipe.xml" />
     <xi:include href="xml/plugin-shout2send.xml" />
     <xi:include href="xml/plugin-smpte.xml" />
     <xi:include href="xml/plugin-soup.xml" />
index 8b57faa..43b8f90 100644 (file)
@@ -1477,6 +1477,20 @@ gst_rtspsrc_get_type
 </SECTION>
 
 <SECTION>
+<FILE>element-shapewipe</FILE>
+<TITLE>shapewipe</TITLE>
+GstShapeWipe
+<SUBSECTION Standard>
+GstShapeWipeClass
+GST_SHAPE_WIPE
+GST_SHAPE_WIPE_CLASS
+GST_IS_SHAPE_WIPE
+GST_IS_SHAPE_WIPE_CLASS
+GST_TYPE_SHAPE_WIPE
+gst_shape_wipe_get_type
+</SECTION>
+
+<SECTION>
 <FILE>element-smpte</FILE>
 <TITLE>smpte</TITLE>
 GstSMPTE
diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml
new file mode 100644 (file)
index 0000000..cd7f5a8
--- /dev/null
@@ -0,0 +1,40 @@
+<plugin>
+  <name>shapewipe</name>
+  <description>Shape Wipe transition filter</description>
+  <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
+  <basename>libgstshapewipe.so</basename>
+  <version>0.10.18.1</version>
+  <license>LGPL</license>
+  <source>gst-plugins-good</source>
+  <package>GStreamer Good Plug-ins git</package>
+  <origin>Unknown package origin</origin>
+  <elements>
+    <element>
+      <name>shapewipe</name>
+      <longname>Shape Wipe transition filter</longname>
+      <class>Filter/Editor/Video</class>
+      <description>Adds a shape wipe transition to a video stream</description>
+      <author>Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
+      <pads>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+        </caps>
+        <caps>
+          <name>mask_sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)0/1; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)0/1</details>
+        </caps>
+        <caps>
+          <name>video_sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+        </caps>
+      </pads>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
index 1d1b703..b28b786 100644 (file)
@@ -116,6 +116,7 @@ check_PROGRAMS = \
        elements/rtpbin \
        elements/rtpbin_buffer_list \
        elements/rtpjitterbuffer \
+       elements/shapewipe \
        elements/spectrum \
        elements/udpsink \
        elements/videocrop \
index d744a63..2501e68 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = audiofx equalizer level rtp spectrum v4l2
+SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
 
-DIST_SUBDIRS = audiofx equalizer level rtp spectrum v4l2
+DIST_SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2