From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 10:53:40 +0000 (+0000) Subject: releasing 0.10.6 X-Git-Tag: RELEASE-0_10_6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca1b117586faa42792b46aa849504985b35a8533;p=platform%2Fupstream%2Fgst-plugins-base.git releasing 0.10.6 Original commit message from CVS: releasing 0.10.6 --- diff --git a/ChangeLog b/ChangeLog index 3654be4..941c91b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.6 === + +2006-04-28 Thomas Vander Stichele + + * configure.ac: + releasing 0.10.6, "Chao" + 2006-04-26 David Schleef * gst/videoscale/gstvideoscale.c: Add call to oil_init(). @@ -408,7 +415,7 @@ * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek), (stop_seek): - Don't let double and tripple clicks mess up our state. + Don't let double and triple clicks mess up our state. 2006-03-28 Tim-Philipp Müller @@ -525,8 +532,8 @@ * sys/v4l/gstv4lmjpegsrc.c: * tests/check/libs/cddabasesrc.c: * tests/old/examples/gob/gst-identity2.gob: - Add docs for adder, use GST_ELEMENT_DETAILS macro, - define GstElementDetails at the top + Add docs for adder, use GST_ELEMENT_DETAILS macro, + define GstElementDetails at the top 2006-03-23 Sebastien Moutte @@ -25346,4 +25353,4 @@ 2003-12-21 Thomas Vander Stichele * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins - * moved CVS to freedesktop.org + * moved CVS to freedesktop.org diff --git a/NEWS b/NEWS index 57575a2..a39f8f8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,36 @@ -This is GStreamer Base Plug-ins 0.10.5, "Net" +This is GStreamer Base Plug-ins 0.10.6, "Chao" + +Changes since 0.10.5: + + * QoS in sinks and transform elements + * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod + * added theoraparse element + +Bugs fixed since 0.10.5: + + * 313136 : [playbin] hang while playing truncated ogg file + * 172848 : [subparse] subtitles with special chars are displayed as ... + * 305279 : [riff] uncompressed AVIs with 24bpp don't work + * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _... + * 323852 : Disable tests/icles on platforms that do not have X + * 325653 : build errors compiling audioresample on win32(vs7) + * 327357 : gst-plugins-base fails to compile with GCC 4.1 + * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers + * 334822 : [ffmpegcolorspace] YVU9 support + * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa... + * 335365 : inefficient use of GList in gst-plugins-base + * 336190 : [gnomevfssink] should accept non-URI filenames as " location " + * 336194 : [gnomevfssrc] some minor memory leaks + * 336477 : plugins need better/univied descriptions + * 336617 : Unable to recognise MPEG TS stream + * 337548 : Memory leaks in basertpdepayload + * 337945 : [oggdemux] segment stop position ignored + * 338419 : Regression in the handling of files with multiple audio/s... + * 338897 : Videoscale crashes as part of DVD to Ogg transcoding + * 339013 : [videorate] Goes into an infinite loop + * 339047 : [riff] handle H264 fourcc in addition to h264 + * 339212 : ISO file typefinding regression + * 330748 : deadlock in base audio sink on playing- > paused state change Bugs fixed since 0.10.4: diff --git a/RELEASE b/RELEASE index 3ec625f..81deb69 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Base Plug-ins 0.10.5 "Net" +Release notes for GStreamer Base Plug-ins 0.10.6 "Chao" @@ -14,11 +14,6 @@ It is, however, parallel installable with the 0.8.x series. -This release is a quick-fix release for two issues that we felt were -important enough to get a quick-fix release out for. Agile and ego-less, baby. - - - This module contains a set of reference plugins, base classes for other plugins, and helper libraries. @@ -60,11 +55,35 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API + * QoS in sinks and transform elements + * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod + * added theoraparse element Bugs fixed in this release - * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer - * 334226 : typefindfunctions plugin crashes on PPC on registration + * 313136 : [playbin] hang while playing truncated ogg file + * 172848 : [subparse] subtitles with special chars are displayed as ... + * 305279 : [riff] uncompressed AVIs with 24bpp don't work + * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _... + * 323852 : Disable tests/icles on platforms that do not have X + * 325653 : build errors compiling audioresample on win32(vs7) + * 327357 : gst-plugins-base fails to compile with GCC 4.1 + * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers + * 334822 : [ffmpegcolorspace] YVU9 support + * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa... + * 335365 : inefficient use of GList in gst-plugins-base + * 336190 : [gnomevfssink] should accept non-URI filenames as " location " + * 336194 : [gnomevfssrc] some minor memory leaks + * 336477 : plugins need better/univied descriptions + * 336617 : Unable to recognise MPEG TS stream + * 337548 : Memory leaks in basertpdepayload + * 337945 : [oggdemux] segment stop position ignored + * 338419 : Regression in the handling of files with multiple audio/s... + * 338897 : Videoscale crashes as part of DVD to Ogg transcoding + * 339013 : [videorate] Goes into an infinite loop + * 339047 : [riff] handle H264 fourcc in addition to h264 + * 339212 : ISO file typefinding regression + * 330748 : deadlock in base audio sink on playing- > paused state change Download @@ -94,6 +113,20 @@ Applications Contributors to this release + * Andy Wingo + * Antoine Tremblay + * David Schleef + * Edward Hervey + * Fabrizio Gennari + * Jan Schmidt + * Julien MOUTTE + * Michael Smith + * Michal Benes + * Sebastien Moutte + * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller + * Tommi Myöhänen + * Wim Taymans + * j^   \ No newline at end of file diff --git a/configure.ac b/configure.ac index e4f0649..22ef24f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Base Plug-ins, 0.10.5.4, +AC_INIT(GStreamer Base Plug-ins, 0.10.6, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-base) @@ -40,7 +40,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 3, 0, 3) +AS_LIBTOOL(GST, 4, 0, 4) dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags. diff --git a/docs/plugins/gst-plugins-base-plugins.signals b/docs/plugins/gst-plugins-base-plugins.signals index 5dd945c..e3ca70a 100644 --- a/docs/plugins/gst-plugins-base-plugins.signals +++ b/docs/plugins/gst-plugins-base-plugins.signals @@ -1,6 +1,7 @@ GstMultiFdSink::add void +l GstMultiFdSink *gstmultifdsink gint arg1 @@ -8,12 +9,14 @@ gint arg1 GstMultiFdSink::clear void +l GstMultiFdSink *gstmultifdsink GstMultiFdSink::client-added void +l GstMultiFdSink *gstmultifdsink gint arg1 @@ -21,14 +24,16 @@ gint arg1 GstMultiFdSink::client-removed void +l GstMultiFdSink *gstmultifdsink gint arg1 -GstClientStatus arg2 +GstClientStatus *arg2 GstMultiFdSink::get-stats GValueArray* +l GstMultiFdSink *gstmultifdsink gint arg1 @@ -36,6 +41,7 @@ gint arg1 GstMultiFdSink::remove void +l GstMultiFdSink *gstmultifdsink gint arg1 @@ -43,6 +49,7 @@ gint arg1 GstDecodeBin::new-decoded-pad void +l GstDecodeBin *gstdecodebin GstPad *arg1 gboolean arg2 @@ -51,6 +58,7 @@ gboolean arg2 GstDecodeBin::removed-decoded-pad void +l GstDecodeBin *gstdecodebin GstPad *arg1 @@ -58,6 +66,7 @@ GstPad *arg1 GstDecodeBin::unknown-type void +l GstDecodeBin *gstdecodebin GstPad *arg1 GstCaps *arg2 @@ -87,6 +96,7 @@ gint arg1 GstGnomeVFSSink::allow-overwrite gboolean +c GstGnomeVFSSink *gstgnomevfssink GnomeVFSURI *arg1 @@ -94,6 +104,7 @@ GnomeVFSURI *arg1 GstCdParanoiaSrc::transport-error void +l GstCdParanoiaSrc *gstcdparanoiasrc gint arg1 @@ -101,6 +112,7 @@ gint arg1 GstCdParanoiaSrc::uncorrected-error void +l GstCdParanoiaSrc *gstcdparanoiasrc gint arg1 diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index b5eede3..e7e5383 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index 5bf9bb5..5f10f91 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,21 +11,21 @@ alsamixer - Alsa Mixer + Alsa mixer Generic/Audio Control sound input and output levels with ALSA Leif Johnson <leif@ambient.2y.net> alsasink - Audio Sink (ALSA) + Audio sink (ALSA) Sink/Audio Output to a sound card via ALSA Wim Taymans <wim@fluendo.com> alsasrc - Audio Src (ALSA) + Audio source (ALSA) Source/Audio Read from a sound card via ALSA Wim Taymans <wim@fluendo.com> diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 4c86728..070e6b5 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,7 +11,7 @@ audioconvert - Audio Conversion + Audio converter Filter/Converter/Audio Convert audio to different formats Benjamin Otte <in7y118@public.uni-hamburg.de> diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index fadee81..e197ab9 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 8ce9460..e1ca798 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 9dbfa59..c2c168c 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index 7355fed..bc9a9fc 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 0.10.5 + 0.10.6 GPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 490ce50..d67ceb2 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,7 +3,7 @@ decoder bin ../../gst/playback/.libs/libgstdecodebin.so libgstdecodebin.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index 3773436..f3a1d92 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ colorspace conversion copied from FFMpeg 0.4.9-pre1 ../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so libgstffmpegcolorspace.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index 46d0af5..a027c9e 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,7 +3,7 @@ elements to read from and write to Gnome-VFS uri's ../../ext/gnomevfs/.libs/libgstgnomevfs.so libgstgnomevfs.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 16fa787..52d57e8 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -31,6 +31,13 @@ Benjamin Otte <otte@gnome.org> + libvisual_gdkpixbuf + libvisual GdkPixbuf image loader plugin v.0.0.1 + Visualization + The GdkPixbuf image loader for libvisual + Benjamin Otte <otte@gnome.org> + + libvisual_jakdaw libvisual Jakdaw plugin plugin v.0.0.1 Visualization diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 61efed1..a29f4e1 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,21 +11,21 @@ oggdemux - ogg demuxer + Ogg demuxer Codec/Demuxer demux ogg streams (info about ogg: http://xiph.org) Wim Taymand <wim@fluendo.com> oggmux - ogg muxer + Ogg muxer Codec/Muxer mux ogg streams (info about ogg: http://xiph.org) Wim Taymans <wim@fluendo.com> oggparse - ogg parser + Ogg parser Codec/Parser parse ogg streams into pages (info about ogg: http://xiph.org) Michael Smith <msmith@fluendo.com> diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index 9f6dce6..c91bd68 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,28 +11,28 @@ clockoverlay - Clock Overlay + Clock overlay Filter/Editor/Video Overlays the current clock time on a video stream Tim-Philipp Müller <tim@centricular.net> textoverlay - Text Overlay + Text overlay Filter/Editor/Video Adds text strings on top of a video buffer David Schleef <ds@schleef.org> textrender - Text Render + Text renderer Filter/Editor/Video Renders a text string to an image bitmap David Schleef <ds@schleef.org>, Ronald S. Bultje <rbultje@ronald.bitfreak.net> timeoverlay - Time Overlay + Time overlay Filter/Editor/Video Overlays buffer time stamps on a video stream Tim-Philipp Müller <tim@centricular.net> diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml index fec1f9a..39f4081 100644 --- a/docs/plugins/inspect/plugin-playbin.xml +++ b/docs/plugins/inspect/plugin-playbin.xml @@ -3,7 +3,7 @@ player bin ../../gst/playback/.libs/libgstplaybin.so libgstplaybin.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index fffeb32..925282e 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -18,7 +18,7 @@ subparse - Subtitle parsers + Subtitle parser Codec/Parser/Subtitle Parses subtitle (.sub) files into text streams Gustavo J. A. M. Carneiro <gjc@inescporto.pt> diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 6f8c9cc..0e58b0c 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,35 +11,35 @@ multifdsink - MultiFd sink + Multi filedescriptor sink Sink/Network Send data to multiple filedescriptors Thomas Vander Stichele <thomas at apestaart dot org>, Wim Taymans <wim@fluendo.com> tcpclientsink - TCP Client sink + TCP client sink Sink/Network Send data as a client over the network via TCP Thomas Vander Stichele <thomas at apestaart dot org> tcpclientsrc - TCP Client source + TCP client source Source/Network Receive data as a client over the network via TCP Thomas Vander Stichele <thomas at apestaart dot org> tcpserversink - TCP Server sink + TCP server sink Sink/Network Send data as a server over the network via TCP Thomas Vander Stichele <thomas at apestaart dot org> tcpserversrc - TCP Server source + TCP server source Source/Network Receive data as a server over the network via TCP Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 6ee1c9c..f5faa77 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,17 +11,24 @@ theoradec - TheoraDec + Theora video decoder Codec/Decoder/Video decode raw theora streams to raw YUV video Benjamin Otte <in7y118@public.uni-hamburg.de>, Wim Taymans <wim@fluendo.com> theoraenc - TheoraEnc + Theora video encoder Codec/Encoder/Video encode raw YUV video to a theora stream Wim Taymans <wim@fluendo.com> + + theoraparse + TheoraParse + Codec/Parser/Video + parse raw theora streams + Andy Wingo <wingo@pobox.com> + \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 625f85d..25977dc 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index dfc8da7..d48c3fb 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,7 +3,7 @@ elements for Video 4 Linux ../../sys/v4l/.libs/libgstvideo4linux.so libgstvideo4linux.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -13,7 +13,7 @@ v4lsrc Video (video4linux/raw) Source Source/Video - Reads raw frames from a video4linux (BT8x8) device + Reads raw frames from a video4linux device Ronald Bultje <rbultje@ronald.bitfreak.net> diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 2cf9270..19b6550 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 74f8b25..cfc7cf3 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 05676f4..a7e0e3c 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 2e5c7d7..9b20ed7 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index f3ed59f..e6ff97b 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -11,14 +11,14 @@ vorbisdec - VorbisDec + Vorbis audio decoder Codec/Decoder/Audio decode raw vorbis streams to float audio Benjamin Otte <in7y118@public.uni-hamburg.de> vorbisenc - Vorbis encoder + Vorbis audio encoder Codec/Encoder/Audio Encodes audio in Vorbis format Monty <monty@xiph.org>, Wim Taymans <wim@fluendo.com> diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index fbedffa..fcdb5f7 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 503ced8..98925db 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 0.10.5 + 0.10.6 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/upload.mak b/docs/upload.mak index 294a4a4..9df285d 100644 --- a/docs/upload.mak +++ b/docs/upload.mak @@ -16,11 +16,9 @@ DOC_SERVER=gstreamer.freedesktop.org DOC_BASE=/srv/gstreamer.freedesktop.org/www/data/doc DOC_URL=$(DOC_SERVER):$(DOC_BASE) -GST_VERSION_NANO = $(GST_PLUGINS_BASE_VERSION_NANO) - upload: $(FORMATS) - @if test "x$(GST_VERSION_NANO)" = x0; then \ + @if test "x$(PACKAGE_VERSION_NANO)" = x0; then \ export DOCVERSION=$(VERSION); \ else export DOCVERSION=head; \ fi; \