Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seungha Yang
gst-plugins-base
Commits
b64a8c48
Commit
b64a8c48
authored
Jun 09, 2006
by
Thomas Vander Stichele
Browse files
releasing 0.10.8
Original commit message from CVS: releasing 0.10.8
parent
5fe3262e
Changes
32
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b64a8c48
=== 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>
...
...
NEWS
View file @
b64a8c48
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
...
...
RELEASE
View file @
b64a8c48
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
\ No newline at end of file
configure.ac
View file @
b64a8c48
...
...
@@ -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)
...
...
docs/plugins/gst-plugins-base-plugins.args
View file @
b64a8c48
...
...
@@ -173,8 +173,8 @@
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>
m
ute</NICK>
<BLURB>mute.</BLURB>
<NICK>
M
ute</NICK>
<BLURB>mute
channel
.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
...
...
@@ -183,8 +183,8 @@
<TYPE>gdouble</TYPE>
<RANGE>[0,10]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>
v
olume</NICK>
<BLURB>volume.</BLURB>
<NICK>
V
olume</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>
docs/plugins/inspect/plugin-adder.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-alsa.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-audioconvert.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-audiorate.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-audioresample.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-audiotestsrc.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-cdparanoia.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-decodebin.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-ffmpegcolorspace.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-gnomevfs.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-libvisual.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-ogg.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-pango.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-playbin.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-subparse.xml
View file @
b64a8c48
...
...
@@ -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>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment