From 050b2f0a3b1933a19cf9bcd78ed2816210f470be Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 14 May 2006 16:00:57 +0000 Subject: [PATCH] configure.ac: releasing 0.10.7, "Leave the gun" Original commit message from CVS: 2006-05-14 Jan Schmidt * configure.ac: releasing 0.10.7, "Leave the gun" --- ChangeLog | 7 +++ NEWS | 43 ++++++++++++- RELEASE | 75 ++++++++++++----------- configure.ac | 4 +- docs/plugins/gst-plugins-base-plugins.args | 4 +- docs/plugins/gst-plugins-base-plugins.signals | 8 +++ docs/plugins/inspect/plugin-adder.xml | 2 +- docs/plugins/inspect/plugin-alsa.xml | 2 +- docs/plugins/inspect/plugin-audioconvert.xml | 2 +- docs/plugins/inspect/plugin-audiorate.xml | 2 +- docs/plugins/inspect/plugin-audioresample.xml | 2 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +- docs/plugins/inspect/plugin-cdparanoia.xml | 2 +- docs/plugins/inspect/plugin-decodebin.xml | 2 +- docs/plugins/inspect/plugin-ffmpegcolorspace.xml | 2 +- docs/plugins/inspect/plugin-gnomevfs.xml | 2 +- docs/plugins/inspect/plugin-libvisual.xml | 16 ++++- docs/plugins/inspect/plugin-ogg.xml | 2 +- docs/plugins/inspect/plugin-pango.xml | 2 +- docs/plugins/inspect/plugin-playbin.xml | 2 +- docs/plugins/inspect/plugin-subparse.xml | 2 +- docs/plugins/inspect/plugin-tcp.xml | 2 +- docs/plugins/inspect/plugin-theora.xml | 2 +- docs/plugins/inspect/plugin-typefindfunctions.xml | 2 +- docs/plugins/inspect/plugin-video4linux.xml | 2 +- docs/plugins/inspect/plugin-videorate.xml | 2 +- docs/plugins/inspect/plugin-videoscale.xml | 2 +- docs/plugins/inspect/plugin-videotestsrc.xml | 2 +- docs/plugins/inspect/plugin-volume.xml | 2 +- docs/plugins/inspect/plugin-vorbis.xml | 2 +- docs/plugins/inspect/plugin-ximagesink.xml | 2 +- docs/plugins/inspect/plugin-xvimagesink.xml | 2 +- win32/common/config.h | 8 +-- 33 files changed, 145 insertions(+), 70 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1e83f7..fbeac56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.7 === + +2006-05-14 Jan Schmidt + + * configure.ac: + releasing 0.10.7, "Leave the gun" + 2006-05-13 Jan Schmidt * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps): diff --git a/NEWS b/NEWS index a39f8f8..674626e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,45 @@ -This is GStreamer Base Plug-ins 0.10.6, "Chao" +This is GStreamer Base Plug-ins 0.10.7, "Leave the gun" + +Changes since 0.10.6: + * typefind improvements + * bug-fixes in textoverlay, audioconvert, videotestsrc, + multifdsink and audio source/sink base classes + * Ice-cast metadata support has moved from gnomevfssrc to the + icydemux element in gst-plugins-good + * audioresample now supports floating point samples + * Adder element fixes. + * Fixes for network playback and audio resampling in playbin + +Bugs fixed since 0.10.6: + + * 340060 : [adder] handle newsegment events properly + * 340375 : [API 0.11] [patch] typefind to differentiate between mp4 ... + * 339405 : [textoverlay] can't display '\n' character + * 338657 : [patch] adder should send events from src-pad to all sink... + * 338919 : [patch] alsasink should also query witdh capabilities fro... + * 301759 : [audioresample] float audio support (for OSX audio sinks) + * 331901 : [videotestsrc] framerate=0/1 gives assertion error + * 333657 : Replacing icy demuxing in gnomevfssrc + * 336339 : [audioresample] should support width != 16 + * 338718 : [patch] [audioconvert] correctly clip float samples > 1.0 + * 338778 : [patch] Bad audio with ASX files + * 338991 : [patch] Videoscale doesn't pass on pixel-aspect ratio + * 339574 : [patch] Race condition in multifdsink can lead to spuriou... + * 339786 : [typefinding] wavpack typefinding doesn't always work + * 340369 : [volume element] " volume " property range insufficient + * 340379 : [playbin] doesn't insert audioresample, causes problems w... + * 340392 : Problem with internal-decodebin + * 341160 : [multifdsink] client_status enum has an uninitialized nick + * 341182 : Accessing playbin's streaminfo property from high languag... + * 341432 : [playbin] automatically get icecast metadata requiring ic... + * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT... + * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag + +API added since 0.10.6: + + * client-fd-removed signal added to multifdsink + * stream-info-value-array property added to playbin + * gst_video_calculate_display_ratio() in libgstvideo Changes since 0.10.5: diff --git a/RELEASE b/RELEASE index 81deb69..287c6ee 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plug-ins 0.10.6 "Chao" +Release notes for GStreamer Base Plug-ins 0.10.7 "Leave the gun" @@ -53,37 +53,46 @@ contains a set of less supported plug-ins that haven't passed the 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 + * typefind improvements + * bug-fixes in textoverlay, audioconvert, videotestsrc, multifdsink and audio source/sink base classes + * Ice-cast metadata support has moved from gnomevfssrc to the icydemux element in gst-plugins-good + * audioresample now supports floating point samples + * Adder element fixes. + * Fixes for network playback and audio resampling in playbin Bugs fixed in this release - * 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 + * 340060 : [adder] handle newsegment events properly + * 340375 : [API 0.11] [patch] typefind to differentiate between mp4 ... + * 339405 : [textoverlay] can't display '\n' character + * 338657 : [patch] adder should send events from src-pad to all sink... + * 338919 : [patch] alsasink should also query witdh capabilities fro... + * 301759 : [audioresample] float audio support (for OSX audio sinks) + * 331901 : [videotestsrc] framerate=0/1 gives assertion error + * 333657 : Replacing icy demuxing in gnomevfssrc + * 336339 : [audioresample] should support width != 16 + * 338718 : [patch] [audioconvert] correctly clip float samples > 1.0 + * 338778 : [patch] Bad audio with ASX files + * 338991 : [patch] Videoscale doesn't pass on pixel-aspect ratio + * 339574 : [patch] Race condition in multifdsink can lead to spuriou... + * 339786 : [typefinding] wavpack typefinding doesn't always work + * 340369 : [volume element] " volume " property range insufficient + * 340379 : [playbin] doesn't insert audioresample, causes problems w... + * 340392 : Problem with internal-decodebin + * 341160 : [multifdsink] client_status enum has an uninitialized nick + * 341182 : Accessing playbin's streaminfo property from high languag... + * 341432 : [playbin] automatically get icecast metadata requiring ic... + * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT... + * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag + +API changed in this release + + +- API additions: + +* client-fd-removed signal added to multifdsink +* stream-info-value-array property added to playbin +* gst_video_calculate_display_ratio() in libgstvideo Download @@ -114,19 +123,15 @@ 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 + * Sjoerd Simons * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller - * Tommi Myöhänen * Wim Taymans - * j^ + * Young-Ho Cha   \ No newline at end of file diff --git a/configure.ac b/configure.ac index e04ae08..3d66ed2 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.6.1, +AC_INIT(GStreamer Base Plug-ins, 0.10.7, 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, 4, 0, 4) +AS_LIBTOOL(GST, 5, 0, 5) 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.args b/docs/plugins/gst-plugins-base-plugins.args index 4bdd0f4..d8389fe 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -181,7 +181,7 @@ GstVolume::volume gdouble -[0,4] +[0,10] rw volume volume. @@ -844,7 +844,7 @@ rw iradio-mode -Enable internet radio mode (extraction of icecast/audiocast metadata). +Enable internet radio mode (extraction of shoutcast/icecast metadata). FALSE diff --git a/docs/plugins/gst-plugins-base-plugins.signals b/docs/plugins/gst-plugins-base-plugins.signals index e3ca70a..fb2cad7 100644 --- a/docs/plugins/gst-plugins-base-plugins.signals +++ b/docs/plugins/gst-plugins-base-plugins.signals @@ -47,6 +47,14 @@ gint arg1 +GstMultiFdSink::client-fd-removed +void +l +GstMultiFdSink *gstmultifdsink +gint arg1 + + + GstDecodeBin::new-decoded-pad void l diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index e7e5383..ee809bf 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.6 + 0.10.7 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 5f10f91..ce880c0 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 070e6b5..baa19ba 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index e197ab9..15916d2 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.6 + 0.10.7 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 e1ca798..8272aeb 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.6 + 0.10.7 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 c2c168c..b32298f 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.6 + 0.10.7 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 bc9a9fc..acaec7e 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.6 + 0.10.7 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 d67ceb2..6a8b27d 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.6 + 0.10.7 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 f3a1d92..b6e9fbb 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.6 + 0.10.7 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index a027c9e..a2157ef 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.6 + 0.10.7 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 52d57e8..9e95786 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -38,6 +38,20 @@ Benjamin Otte <otte@gnome.org> + libvisual_goom + libvisual libvisual goom2 plugin plugin v.0.1 + Visualization + The Libvisual goom2 plugin + Benjamin Otte <otte@gnome.org> + + + libvisual_infinite + libvisual infinite plugin plugin v.0.1 + Visualization + The infinite visual plugin + 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 a29f4e1..891443d 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index c91bd68..249b63b 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml index 39f4081..9c271a9 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.6 + 0.10.7 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 925282e..b34bec5 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 0e58b0c..292c75a 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index f5faa77..de9f19a 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 25977dc..c2bf431 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.6 + 0.10.7 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 d48c3fb..66f7227 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 19b6550..2bd8e36 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.6 + 0.10.7 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 cfc7cf3..a7ef9af 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.6 + 0.10.7 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 a7e0e3c..25e37fb 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.6 + 0.10.7 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 9b20ed7..1f3a2a3 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.6 + 0.10.7 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 e6ff97b..0d8565e 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index fcdb5f7..26e7060 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.6 + 0.10.7 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 98925db..867a9a9 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.6 + 0.10.7 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/win32/common/config.h b/win32/common/config.h index 2e36106..01200c5 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -39,7 +39,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -211,13 +211,13 @@ #undef PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.6.1" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.7" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#undef PACKAGE_VERSION "0.10.6.1" +#undef PACKAGE_VERSION "0.10.7" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.6.1" +#define VERSION "0.10.7" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -- 2.7.4