mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
releasing 0.9.6
Original commit message from CVS: releasing 0.9.6
This commit is contained in:
parent
e7a575989e
commit
90154bf8e2
41 changed files with 228 additions and 153 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
=== release 0.9.6 ===
|
||||
|
||||
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.9.6, "Everything's Not Lost"
|
||||
|
||||
2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
|
||||
|
@ -317,8 +324,8 @@
|
|||
* ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
|
||||
* gst/goom/gstgoom.c: (gst_goom_src_negotiate):
|
||||
* sys/osxvideo/osxvideosink.m:
|
||||
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
|
||||
(#322027)
|
||||
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
|
||||
(#322027)
|
||||
|
||||
2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
|
15
NEWS
15
NEWS
|
@ -1,4 +1,17 @@
|
|||
This is GStreamer Good Plug-ins 0.9.5, "Phone Alarm"
|
||||
This is GStreamer Good Plug-ins 0.9.6, "Everything's Not Lost"
|
||||
|
||||
Changes since 0.9.5:
|
||||
|
||||
* added speex RTP payloader/depayloader
|
||||
* ported cutter
|
||||
* fractional framerates
|
||||
* more video filters now use BaseTransform
|
||||
|
||||
Bugs fixed since 0.9.5:
|
||||
|
||||
* 319184 : rtspsrc: invalid read in sdp_message_parse_buffer ()
|
||||
* 321001 : [matroskademux] should seek to nearest preceding index en...
|
||||
* 321430 : goom fails to register on amd64
|
||||
|
||||
Changes since 0.9.4:
|
||||
|
||||
|
|
27
RELEASE
27
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Good Plug-ins 0.9.5 "Phone Alarm"
|
||||
GStreamer: Release notes for GStreamer Good Plug-ins 0.9.6 "Everything's Not Lost"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
|
@ -53,17 +53,16 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* matroskamux fixes
|
||||
* wavenc fixes
|
||||
* cairotextoverlay ported
|
||||
* added speex RTP payloader/depayloader
|
||||
* ported cutter
|
||||
* fractional framerates
|
||||
* more video filters now use BaseTransform
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 315194 : Licence information inconsistency of gst-plugins-good/gst...
|
||||
* 319731 : [matroska] SimpleBlock support for muxer and demuxer
|
||||
* 320308 : [matroska] set timestamps for buffers with ebml elements
|
||||
* 320920 : [osssink] tries to reuse a bad file descriptor
|
||||
* 321136 : [matroska-mux] avoid reading from unref'ed buffer
|
||||
* 319184 : rtspsrc: invalid read in sdp_message_parse_buffer ()
|
||||
* 321001 : [matroskademux] should seek to nearest preceding index en...
|
||||
* 321430 : goom fails to register on amd64
|
||||
|
||||
Download
|
||||
|
||||
|
@ -93,16 +92,14 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Andy Wingo
|
||||
* Christian Schaller
|
||||
* Edgard Lima
|
||||
* Edward Hervey
|
||||
* Josef Zlomek
|
||||
* Julien MOUTTE
|
||||
* Michal Benes
|
||||
* Jan Schmidt
|
||||
* Julien Moutte
|
||||
* Michael Smith
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Vincent Torri
|
||||
* Wim Taymans
|
||||
* Zeeshan Ali
|
||||
|
|
@ -6,7 +6,7 @@ AC_INIT
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 5, 1,
|
||||
AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 6, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl can autoconf find the source ?
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
<xi:include href="xml/plugin-autodetect.xml" />
|
||||
<xi:include href="xml/plugin-avi.xml" />
|
||||
<xi:include href="xml/plugin-cacasink.xml" />
|
||||
<xi:include href="xml/plugin-cutter.xml" />
|
||||
<xi:include href="xml/plugin-dv.xml" />
|
||||
<xi:include href="xml/plugin-effectv.xml" />
|
||||
<xi:include href="xml/plugin-esdsink.xml" />
|
||||
|
|
|
@ -3925,7 +3925,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>method</NICK>
|
||||
<BLURB>method.</BLURB>
|
||||
<DEFAULT>1</DEFAULT>
|
||||
<DEFAULT>Rotate clockwise 90 degrees</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -3965,7 +3965,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Fill</NICK>
|
||||
<BLURB>How to fill the borders.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>Black</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -4054,7 +4054,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>URI</NICK>
|
||||
<BLURB>URI in the form of udp://hostname:port.</BLURB>
|
||||
<BLURB>URI in the form of udp://multicast_group:port.</BLURB>
|
||||
<DEFAULT>"udp://0.0.0.0:4951"</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -4095,7 +4095,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Type</NICK>
|
||||
<BLURB>The type of transition to use.</BLURB>
|
||||
<DEFAULT>bar_wipe_lr</DEFAULT>
|
||||
<DEFAULT>A bar moves from left to right</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -4425,7 +4425,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Method</NICK>
|
||||
<BLURB>How the alpha channels should be created.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>Set/adjust alpha channel</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -4535,7 +4535,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>protocol</NICK>
|
||||
<BLURB>Connection Protocol to use.</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
<DEFAULT>Http Protocol (icecast 2.x)</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -4680,12 +4680,12 @@
|
|||
|
||||
<ARG>
|
||||
<NAME>GstCACASink::dither</NAME>
|
||||
<TYPE>GstCACASinkDithers</TYPE>
|
||||
<TYPE>GstCACASinkDithering</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Dither Type</NICK>
|
||||
<BLURB>Set type of Dither.</BLURB>
|
||||
<DEFAULT>NONE</DEFAULT>
|
||||
<DEFAULT>No dithering</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -4805,7 +4805,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Quality</NICK>
|
||||
<BLURB>Decoding quality.</BLURB>
|
||||
<DEFAULT>DV_QUALITY_BEST</DEFAULT>
|
||||
<DEFAULT>Highest quality colour decoding</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -4845,7 +4845,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>driver</NICK>
|
||||
<BLURB>driver.</BLURB>
|
||||
<DEFAULT>X11</DEFAULT>
|
||||
<DEFAULT>X11 driver 1.1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -6785,7 +6785,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Quality</NICK>
|
||||
<BLURB>Speed versus compression tradeoff.</BLURB>
|
||||
<DEFAULT>5</DEFAULT>
|
||||
<DEFAULT>5 - Default</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -6825,7 +6825,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Background</NICK>
|
||||
<BLURB>Background type.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>Checker pattern</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -7088,3 +7088,53 @@
|
|||
<DEFAULT>25</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCutter::leaky</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Leaky</NICK>
|
||||
<BLURB>do we leak buffers when below threshold ?.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCutter::pre-length</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Pre-recording buffer length</NICK>
|
||||
<BLURB>Length of pre-recording buffer (in nanoseconds).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCutter::run-length</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Run length</NICK>
|
||||
<BLURB>Length of drop below threshold before cut_stop (in nanoseconds).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCutter::threshold</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Threshold</NICK>
|
||||
<BLURB>Volume threshold before trigger.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCutter::threshold-dB</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Threshold (dB)</NICK>
|
||||
<BLURB>Volume threshold before trigger (in dB).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Source for DV data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dv1394src</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aasink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alawdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>adds an alpha channel to video</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alpha</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>RGB->YUV colorspace conversion preserving the alpha channels</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alphacolor</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>parses au streams</description>
|
||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||
<basename>libgstauparse.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>auparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>autoaudiosink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cacasink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Cairo-based overlaying</description>
|
||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||
<basename>libgstcairo.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cairotextoverlay</name>
|
||||
|
@ -16,12 +16,5 @@
|
|||
<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>
|
|
@ -3,11 +3,11 @@
|
|||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||
<basename>libgstdv.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
|
||||
<filename>../../gst/debug/.libs/libgstefence.so</filename>
|
||||
<basename>libgstefence.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>efence</name>
|
||||
|
|
|
@ -3,63 +3,63 @@
|
|||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>agingTV</name>
|
||||
<name>agingtv</name>
|
||||
<longname>AgingTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>AgingTV adds age to video input using scratches and dust</description>
|
||||
<author>Sam Lantinga <slouken@devolution.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>diceTV</name>
|
||||
<name>dicetv</name>
|
||||
<longname>DiceTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>'Dices' the screen up into many small squares</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>edgeTV</name>
|
||||
<name>edgetv</name>
|
||||
<longname>EdgeTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Apply edge detect on video</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>quarkTV</name>
|
||||
<name>quarktv</name>
|
||||
<longname>QuarkTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Motion dissolver</description>
|
||||
<author>FUKUCHI, Kentarou <fukuchi@users.sourceforge.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>revTV</name>
|
||||
<name>revtv</name>
|
||||
<longname>RevTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>A video waveform monitor for each line of video processed</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>shagadelicTV</name>
|
||||
<name>shagadelictv</name>
|
||||
<longname>ShagadelicTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Oh behave, ShagedelicTV makes images shagadelic!</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>vertigoTV</name>
|
||||
<name>vertigotv</name>
|
||||
<longname>VertigoTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>A loopback alpha blending effector with rotating and scaling</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>warpTV</name>
|
||||
<name>warptv</name>
|
||||
<longname>WarpTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>WarpTV does realtime goo'ing of the video input</description>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>ESD Element Plugins</description>
|
||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||
<basename>libgstesd.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>esdsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>flacdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>flxdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||
<basename>libgstgconfelements.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gconfaudiosink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>goom</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>jpegdec</name>
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>level</name>
|
||||
<longname>Level</longname>
|
||||
<class>Filter/Analyzer/Audio</class>
|
||||
<description>RMS/Peak/Decaying Peak Level messager for audio/raw</description>
|
||||
<author>Thomas <thomas@apestaart.org></author>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,11 +3,11 @@
|
|||
<description>Matroska stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>matroskademux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mulawdec</name>
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>navigationtest</name>
|
||||
<longname>Video Filter Template</longname>
|
||||
<class>Filter/Video</class>
|
||||
<description>Template for a video filter</description>
|
||||
<longname>Video Navigation test</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Handle navigation events showing a black square following mouse pointer</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>ossmixer</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>pngdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>asteriskh263</name>
|
||||
|
@ -114,5 +114,19 @@
|
|||
<description>Encode MPEG audio as RTP packets (RFC 2038)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpspeexdec</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Extracts Speex audio from RTP packets</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpspeexenc</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encodes Speex audio into a RTP packet</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,11 +3,11 @@
|
|||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rtspsrc</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Sends data to an icecast server using libshout2</description>
|
||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||
<basename>libgstshout2.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>libshout2</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>smpte</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>speexdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dynudpsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videobox</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Flips and rotates video</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
||||
<basename>libgstvideoflip.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videoflip</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videomixer</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Encode raw audio into WAV</description>
|
||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||
<basename>libgstwavenc.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>wavenc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer source release</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>wavparse</name>
|
||||
|
|
Loading…
Reference in a new issue