mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
configure.ac: releasing 0.10.7, "Leave the gun"
Original commit message from CVS: 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.7, "Leave the gun"
This commit is contained in:
parent
114d2ba58b
commit
050b2f0a3b
33 changed files with 145 additions and 70 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.7 ===
|
||||
|
||||
2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.7, "Leave the gun"
|
||||
|
||||
2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
|
||||
|
|
43
NEWS
43
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:
|
||||
|
||||
|
|
75
RELEASE
75
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
|
||||
|
|
@ -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.
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
<ARG>
|
||||
<NAME>GstVolume::volume</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE>[0,4]</RANGE>
|
||||
<RANGE>[0,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>volume</NICK>
|
||||
<BLURB>volume.</BLURB>
|
||||
|
@ -844,7 +844,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>iradio-mode</NICK>
|
||||
<BLURB>Enable internet radio mode (extraction of icecast/audiocast metadata).</BLURB>
|
||||
<BLURB>Enable internet radio mode (extraction of shoutcast/icecast metadata).</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -46,6 +46,14 @@ GstMultiFdSink *gstmultifdsink
|
|||
gint arg1
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstMultiFdSink::client-fd-removed</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
<FLAGS>l</FLAGS>
|
||||
GstMultiFdSink *gstmultifdsink
|
||||
gint arg1
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstDecodeBin::new-decoded-pad</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adds multiple streams</description>
|
||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||
<basename>libgstadder.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ALSA plugin library</description>
|
||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||
<basename>libgstalsa.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Convert audio to different formats</description>
|
||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||
<basename>libgstaudioconvert.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adjusts audio frames</description>
|
||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||
<basename>libgstaudiorate.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||
<basename>libgstaudioresample.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Creates audio test signals of given frequency and volume</description>
|
||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||
<basename>libgstaudiotestsrc.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Read audio from CD in paranoid mode</description>
|
||||
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||
<basename>libgstcdparanoia.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>decoder bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||
<basename>libgstdecodebin.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
||||
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
||||
<basename>libgstffmpegcolorspace.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>FFMpeg</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements to read from and write to Gnome-VFS uri's</description>
|
||||
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
||||
<basename>libgstgnomevfs.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libvisual visualization plugins</description>
|
||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||
<basename>libgstlibvisual.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
@ -37,6 +37,20 @@
|
|||
<description>The GdkPixbuf image loader for libvisual</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_goom</name>
|
||||
<longname>libvisual libvisual goom2 plugin plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The Libvisual goom2 plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_infinite</name>
|
||||
<longname>libvisual infinite plugin plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The infinite visual plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_jakdaw</name>
|
||||
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
||||
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
||||
<basename>libgstogg.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Pango-based text rendering and overlay</description>
|
||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||
<basename>libgstpango.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>player bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||
<basename>libgstplaybin.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Subtitle parsing</description>
|
||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||
<basename>libgstsubparse.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data over the network via TCP</description>
|
||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||
<basename>libgsttcp.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Theora plugin library</description>
|
||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||
<basename>libgsttheora.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>default typefind functions</description>
|
||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||
<basename>libgsttypefindfunctions.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
||||
<basename>libgstvideo4linux.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adjusts video frames</description>
|
||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||
<basename>libgstvideorate.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resizes video</description>
|
||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||
<basename>libgstvideoscale.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Creates a test video stream</description>
|
||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||
<basename>libgstvideotestsrc.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>plugin for controlling audio volume</description>
|
||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||
<basename>libgstvolume.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Vorbis plugin library</description>
|
||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||
<basename>libgstvorbis.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>X11 video output element based on standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||
<basename>libgstximagesink.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>XFree86 video output plugin using Xv extension</description>
|
||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||
<basename>libgstxvimagesink.so</basename>
|
||||
<version>0.10.6</version>
|
||||
<version>0.10.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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). */
|
||||
|
|
Loading…
Reference in a new issue