Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jan 12, 2017
1 parent 148146b commit b728e91
Show file tree
Hide file tree
Showing 34 changed files with 1,949 additions and 1,182 deletions.
1,787 changes: 1,785 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

1,115 changes: 1 addition & 1,114 deletions NEWS

Large diffs are not rendered by default.

102 changes: 79 additions & 23 deletions RELEASE
@@ -1,15 +1,20 @@

Release notes for GStreamer Base Plugins 1.10.0
Release notes for GStreamer Base Plugins 1.11.1

The GStreamer team is pleased to announce the first release of the new stable
1.10 release series. The 1.10 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
release series of the GStreamer multimedia framework.
The GStreamer team is pleased to announce the first release of the unstable
1.11 release series. The 1.11 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.11 release series
will lead to the stable 1.12 release series in the next weeks. Any newly added
API can still change until that point.


Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
the source release by the GStreamer project during the stable 1.10 release
series.
Full release notes will be provided at some point during the 1.11 release
cycle, highlighting all the new features, bugfixes, performance optimizations
and other important changes.


Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.


This module contains a set of reference plugins, base classes for other
Expand Down Expand Up @@ -58,16 +63,44 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 768763 : vorbisenc, opusenc reconfiguration broken
* 772500 : opusdec: Fix memory leak in test code
* 772501 : videorate: Fix memory leak in test code
* 772676 : parsebin: Use gst_playback_utils_compare_factories_func
* 772855 : decodebin3: Implement lock for multiqueue slot
* 773103 : videodecoder: Default caps sets format I420
* 773105 : audioencoder: Error-handling for pushing headers
* 773107 : audioencoder: Plug buffer-leak
* 773181 : x264enc refuses to negotiate I420 or baseline profiles!
* 773441 : decodebin3: GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object != NULL' failed
* 678301 : audioringbuffer: introspection fixes and API clean up for bindings
* 699077 : videorate: add " rate " property to modify clip speed
* 744191 : encodebin: Need more buffers in output queue for better performance
* 749567 : tcpclientsrc: add timeout property
* 752052 : appsrc: Initialize min and max vars in get_property() for fix compiler warnings
* 756628 : audioclock: Add run time type check safety
* 758259 : discoverer: Add support to dump dot files
* 759358 : Add GST_CAPS_FEATURE_MEMORY_DMABUF " memory:DMABuf "
* 765796 : rtp depayloaders output bad segment events when input stream is a non time segment
* 767450 : video-format: Add VYUY a packed 4:2:2 format
* 769698 : sdp: add support for rtcp-fb attributes
* 770355 : id3v2: Fix parsing extended header and string lists in UTF-16
* 771376 : video: Add top-field-first / bottom-field-first information to raw video caps if interlaced-mode=interleaved & proxy colorimetry in compressed caps too
* 772445 : urisourcebin: minor enhancements
* 772550 : urisourcebin: Fix minor typo and some FIXME list
* 772832 : parsebin: Rename variables include 'decode' to 'parse'
* 772864 : audioconvert: mask calculation optimization
* 773073 : audioconvert: endian conversion optimization
* 773102 : videotestsrc: Make snow deterministic
* 773165 : videodecoder: add _allocate_output_frame_with_params() to pass custom GstBufferPoolAcquireParams [API]
* 773341 : urisourcebin: Cleanup unused output slot
* 773944 : meson: Generate girs
* 774445 : meson: vorbis: Add -DTREMOR to flags for gstivorbisdec
* 774454 : playbin3: remove dead code
* 774484 : videodecoder, audiodecoder: parse format before checking in src_query_default
* 774588 : video-info: Catch overflows in the video frame size calculation
* 774728 : Subtitle showing as rectangular box in android platform
* 774878 : tag: fix some warnings in mklicensestables
* 774959 : rtpbuffer: fix ensure_buffers
* 775310 : playbin: Fix caps memory leak in usage of gst_static_caps_get() API
* 775369 : Audio distortion since commit 010b954 (regression)
* 775917 : tests: Do not use 'auto-select-streams' property in playbin3 test app
* 776038 : audioringbuffer: do not require 4 byte multiples for encoded audio
* 776188 : encodebin: Fallback to other profile if we fail with one
* 776447 : videotimecode: New GstVideoTimeCodeDiff type, ability to add to a GstVideoTimeCode
* 776458 : urisourcebin: Always configure typefind
* 777009 : urisourcebin: Never push actual EOS event to slot
* 772764 : GstVideoTimeCode lacks GstValue functions

==== Download ====

Expand Down Expand Up @@ -105,18 +138,41 @@ subscribe to the gstreamer-devel list.
Contributors to this release

* Arun Raghavan
* Carlos Rafael Giani
* Changbok Chea
* Edward Hervey
* Graham Leggett
* Havard Graff
* Jimmy Ohn
* Nirbheek Chauhan
* Evan Nemerson
* Garima Gaur
* Guillaume Desmottes
* Jan Alexander Steffens (heftig)
* Jan Schmidt
* Joris Valette
* Julien Isorce
* Marcin Kolny
* Mark Nauwelaerts
* Matthew Waters
* Miguel Paris
* Nicola Murino
* Nicolas Dechesne
* Nicolas Dufresne
* Patricia Muscalu
* Petr Kulhavy
* Reynaldo H. Verdejo Pinochet
* Scott D Phillips
* Sebastian Dröge
* Seungha Yang
* Stefan Sauer
* Song Bing
* Stian Selnes
* Stuart Weaver
* Thibault Saunier
* Thomas Bluemel
* Tim-Philipp Müller
* Tobias Mueller
* Tomasz Zajac
* Ulf Olsson
* Vincent Penquerc'h
* Vineeth TM
* Vivia Nikolaidou
* Wonchul Lee
* hoonhee.lee

6 changes: 3 additions & 3 deletions 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],[1.11.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.11.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])

AG_GST_INIT

Expand Down Expand Up @@ -56,10 +56,10 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 1100, 0, 1100)
AS_LIBTOOL(GST, 1101, 0, 1101)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.0.1
GST_REQ=1.11.1

dnl *** autotools stuff ****

Expand Down
30 changes: 30 additions & 0 deletions docs/plugins/gst-plugins-base-plugins.args
Expand Up @@ -1388,6 +1388,16 @@
<DEFAULT>TRUE</DEFAULT>
</ARG>

<ARG>
<NAME>GstAppSink::buffer-list</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Buffer List</NICK>
<BLURB>Use buffer lists.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstVolume::mute</NAME>
<TYPE>gboolean</TYPE>
Expand Down Expand Up @@ -1688,6 +1698,16 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstVideoRate::rate</NAME>
<TYPE>gdouble</TYPE>
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Rate</NICK>
<BLURB>Factor of speed for frame displaying.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>

<ARG>
<NAME>GstAudioConvert::dithering</NAME>
<TYPE>GstAudioDitherMethod</TYPE>
Expand Down Expand Up @@ -1788,6 +1808,16 @@
<DEFAULT>4953</DEFAULT>
</ARG>

<ARG>
<NAME>GstTCPClientSrc::timeout</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>timeout</NICK>
<BLURB>Value in seconds to timeout a blocking I/O. 0 = No timeout. .</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstTCPClientSink::host</NAME>
<TYPE>gchar*</TYPE>
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gst-plugins-base-plugins.hierarchy
Expand Up @@ -117,6 +117,7 @@ GObject
GstPlugin
GstPluginFeature
GstDeviceProviderFactory
GstDynamicTypeFactory
GstElementFactory
GstTracerFactory
GstTypeFindFactory
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>1.10.0</version>
<version>1.11.1</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-alsa.xml
Expand Up @@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>1.10.0</version>
<version>1.11.1</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-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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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>1.10.0</version>
<version>1.11.1</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-libvisual.xml
Expand Up @@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>1.10.0</version>
<version>1.11.1</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inspect/plugin-ogg.xml
Expand Up @@ -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>1.10.0</version>
<version>1.11.1</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down Expand Up @@ -108,7 +108,7 @@
<element>
<name>ogmaudioparse</name>
<longname>OGM audio stream parser</longname>
<class>Codec/Decoder/Audio</class>
<class>Codec/Parser/Audio</class>
<description>parse an OGM audio header and stream</description>
<author>GStreamer maintainers &lt;gstreamer-devel@lists.freedesktop.org&gt;</author>
<pads>
Expand Down Expand Up @@ -150,7 +150,7 @@
<element>
<name>ogmvideoparse</name>
<longname>OGM video stream parser</longname>
<class>Codec/Decoder/Video</class>
<class>Codec/Parser/Video</class>
<description>parse an OGM video header and stream</description>
<author>GStreamer maintainers &lt;gstreamer-devel@lists.freedesktop.org&gt;</author>
<pads>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-opus.xml
Expand Up @@ -3,7 +3,7 @@
<description>OPUS plugin library</description>
<filename>../../ext/opus/.libs/libgstopus.so</filename>
<basename>libgstopus.so</basename>
<version>1.10.0</version>
<version>1.11.1</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down

0 comments on commit b728e91

Please sign in to comment.