mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
releasing 0.10.8
Original commit message from CVS: releasing 0.10.8
This commit is contained in:
parent
5fe3262e5f
commit
b64a8c4894
32 changed files with 130 additions and 107 deletions
29
ChangeLog
29
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.8 ===
|
||||
|
||||
2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.8, "Moar gij ziet mij nie"
|
||||
|
||||
2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -440,8 +447,8 @@
|
|||
2006-05-24 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c: (qt_type_find):
|
||||
Added the 'prfl' atom type which MQV (no, it's not a typo) files contain.
|
||||
Else they play perfectly fine with qtdemux.
|
||||
Added the 'prfl' atom type which MQV (no, it's not a typo) files
|
||||
contain. Else they play perfectly fine with qtdemux.
|
||||
|
||||
2006-05-23 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
|
@ -474,10 +481,10 @@
|
|||
gtk is not available (#342566).
|
||||
|
||||
2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
|
||||
|
||||
|
||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
|
||||
80 line columns
|
||||
Removed redundant floor()
|
||||
80 line columns
|
||||
Removed redundant floor()
|
||||
|
||||
2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
@ -512,15 +519,15 @@
|
|||
return them immediately without doing any caps intersections.
|
||||
|
||||
2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
|
||||
|
||||
|
||||
* gst-libs/gst/rtp/README:
|
||||
Some new documentation
|
||||
* gst-libs/gst/rtp/gstrtpbuffer.h:
|
||||
Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
|
||||
Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
|
||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
|
||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.h:
|
||||
New RTP audio base payloader class. Supports frame or sample based codecs.
|
||||
Not enabled in Makefile.am until approved.
|
||||
New RTP audio base payloader class. Supports frame or sample based
|
||||
codecs. Not enabled in Makefile.am until approved.
|
||||
|
||||
2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
@ -559,7 +566,7 @@
|
|||
(gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
|
||||
Make alsasink and alsasrc implement the GstPropertyProbe interface
|
||||
for device probing (#342181).
|
||||
Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
|
||||
Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
|
||||
|
||||
2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
@ -684,6 +691,8 @@
|
|||
Fix seeking performance in the case where a non-header
|
||||
packet has a 0 granulepos (busted theora case).
|
||||
Fixes #341719
|
||||
(nvdr: thanks Wim for not mentioning who spotted and fixed it in
|
||||
the first place, you limelight stealer you)
|
||||
|
||||
2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
|
35
NEWS
35
NEWS
|
@ -1,6 +1,39 @@
|
|||
This is GStreamer Base Plug-ins 0.10.7, "Leave the gun"
|
||||
This is GStreamer Base Plug-ins 0.10.8, "Moar gij ziet mij nie"
|
||||
|
||||
Changes since 0.10.7:
|
||||
|
||||
* alsasink probing fixes
|
||||
* xvimagesink error reporting fixes
|
||||
* subtitle fixes
|
||||
* adder fixes
|
||||
* vorbis multichannel fixes
|
||||
* multifdsink streamheader fixes
|
||||
|
||||
Bugs fixed since 0.10.7:
|
||||
|
||||
* 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
|
||||
|
||||
Changes since 0.10.6:
|
||||
|
||||
* typefind improvements
|
||||
* bug-fixes in textoverlay, audioconvert, videotestsrc,
|
||||
multifdsink and audio source/sink base classes
|
||||
|
|
72
RELEASE
72
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Base Plug-ins 0.10.7 "Leave the gun"
|
||||
Release notes for GStreamer Base Plug-ins 0.10.8 "Moar gij ziet mij nie"
|
||||
|
||||
|
||||
|
||||
|
@ -53,46 +53,37 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* 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
|
||||
* 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
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 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...
|
||||
* 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...
|
||||
* 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
|
||||
* 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
|
||||
|
||||
Download
|
||||
|
||||
|
@ -122,16 +113,17 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andy Wingo
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Julien Moutte
|
||||
* Martin Szulecki
|
||||
* Michael Smith
|
||||
* Peter Kjellerstedt
|
||||
* Sebastien Moutte
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
* Young-Ho Cha
|
||||
* Zaheer Abbas Merali
|
||||
|
|
@ -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.7.2,
|
||||
AC_INIT(GStreamer Base Plug-ins, 0.10.8,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-base)
|
||||
|
||||
|
|
|
@ -173,8 +173,8 @@
|
|||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mute</NICK>
|
||||
<BLURB>mute.</BLURB>
|
||||
<NICK>Mute</NICK>
|
||||
<BLURB>mute channel.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -183,8 +183,8 @@
|
|||
<TYPE>gdouble</TYPE>
|
||||
<RANGE>[0,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>volume</NICK>
|
||||
<BLURB>volume.</BLURB>
|
||||
<NICK>Volume</NICK>
|
||||
<BLURB>volume factor.</BLURB>
|
||||
<DEFAULT>1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -1468,3 +1468,13 @@
|
|||
<DEFAULT>-1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSubParse::subtitle-encoding</NAME>
|
||||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>subtitle charset encoding</NICK>
|
||||
<BLURB>Encoding to assume if input subtitles are not in UTF-8 encoding. If not set, the GST_SUBTITLE_ENCODING environment variable will be checked for an encoding to use. If that is not set either, ISO-8859-15 will be assumed.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adds multiple streams</description>
|
||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||
<basename>libgstadder.so</basename>
|
||||
<version>0.10.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
@ -30,27 +30,6 @@
|
|||
<description>The Libvisual corona plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_gdkpixbuf</name>
|
||||
<longname>libvisual GdkPixbuf image loader plugin v.0.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7</version>
|
||||
<version>0.10.8</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.7.2"
|
||||
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.8"
|
||||
|
||||
/* 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.7.2"
|
||||
#undef PACKAGE_VERSION "0.10.8"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#undef PLUGINDIR
|
||||
|
@ -241,7 +241,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.7.2"
|
||||
#define VERSION "0.10.8"
|
||||
|
||||
/* 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