diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 19:13:54 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 19:13:54 +0000 |
commit | 2c56e69b5a050aa85898ae391ed6aa56c48b5420 (patch) | |
tree | 6364f1a8ab119ab7575bd56df8fff756caa7ce77 /docs/plugins | |
parent | d4413c4277f9843cc2e57b5fade58d5e5e03ccbc (diff) |
releasing 0.9.7
Original commit message from CVS:
releasing 0.9.7
Diffstat (limited to 'docs/plugins')
26 files changed, 162 insertions, 52 deletions
diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index f75f93aa..4b4771b5 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -1128,3 +1128,113 @@ <DEFAULT>TRUE</DEFAULT> </ARG> +<ARG> +<NAME>GstTextRender::font-desc</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>font description</NICK> +<BLURB>Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::deltax</NAME> +<TYPE>gint</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>X position modifier</NICK> +<BLURB>Shift X position to the left or to the right. Unit is pixels.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::deltay</NAME> +<TYPE>gint</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>Y position modifier</NICK> +<BLURB>Shift Y position up or down. Unit is pixels.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::font-desc</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>font description</NICK> +<BLURB>Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::halign</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>horizontal alignment</NICK> +<BLURB>Horizontal alignment of the text. Can be either 'left', 'right', or 'center'.</BLURB> +<DEFAULT>"center"</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::shaded-background</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>shaded background</NICK> +<BLURB>Whether to shade the background under the text area.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::text</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>text</NICK> +<BLURB>Text to be display.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::valign</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>vertical alignment</NICK> +<BLURB>Vertical alignment of the text. Can be either 'baseline', 'bottom', or 'top'.</BLURB> +<DEFAULT>"baseline"</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::wrap-mode</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>w</FLAGS> +<NICK>wrap mode</NICK> +<BLURB>Whether to wrap the text and if so how.Can be either 'none', 'word', 'char' or 'wordchar'.</BLURB> +<DEFAULT>"wordchar"</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::xpad</NAME> +<TYPE>gint</TYPE> +<RANGE>>= 0</RANGE> +<FLAGS>w</FLAGS> +<NICK>horizontal paddding</NICK> +<BLURB>Horizontal paddding when using left/right alignment.</BLURB> +<DEFAULT>25</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTextOverlay::ypad</NAME> +<TYPE>gint</TYPE> +<RANGE>>= 0</RANGE> +<FLAGS>w</FLAGS> +<NICK>vertical padding</NICK> +<BLURB>Vertical padding when using top/bottom alignment.</BLURB> +<DEFAULT>25</DEFAULT> +</ARG> + diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 2a9a3f2b..ca9a054e 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,10 +3,10 @@ <description>Adds multiple streams</description> <filename>../../gst/adder/.libs/libgstadder.so</filename> <basename>libgstadder.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index f9402960..80226b19 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,10 +3,10 @@ <description>ALSA plugin library</description> <filename>../../ext/alsa/.libs/libgstalsa.so</filename> <basename>libgstalsa.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 83b47e0f..4512916e 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,10 +3,10 @@ <description>Convert audio to different formats</description> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <basename>libgstaudioconvert.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index d4a38797..79c09999 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,10 +3,10 @@ <description>Adjusts audio frames</description> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <basename>libgstaudiorate.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 76633918..3ac22cdc 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,10 +3,10 @@ <description>Resamples audio</description> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <basename>libgstaudioresample.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 330266df..81bbfd4f 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,10 +3,10 @@ <description>Creates audio test signals of given frequency and volume</description> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <basename>libgstaudiotestsrc.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index c3a4a80a..d1f9be50 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,10 +3,10 @@ <description>decoder bin</description> <filename>../../gst/playback/.libs/libgstdecodebin.so</filename> <basename>libgstdecodebin.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index fc1f99f5..b5345687 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ <description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description> <filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename> <basename>libgstffmpegcolorspace.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>FFMpeg</package> diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index e0a608ad..b29466dd 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,10 +3,10 @@ <description>elements to read from and write to Gnome-VFS uri's</description> <filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename> <basename>libgstgnomevfs.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 566ca9ec..762ef0c0 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,10 +3,10 @@ <description>libvisual visualization plugins</description> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <basename>libgstlibvisual.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 0c51d57e..a0b550fa 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,10 +3,10 @@ <description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <filename>../../ext/ogg/.libs/libgstogg.so</filename> <basename>libgstogg.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index 55d4d4a8..01647a2f 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,17 +3,17 @@ <description>Pango-based text rendering and overlay</description> <filename>../../ext/pango/.libs/libgstpango.so</filename> <basename>libgstpango.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> <name>clockoverlay</name> - <longname>Time Overlay</longname> + <longname>Clock Overlay</longname> <class>Filter/Editor/Video</class> - <description>Overlays the time on a video stream</description> + <description>Overlays the current clock time on a video stream</description> <author>Tim-Philipp Müller <tim@centricular.net></author> </element> <element> @@ -34,7 +34,7 @@ <name>timeoverlay</name> <longname>Time Overlay</longname> <class>Filter/Editor/Video</class> - <description>Overlays the time on a video stream</description> + <description>Overlays buffer time stamps on a video stream</description> <author>Tim-Philipp Müller <tim@centricular.net></author> </element> </elements> diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml index aed3e8be..1a55370d 100644 --- a/docs/plugins/inspect/plugin-playbin.xml +++ b/docs/plugins/inspect/plugin-playbin.xml @@ -3,10 +3,10 @@ <description>player bin</description> <filename>../../gst/playback/.libs/libgstplaybin.so</filename> <basename>libgstplaybin.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index e9667bd2..036b19ca 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,10 +3,10 @@ <description>Subtitle (.sub) file parsing</description> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <basename>libgstsubparse.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 7cea840b..911a3702 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,10 +3,10 @@ <description>transfer data over the network via TCP</description> <filename>../../gst/tcp/.libs/libgsttcp.so</filename> <basename>libgsttcp.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 22183570..154c18c1 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,10 +3,10 @@ <description>Theora plugin library</description> <filename>../../ext/theora/.libs/libgsttheora.so</filename> <basename>libgsttheora.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 01a27c6b..86f863a6 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,10 +3,10 @@ <description>default typefind functions</description> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <basename>libgsttypefindfunctions.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index 7437385c..82bd5608 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,10 +3,10 @@ <description>elements for Video 4 Linux</description> <filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename> <basename>libgstvideo4linux.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index f0aea594..b41953aa 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,10 +3,10 @@ <description>Adjusts video frames</description> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <basename>libgstvideorate.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 74571c0b..d1639c9f 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,10 +3,10 @@ <description>Resizes video</description> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <basename>libgstvideoscale.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index d8f6e6e7..cacd35ca 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,10 +3,10 @@ <description>Creates a test video stream</description> <filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename> <basename>libgstvideotestsrc.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 95f79f3a..fed9c6f1 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,10 +3,10 @@ <description>element for controlling audio volume</description> <filename>../../gst/volume/.libs/libgstvolume.so</filename> <basename>libgstvolume.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index de3eaa84..c96ea7c6 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,10 +3,10 @@ <description>Vorbis plugin library</description> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <basename>libgstvorbis.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 5f5853f8..6703044d 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,10 +3,10 @@ <description>X11 video output element based on standard Xlib calls</description> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <basename>libgstximagesink.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 977cc119..8a76a287 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,10 +3,10 @@ <description>XFree86 video output plugin using Xv extension</description> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <basename>libgstxvimagesink.so</basename> - <version>0.9.6.1</version> + <version>0.9.7</version> <license>LGPL</license> <source>gst-plugins-base</source> - <package>GStreamer Base Plug-ins CVS/prerelease</package> + <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> |