diff --git a/ChangeLog b/ChangeLog index bb8fbf8758cec3dd246339b921f2b9aa3bc79985..ddef5f49337a4ee1d849d5b8e85792f5771b3b63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.5 === + +2005-11-11 Thomas Vander Stichele + + * configure.ac: + releasing 0.9.5, "Phone Alarm" + 2005-11-11 Edward Hervey * gst/avi/gstavidemux.c: (gst_avi_demux_reset), diff --git a/NEWS b/NEWS index 1b345cad31d1583440d29cfb94c2a8d771ded0e4..d57ff0ae66c9243a9bd0d3d1a6d4c60ad22b97f3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ -This is GStreamer Good Plug-ins 0.9.4, "Dromiceiomimus" +This is GStreamer Good Plug-ins 0.9.5, "Phone Alarm" + +Changes since 0.9.4: + + * matroskamux fixes + * wavenc fixes + * cairotextoverlay ported + +Bugs fixed since 0.9.4: + + * 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 Changes since 0.9.3: diff --git a/RELEASE b/RELEASE index 369b4e9a6b4bf5e1f252b68ca006ef044e93dbe0..97fa0e7c354cd42fe279567fe8b4e97c1c9d046e 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Good Plug-ins 0.9.4 "Dromiceiomimus" +GStreamer: Release notes for GStreamer Good Plug-ins 0.9.5 "Phone Alarm" The GStreamer team is petrified to announce a new release @@ -53,14 +53,17 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * DV/Firewire fixes - * speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer, alphacolor ported + * matroskamux fixes + * wavenc fixes + * cairotextoverlay ported Bugs fixed in this release - * 316204 : MinGW compilation: smtpe plugin has undefined symbols fro... - * 316205 : Debug category for wavenc is not defined - * 318847 : Matroska muxer port to 0.9 + * 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 Download @@ -90,13 +93,14 @@ Applications Contributors to this release + * Alessandro Decina * Andy Wingo + * Christian Schaller * Edgard Lima * Edward Hervey - * Julien Moutte - * Michael Benes - * Michael Smith - * Stefan Kost + * Josef Zlomek + * Julien MOUTTE + * Michal Benes * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans diff --git a/configure.ac b/configure.ac index 2486e4a81b2bada59cfe1c4a726f9439232ccc0e..b8963504e7c6003f64d683e99bb1292d8bceac36 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE 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, 4, 1, +AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 5, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 8010fbfe6dfbe291cce2c2fe9880082d19a39092..1290ae9cfa5af179b3129fd2c5bc1dfd1cc171a2 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -6838,6 +6838,16 @@ NULL + +GstMatroskaMux::version +gint +[1,2] +rw +Matroska version +This parameter determines what matroska features can be used. +1 + + GstTest::allowed-timestamp-deviation gint64 @@ -6988,3 +6998,93 @@ 0 + +GstTextOverlay::deltax +gint + +w +X position modifier +Shift X position to the left or to the right. Unit is pixels. +0 + + + +GstTextOverlay::deltay +gint + +w +Y position modifier +Shift Y position up or down. Unit is pixels. +0 + + + +GstTextOverlay::font-desc +gchararray + +w +font description +Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax. +"" + + + +GstTextOverlay::halign +gchararray + +w +horizontal alignment +Horizontal alignment of the text. Can be either 'left', 'right', or 'center'. +"center" + + + +GstTextOverlay::shaded-background +gboolean + +w +shaded background +Whether to shade the background under the text area. +FALSE + + + +GstTextOverlay::text +gchararray + +w +text +Text to be display. +"" + + + +GstTextOverlay::valign +gchararray + +w +vertical alignment +Vertical alignment of the text. Can be either 'baseline', 'bottom', or 'top'. +"baseline" + + + +GstTextOverlay::xpad +gint + +w +horizontal paddding +Horizontal paddding when using left/right alignment. +25 + + + +GstTextOverlay::ypad +gint + +w +vertical padding +Vertical padding when using top/bottom alignment. +25 + + diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index c221085b58a768fc2172e166ed35c541aecdb43a..6ba9df53b959b5e338ca8dc96dac79f394160d2e 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,7 +3,7 @@ Source for DV data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 397fc6d1a770e570408e1145ba7446c4d856e717..832ab9e8c3dae85066f172c007c5ae21116b7f26 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,7 +3,7 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index c02322db006c87d242a9a226f4c7efa6ebbfb737..21f4f29d5eb076478a823883b55ad844869eca40 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,7 +3,7 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 9f078b263a33cf9426924575729e3a9f7d271b7d..5881773b0edc02523116e6e0fa78f8d0787ddc83 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,7 +3,7 @@ adds an alpha channel to video ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index bc0ad045ae3c982246ba8d398cb5a966c47c4963..05372c41f7fb36c882f4b7cf5343f3427f4633ce 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,7 +3,7 @@ RGB->YUV colorspace conversion preserving the alpha channels ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index dd9c7916b8a37b07cb8008e6858cfe7b7caee87e..09082ed57ba6e167cdf14b12b92392e4ae4e74de 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,7 +3,7 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 7e315a23d111dfaf27218ce7bd2d165d2d372f1a..e11adcf24820bd20f7b746c792ef8867aa3dda07 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,7 +3,7 @@ Plugin contains auto-detection plugins for video/audio outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index c016e8db8e11c2cf4a8653fea6ac26f125fa91d5..6938afa793ce9bdb27e2401f88c730226f513e09 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,7 +3,7 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index 7a6d30dc2fa3241cd8f707ba695dbe2bb580a438..9b33eedb12cf0b14f4b14adbe6458cdc5b91e0d8 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,7 +3,7 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 1861f85104cd043b46db796784f64562a645cbf9..ebabd17c09dc5e67669e34b0c11949aee55d83ca 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,12 +3,19 @@ Cairo-based overlaying ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release http://gstreamer.freedesktop.org/ + + cairotextoverlay + Text Overlay + Filter/Editor/Video + Adds text strings on top of a video buffer + David Schleef <ds@schleef.org> + cairotimeoverlay Time Overlay diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index 1a48a44ea6052e731bcadec9eb07918ee1bf6a05..60594bafd3a493469e138d8559afd4b2a1861ce3 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,7 +3,7 @@ elements for testing and debugging ../../gst/debug/.libs/libgstdebug.so libgstdebug.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index a8f3adf813bcc0eec75928cd321dab88467091c0..d4d5482a30cbab1ab0ee1c2191059f785a7a8750 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,7 +3,7 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index eeae9ae811a54b42ea0c081102aa3891cdc7db35..f46b7762af9d469a36a9c49ee94d2f63359dbe09 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -3,7 +3,7 @@ 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". ../../gst/debug/.libs/libgstefence.so libgstefence.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 73e9ec4701f5e18b37f033b5031653b90e8401d4..2d0279947cb34cc970a926370d801f6329fad88b 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,7 +3,7 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index f069be00218d9c254afb9719461d23e0b2fb9fc9..565442b5eae6447b489dfa5e380fdd4ecb445a8a 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -3,7 +3,7 @@ ESD Element Plugins ../../ext/esd/.libs/libgstesd.so libgstesd.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 286ca491f0225fe1b7de6c0a7f957af0f1eedd83..9d4d8dd80e2ffa6fb78832a57c48d1cd0041b448 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,7 +3,7 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 8101105a298869b8ca448d0efccb257deb44a847..9e34c07cf095fe71131323e14bdf366637944b04 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,7 +3,7 @@ FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index 28eb6670089f061651d22c9ab99630d6416f1357..0da2e1714348d07af5f90a22da579c619a999496 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -3,7 +3,7 @@ elements wrapping the GStreamer/GConf audio/video output settings ../../ext/gconf/.libs/libgstgconfelements.so libgstgconfelements.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 28640da3fa08961947015ad3752cedf46d9eec92..06939aa1f9bf5a87643fad071b1dd05ac5503803 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,7 +3,7 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 9010e4b7b9eae581f7bb5a23d96f9a75956dc5b8..95823cea032a22de676a222017edf752b998f536 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,7 +3,7 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 299268b4ed75ebca8ca10fff9864b4101bae31b8..0d66864f0a5b9374615b0711f4291a5f5854e0c9 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,7 +3,7 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 6da40d3e55e3a5256b527f8f398cb3af44b71415..3f989fac1855eddaf2144f3312c69725d600dcaa 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,7 +3,7 @@ Matroska stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index c37805a39b1d466651bb475604b9b31e996fdd54..82e480f44f760cfcea0a46edfab60a867ba268a4 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,7 +3,7 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index dd74c69ec37ce0524e4c600585b0386a516dd497..c4d85f97303933db080a27384a083a3595e8ce56 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,7 +3,7 @@ Template for a video filter ../../gst/debug/.libs/libgstnavigationtest.so libgstnavigationtest.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index dfa4658edbf8e61de81bcfcd344a5ed281353552..181bdc6b62e2296d4fd43aec04b19441236b9270 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,7 +3,7 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index ece5cd52828b8e179e6f949af17a62c9e96f0c3c..97a3a3160379d7872fa20c9e529ba22ab2a00121 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,7 +3,7 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 49de2ec7e9499866c64149673e26f7a725601e6d..207a4c96245dee619a16af8492a78f66cd4dee87 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,12 +3,19 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 0.9.4 - GPL + 0.9.5 + LGPL gst-plugins-good GStreamer source release http://gstreamer.freedesktop.org/ + + asteriskh263 + RTP packet parser + Codec/Parser/Network + Extracts H263 video from RTP and encodes in Asterisk H263 format + Neil Stratford <neils@vipadia.com> + rtpamrdec RTP packet parser @@ -30,19 +37,40 @@ Accepts raw RTP and RTCP packets and sends them forward Wim Taymans <wim@fluendo.com> + + rtpg711dec + RTP packet parser + Codec/Parser/Network + Extracts PCMU/PCMA audio from RTP packets + Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com> + + + rtpg711enc + RTP packet parser + Codec/Encoder/Network + Encodes PCMU/PCMA audio into a RTP packet + Edgard Lima <edgard.lima@indt.org.br> + rtpgsmenc RTP GSM Audio Encoder Codec/Encoder/Network Encodes GSM audio into a RTP packet - Zeeshan Ali <zak147@yahoo.com> + Zeeshan Ali <zeenix@gmail.com> rtpgsmparse RTP packet parser Codec/Parser/Network Extracts GSM audio from RTP packets - Zeeshan Ali <zak147@yahoo.com> + Zeeshan Ali <zeenix@gmail.com> + + + rtph263enc + RTP packet parser + Codec/Encoder/Network + Encodes H263 video in RTP packets (RFC 2190) + Neil Stratford <neils@vipadia.com> rtph263pdec diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 73d88a58c1a8effbf16cf61b174d74cfa82cb237..fcd748d43d519a04fc9bb8b2bee7751dc7366779 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,7 +3,7 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 3232c2d0a41ed683b68e4addb120edd7568a1a4c..68d19c38f49b2077b9d78b2dced5a255656da8d6 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 463514472f46a5a5e0bd4f48cfc196a8fd1cb084..2c9f43ea81d34025099e72d381b7e47a2342c0b8 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,7 +3,7 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index 36889b20cebd9dc7c55c3179012ae494202ece24..1c40a03703431a8b69c1c7b7a0a8b7e90477ae53 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,7 +3,7 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index b5fb5af5c2b3144c335e798b6cd0f85e21406c3e..07c14c97e2ff0435cd9cf6cb0e11756e268b8611 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,7 +3,7 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index 4ca5978fa6a9c89ec5f65613d9ecabc2d6c7a8f8..af5371bce0285758da1aafbc2cabd8f6d55f6435 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,7 +3,7 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml index 392e0d1ba82871c628721e5993bcbeba1446ba49..01206f8b7b708c6232d4a2701d6bbe532f08248a 100644 --- a/docs/plugins/inspect/plugin-videoflip.xml +++ b/docs/plugins/inspect/plugin-videoflip.xml @@ -3,7 +3,7 @@ Flips and rotates video ../../gst/videofilter/.libs/libgstvideoflip.so libgstvideoflip.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index f67517a23ede86dc5c64beb9d16d1a99d789dd0e..baf4c6fd7880ec8d23a49174686ba36026d4ab3a 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,7 +3,7 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 62b7546cf17d4eefd000fe12219e823a6504a2d3..5843b837e854f2079f8225da19ce5a1efd7cc973 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,7 +3,7 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index 16c5cc228c929e3d878a2c6f03aaf208071c25a3..f9d4bf2492a3ce870d3d3d969ba7ddd305c2e32a 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,7 +3,7 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 0.9.4 + 0.9.5 LGPL gst-plugins-good GStreamer source release