Skip to content

Commit

Permalink
Release 0.11.92
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dröge committed Jun 7, 2012
1 parent f0d51ad commit 6ed2f45
Show file tree
Hide file tree
Showing 40 changed files with 1,244 additions and 186 deletions.
1,015 changes: 1,013 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion NEWS
@@ -1,4 +1,11 @@
This is GStreamer Base Plug-ins 0.11.91 "Fee-fi-fo-fum"
This is GStreamer Base Plug-ins 0.11.92 "Comfortably Numb"

New in 0.11.92:

* Parallel installability with 0.10.x series
* API cleanup and minor API improvements
* Major cleanup of video/audio libraries
* Lots of bugfixes, cleanup and other improvements

New in 0.11.91:

Expand Down
31 changes: 16 additions & 15 deletions RELEASE
@@ -1,5 +1,5 @@

Release notes for GStreamer Base Plug-ins 0.11.91 "Fee-fi-fo-fum"
Release notes for GStreamer Base Plug-ins 0.11.92 "Comfortably Numb"



Expand All @@ -8,6 +8,7 @@ in the 0.11.x unstable series of the
GStreamer Base Plug-ins.



The 0.11.x series is an unstable series targeted at developers.
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series.
Expand Down Expand Up @@ -56,11 +57,9 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release

* Parallel installability with 0.10.x series
* Threadsafe design and API
* Compressed audio passthrough support in alsasink
* Removal of interfaces library, mixer and tuner interface
* Addition of video encoder and decoder base classes
* Improvements/cleanup for the video library API
* API cleanup and minor API improvements
* Major cleanup of video/audio libraries
* Lots of bugfixes, cleanup and other improvements
There were no bugs fixed in this release


Expand Down Expand Up @@ -91,22 +90,24 @@ Applications

Contributors to this release

* Akihiro Tsukada
* Alessandro Decina
* Alban Browaeys
* Andoni Morales Alastruey
* Andre Moreira Magalhaes (andrunko)
* Anton Belka
* Arun Raghavan
* Bastien Nocera
* David Svensson Fors
* Edward Hervey
* Julian Scheel
* Idar Tollefsen
* Mark Nauwelaerts
* Matej Knopp
* Nicolas Dufresne
* Reynaldo H. Verdejo Pinochet
* Raimo Järvi
* Sebastian Dröge
* Sebastian Rasmussen
* Sreerenj Balachandran
* Stefan Sauer
* Thibault Saunier
* Thiago Santos
* Tim-Philipp Müller
* Vivia Nikolaidou
* Víctor Manuel Jáquez Leal
* Vincent Penquerc'h
* Wim Taymans
* Руслан Ижбулатов

2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.11.91.1,
AC_INIT(GStreamer Base Plug-ins, 0.11.92,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)

Expand Down
58 changes: 44 additions & 14 deletions docs/plugins/gst-plugins-base-plugins.args
Expand Up @@ -1058,6 +1058,16 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecodeBin::connection-speed</NAME>
<TYPE>guint64</TYPE>
<RANGE><= 18446744073709551</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Connection Speed</NICK>
<BLURB>Network connection speed in kbps (0 = unknown).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstPlayBin::audio-sink</NAME>
<TYPE>GstElement*</TYPE>
Expand Down Expand Up @@ -1294,7 +1304,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Text plugin</NICK>
<BLURB>the text output element to use (NULL = default textoverlay).</BLURB>
<BLURB>the text output element to use (NULL = default subtitleoverlay).</BLURB>
<DEFAULT></DEFAULT>
</ARG>

Expand All @@ -1308,6 +1318,26 @@
<DEFAULT>NULL</DEFAULT>
</ARG>

<ARG>
<NAME>GstPlayBin::current-suburi</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Current .sub-URI</NICK>
<BLURB>The currently playing URI of a subtitle.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>

<ARG>
<NAME>GstPlayBin::current-uri</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Current URI</NICK>
<BLURB>The currently playing URI.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>

<ARG>
<NAME>GstAudiorate::add</NAME>
<TYPE>guint64</TYPE>
Expand Down Expand Up @@ -1551,10 +1581,10 @@
<ARG>
<NAME>GstTheoraEnc::speed-level</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,2]</RANGE>
<FLAGS>rwx</FLAGS>
<RANGE>[0,3]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Speed level</NICK>
<BLURB>Controls the amount of analysis performed when encoding. Higher values trade compression quality for speed. This property requires libtheora version >= 1.0, and the maximum value may vary based on encoder version.</BLURB>
<BLURB>Controls the amount of motion vector searching done while encoding. This property requires libtheora version >= 1.0.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>

Expand All @@ -1563,8 +1593,8 @@
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Cap Overflow</NICK>
<BLURB>Enable capping of bit reservoir overflows.</BLURB>
<NICK>VP3 Compatible</NICK>
<BLURB>Enable capping of bit reservoir overflows. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>

Expand All @@ -1573,8 +1603,8 @@
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Cap Underflow</NICK>
<BLURB>Enable capping of bit reservoir underflows.</BLURB>
<NICK>VP3 Compatible</NICK>
<BLURB>Enable capping of bit reservoir underflows. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

Expand All @@ -1583,8 +1613,8 @@
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Drop Frames</NICK>
<BLURB>Allow or disallow frame dropping.</BLURB>
<NICK>VP3 Compatible</NICK>
<BLURB>Allow or disallow frame dropping. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>

Expand All @@ -1594,7 +1624,7 @@
<RANGE>[0,1000]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Rate Control Buffer</NICK>
<BLURB>Sets the size of the rate control buffer, in units of frames. The default value of 0 instructs the encoder to automatically select an appropriate value.</BLURB>
<BLURB>Sets the size of the rate control buffer, in units of frames. The default value of 0 instructs the encoder to automatically select an appropriate value. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

Expand All @@ -1604,7 +1634,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>VP3 Compatible</NICK>
<BLURB>Disables non-VP3 compatible features.</BLURB>
<BLURB>Disables non-VP3 compatible features. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

Expand Down Expand Up @@ -2584,7 +2614,7 @@
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Read speed</NICK>
<BLURB>Read from device at specified speed.</BLURB>
<BLURB>Read from device at specified speed (-1 and 0 = full speed).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>

Expand Down Expand Up @@ -3804,7 +3834,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Text sink</NICK>
<BLURB>the text output element to use (NULL = default textoverlay).</BLURB>
<BLURB>the text output element to use (NULL = default subtitleoverlay).</BLURB>
<DEFAULT></DEFAULT>
</ARG>

Expand Down
9 changes: 4 additions & 5 deletions docs/plugins/gst-plugins-base-plugins.hierarchy
Expand Up @@ -12,7 +12,6 @@ GObject
GstControlSource
GstElement
GstAdder
GstAlsaMixerElement
GstAudioDecoder
GstVorbisDec
GstAudioEncoder
Expand Down Expand Up @@ -83,9 +82,11 @@ GObject
GstSsaParse
GstSubParse
GstTextRender
GstTheoraDec
GstTheoraEnc
GstTheoraParse
GstVideoDecoder
GstTheoraDec
GstVideoEncoder
GstTheoraEnc
GstVisual
GstVisualbumpscope
GstVisualcorona
Expand All @@ -111,7 +112,6 @@ GObject
GSocket
GstColorBalanceChannel
GstEncodingProfile
GstMixerTrack
PangoContext
PangoFontMap
PangoFcFontMap
Expand All @@ -122,7 +122,6 @@ GInterface
GTypePlugin
GstChildProxy
GstColorBalance
GstMixer
GstNavigation
GstPreset
GstStreamVolume
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/gst-plugins-base-plugins.interfaces
Expand Up @@ -33,8 +33,10 @@ GstTheoraEnc GstPreset
GstURIDecodeBin GstChildProxy
GstV4lElement GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
GstV4lSrc GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
GstVideoEncoder GstPreset
GstVolume GstImplementsInterface GstMixer GstStreamVolume
GstVolume GstMixer GstStreamVolume
GstVolume GstStreamVolume
GstVorbisEnc GstPreset GstTagSetter
GstVorbisEnc GstTagSetter GstPreset
GstVorbisTag GstTagSetter
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-adder.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
13 changes: 2 additions & 11 deletions docs/plugins/inspect/plugin-alsa.xml
Expand Up @@ -3,21 +3,12 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>alsamixer</name>
<longname>Alsa mixer</longname>
<class>Generic/Audio</class>
<description>Control sound input and output levels with ALSA</description>
<author>Leif Johnson &lt;leif@ambient.2y.net&gt;</author>
<pads>
</pads>
</element>
<element>
<name>alsasink</name>
<longname>Audio sink (ALSA)</longname>
Expand All @@ -29,7 +20,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-raw, format=(string){ S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-iec958</details>
<details>audio/x-raw, format=(string){ S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-ac3, framed=(boolean)true; audio/x-eac3, framed=(boolean)true; audio/x-dts, framed=(boolean)true, block-size=(int){ 512, 1024, 2048 }; audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)[ 1, 2 ], parsed=(boolean)true</details>
</caps>
</pads>
</element>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-app.xml
Expand Up @@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioconvert.xml
Expand Up @@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiorate.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioresample.xml
Expand Up @@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiotestsrc.xml
Expand Up @@ -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.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-cdparanoia.xml
Expand Up @@ -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.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-encoding.xml
Expand Up @@ -3,7 +3,7 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-gdp.xml
Expand Up @@ -3,7 +3,7 @@
<description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-gio.xml
Expand Up @@ -3,7 +3,7 @@
<description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
<version>0.11.90</version>
<version>0.11.92</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down

0 comments on commit 6ed2f45

Please sign in to comment.