mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 13:56:32 +00:00
configure.ac: releasing 0.10.9, "I walk the line"
Original commit message from CVS: 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.9, "I walk the line"
This commit is contained in:
parent
4bba74f13f
commit
b8af9e3097
32 changed files with 173 additions and 66 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.9 ===
|
||||
|
||||
2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.9, "I walk the line"
|
||||
|
||||
2006-07-14 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* tests/check/pipelines/vorbisenc.c: (stop_pipeline):
|
||||
|
|
36
NEWS
36
NEWS
|
@ -1,4 +1,38 @@
|
|||
This is GStreamer Base Plug-ins 0.10.8, "Moar gij ziet mij nie"
|
||||
This is GStreamer Base Plug-ins 0.10.9, "I walk the line"
|
||||
|
||||
Changes since 0.10.8:
|
||||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* Subtitle fixes
|
||||
* Support for images in tags
|
||||
* Playback improvements
|
||||
* Gnomevfssrc now supports burn:// uris
|
||||
* Videoscale now supports more RGBA formats
|
||||
* Multifdsink improvements
|
||||
* Testsuite can now generate coverage information
|
||||
|
||||
Bugs fixed since 0.10.8:
|
||||
|
||||
* 347296 : Problems with clocks on alsasrc hangs the application
|
||||
* 347295 : [vorbisdec] Pushes before being initialized
|
||||
* 329798 : [playbin] doesn't always give correct error message for m...
|
||||
* 342085 : [alsasink] doesn't set buffer-time correctly
|
||||
* 342789 : [audioresample] doesn't clear state when stopped, causing...
|
||||
* 343303 : [subparse] workaround for bad entities in sami parser
|
||||
* 343385 : [gnomevfs] add support for burn:// URIs
|
||||
* 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data.
|
||||
* 343699 : oggmux leaks
|
||||
* 344503 : [subparse] parse font face property in sami parser.
|
||||
* 345131 : [PATCH] videoscale support for 32-bit RGB-formats
|
||||
* 345206 : [textoverlay] crash with non-UTF8 input
|
||||
* 345225 : [theoradec] Clipping for exact seeking
|
||||
* 345641 : [API] [libgsttag] add enums for image tag type
|
||||
* 345879 : [riff] won't play a .wmv file with WMVA video stream
|
||||
* 346581 : [typefinding] recognise text/html
|
||||
* 347221 : [audioconvert] channel remapping does not work right
|
||||
* 347304 : Massive leaks with xvimagesink
|
||||
* 346527 : alsasrc get_range does not respect requested size
|
||||
|
||||
Changes since 0.10.7:
|
||||
|
||||
|
|
65
RELEASE
65
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Base Plug-ins 0.10.8 "Moar gij ziet mij nie"
|
||||
Release notes for GStreamer Base Plug-ins 0.10.9 "I walk the line"
|
||||
|
||||
|
||||
|
||||
|
@ -55,35 +55,36 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* alsasink probing fixes
|
||||
* xvimagesink error reporting fixes
|
||||
* subtitle fixes
|
||||
* adder fixes
|
||||
* vorbis multichannel fixes
|
||||
* multifdsink streamheader fixes
|
||||
* Subtitle fixes
|
||||
* Support for images in tags
|
||||
* Playback improvements
|
||||
* Gnomevfssrc now supports burn:// uris
|
||||
* Videoscale now supports more RGBA formats
|
||||
* Multifdsink improvements
|
||||
* Testsuite can now generate coverage information
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 169936 : [subparse] support for SAMI subtitles
|
||||
* 315312 : Gstreamer Xv uses RGB instead of YUV.
|
||||
* 334002 : video4linux shouldn't depend on X in configure script
|
||||
* 336881 : [libvisual] additional support for libvisual-0.4
|
||||
* 337544 : [xvimagesink] Internal Error when image is too large
|
||||
* 339520 : [subparse] add " encoding " property
|
||||
* 340909 : [alsasink] can't enable spdif output
|
||||
* 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
|
||||
* 341562 : audioconvert doesn't list formats in order of preference
|
||||
* 341696 : audioconvert crashes if converting from a format with no ...
|
||||
* 341719 : bisection algorithm in ogg doesn't bisect in some cases
|
||||
* 341732 : [alsasink] doesn't query supported sample rates
|
||||
* 341873 : [alsasink] minor memory leak, uses unprotected static var...
|
||||
* 342143 : [subparse] sami parser needs to escape characters
|
||||
* 342181 : [alsa] add property probe interface to alsasink and alsasrc
|
||||
* 342268 : [playbin] add 'subtitle-encoding' property
|
||||
* 342345 : [riff] Elephant's Dream AVI does not play, JUNK chunk bef...
|
||||
* 342566 : Building without GTK+ fails
|
||||
* 343397 : H.264/AAC movie deadlocks with totem in gstreamer code, p...
|
||||
* 339935 : [adder] dead-locks when adding sink pads in PAUSED state
|
||||
* 347296 : Problems with clocks on alsasrc hangs the application
|
||||
* 347295 : [vorbisdec] Pushes before being initialized
|
||||
* 329798 : [playbin] doesn't always give correct error message for m...
|
||||
* 342085 : [alsasink] doesn't set buffer-time correctly
|
||||
* 342789 : [audioresample] doesn't clear state when stopped, causing...
|
||||
* 343303 : [subparse] workaround for bad entities in sami parser
|
||||
* 343385 : [gnomevfs] add support for burn:// URIs
|
||||
* 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data.
|
||||
* 343699 : oggmux leaks
|
||||
* 344503 : [subparse] parse font face property in sami parser.
|
||||
* 345131 : [PATCH] videoscale support for 32-bit RGB-formats
|
||||
* 345206 : [textoverlay] crash with non-UTF8 input
|
||||
* 345225 : [theoradec] Clipping for exact seeking
|
||||
* 345641 : [API] [libgsttag] add enums for image tag type
|
||||
* 345879 : [riff] won't play a .wmv file with WMVA video stream
|
||||
* 346581 : [typefinding] recognise text/html
|
||||
* 347514 : vorbisenc test often fails under valgrind
|
||||
* 347221 : [audioconvert] channel remapping does not work right
|
||||
* 347304 : Massive leaks with xvimagesink
|
||||
* 346527 : alsasrc get_range does not respect requested size
|
||||
|
||||
Download
|
||||
|
||||
|
@ -113,17 +114,19 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Andy Wingo
|
||||
* Cody Russell
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Julien Moutte
|
||||
* Martin Szulecki
|
||||
* Lutz Mueller
|
||||
* Michael Sheldon
|
||||
* Michael Smith
|
||||
* Peter Kjellerstedt
|
||||
* Philip Jaegenstedt
|
||||
* Sebastien Moutte
|
||||
* Stefan Kost
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
* Young-Ho Cha
|
||||
* Zaheer Abbas Merali
|
||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||
AC_INIT(GStreamer Base Plug-ins, 0.10.8.1,
|
||||
AC_INIT(GStreamer Base Plug-ins, 0.10.9,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-base)
|
||||
|
||||
|
@ -42,7 +42,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, 5, 0, 5)
|
||||
AS_LIBTOOL(GST, 6, 0, 6)
|
||||
|
||||
dnl FIXME: this macro doesn't actually work;
|
||||
dnl the generated libtool script has no support for the listed tags.
|
||||
|
@ -52,7 +52,7 @@ dnl AS_LIBTOOL_TAGS
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.6.1
|
||||
GST_REQ=0.10.8.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -404,7 +404,7 @@
|
|||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffers max</NICK>
|
||||
<BLURB>max number of buffers to queue (-1 = no limit).</BLURB>
|
||||
<BLURB>max number of buffers to queue for a client (-1 = no limit).</BLURB>
|
||||
<DEFAULT>-1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -508,6 +508,56 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiFdSink::buffers-min</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffers min</NICK>
|
||||
<BLURB>min number of buffers to queue (-1 = as few as possible).</BLURB>
|
||||
<DEFAULT>-1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiFdSink::burst-unit</NAME>
|
||||
<TYPE>GstTCPUnitType</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Burst unit</NICK>
|
||||
<BLURB>The format of the burst units (when sync-method is burst[[-with]-keyframe]).</BLURB>
|
||||
<DEFAULT>Undefined</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiFdSink::burst-value</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Burst value</NICK>
|
||||
<BLURB>The amount of burst expressed in burst-unit.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiFdSink::bytes-min</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Bytes min</NICK>
|
||||
<BLURB>min number of bytes to queue (-1 = as little as possible).</BLURB>
|
||||
<DEFAULT>-1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiFdSink::time-min</NAME>
|
||||
<TYPE>gint64</TYPE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Time min</NICK>
|
||||
<BLURB>min number of time to queue (-1 = as little as possible).</BLURB>
|
||||
<DEFAULT>-1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDecodeBin::threaded</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
|
|
|
@ -54,6 +54,19 @@ GstMultiFdSink *gstmultifdsink
|
|||
gint arg1
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstMultiFdSink::add-full</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
<FLAGS>l</FLAGS>
|
||||
GstMultiFdSink *gstmultifdsink
|
||||
gint arg1
|
||||
gboolean arg2
|
||||
GstTCPUnitType *arg3
|
||||
guint64 arg4
|
||||
GstTCPUnitType *arg5
|
||||
guint64 arg6
|
||||
</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8</version>
|
||||
<version>0.10.9</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.8.1"
|
||||
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9"
|
||||
|
||||
/* 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.8.1"
|
||||
#undef PACKAGE_VERSION "0.10.9"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#undef PLUGINDIR
|
||||
|
@ -241,7 +241,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.8.1"
|
||||
#define VERSION "0.10.9"
|
||||
|
||||
/* 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