Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Feb 19, 2016
1 parent 163a67a commit 97e108b
Show file tree
Hide file tree
Showing 40 changed files with 998 additions and 129 deletions.
883 changes: 881 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NEWS
@@ -1,2 +1,2 @@
This is GStreamer 1.7.1
This is GStreamer 1.7.2

106 changes: 34 additions & 72 deletions RELEASE
@@ -1,8 +1,7 @@

Release notes for GStreamer Base Plugins 1.7.1
Release notes for GStreamer Base Plugins 1.7.2


The GStreamer team is pleased to announce the first release of the unstable
The GStreamer team is pleased to announce the second release of the unstable
1.7 release series. The 1.7 release series is adding new features on top of
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.7 release series
Expand All @@ -14,7 +13,6 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series.



This module contains a set of reference plugins, base classes for other
plugins, and helper libraries. It also includes essential elements such
as audio and video format converters, and higher-level components like playbin,
Expand Down Expand Up @@ -61,55 +59,42 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 681447 : video overlay composition: fix video blending over transparent frame
* 705579 : Playbin prevents plugins requesting a GstContext to work properly
* 726117 : typefinding: issue in MPEG-TS detection logic for streams with Null Pids
* 726472 : rtpbasepayload: Implement video SDP attributes
* 727970 : videorate: remove dead code
* 730926 : tags: add GST_TAG_PRIVATE_DATA and expose ID3 private frame ( " PRIV " ) data
* 731791 : videometa: add GstVideoAffineTransformationMeta
* 738687 : midi: add alsamidisrc, an ALSA MIDI sequencer source
* 749596 : rtsp-over-http authentication failure
* 751470 : encodebin: Fix special case.
* 752651 : decodebin: segfault on setting to NULL
* 753852 : gstreamer: base: Fix memory leaks when context parse fails.
* 754054 : videorate: remove unnecessary break statement
* 754196 : audiodecoder-test: port to using GstHarness
* 754223 : audioencoder-tests: port to use GstHarness
* 754450 : audiotestsrc: remove frequency and channel number limit
* 755260 : decodebin: Fix a race condition accessing the decode_chain field.
* 755301 : audioconvert: Integer- > Float conversion creates values slightly smaller than -1.0
* 755440 : gst-play: Add keyboard shortcut '0' to seek to beginning
* 755482 : videotestsrc: Force alpha downstream if foreground color contains alpha
* 756804 : playsink: text_sink dynamic reconnection is not working
* 757008 : tests: typefindfunctions: Fix error leak
* 757068 : audio{filter,convert,resample}: Clip input buffers to the segment before handling them
* 757351 : audioconvert: Latest audioconvert outputs noise
* 757480 : Use GST_STIME_FORMAT and GST_STIME_ARGS with GstClockTimeDiff
* 757926 : pbutils:encoding-target: Fix string memory leak
* 757927 : tests:video: Fix overlay rectangle and buffer leak
* 757928 : audio-quantize: Fix dither_buffer memory leak
* 758235 : rtspconnection: add support for parsing custom headers
* 758744 : allocators: Add logging category for GstFdMemory
* 758911 : audiobasesink/src: send latency message on setcaps
* 758922 : rtspconnection should optionally make HTTP requests with abs_path instead of absoluteURI
* 759126 : appsrc: issues with duration query handling
* 759329 : convertframe: Support video crop when convert frame
* 759356 : encodebin: Implement an encoding profile serialization format
* 742875 : [API] new audiovisualizer base class
* 758754 : oggdemux: failing to play an Opus sample file
* 745880 : sdp: SDP < - > GstCaps helper functions
* 751901 : gst-play: verbose & playbin flags options support
* 755918 : decodebin: Refactor code to remove assertion errors
* 756187 : appsink: Always blocks on EOS until buffers are consumed since 1.6, should be configurable
* 758212 : playbin adds the template caps on autoplug-query
* 759729 : audiofxbad: Name collision with new GstAudioChannelMix API from libgstaudio
* 759855 : build: pbutils needs to link to libgstbase for bytewriter and adapter
* 759890 : audioconvert: creates choppy audio
* 760134 : audioconvert test: doesn't build with clang
* 760204 : videotestsrc: add missing break in set_property switch case
* 760234 : playbin: Assumes recursive accept-caps query, breaks totem
* 760408 : #750013 (streamsynchronizer patches) broke some use cases in GES
* 760477 : playbin: caps intersection autoplugs too early and stream stops
* 760769 : tests:audioconvert: Build error when running make check
* 760938 : audioconvert: crash when executing orc unpack function
* 760949 : decodebin: Correctly expose pads from elements that have directly exposable pads
* 761132 : video-format: fix GstVideoFormatInfo documentation warnings
* 761218 : audio/videodecoder: Use gst_pad_peer_query_caps() instead of using gst_pad_get_allowed_caps() to make negotiated output caps before forwarding GAP event
* 761251 : textoverlay: Expose text rendering dimensions to applications and remove absolute positioning limit
* 761949 : gst-libs/gst/Makefile.am: build audio before rtp
* 761951 : videoencoder: Fix leak when pre_push does not return OK
* 762085 : gst-base 1.7 update created background buzzing noise with audioconvert
* 762239 : matroskademux: Assertions about unmappable memory when demuxing wavpack streams
* 693263 : typefinding: MPEG-2 video ES detected as H.263

==== Download ====

You can find source releases of gst-plugins-base in the download
directory: http://gstreamer.freedesktop.org/src/gst-plugins-base/
directory: https://gstreamer.freedesktop.org/src/gst-plugins-base/

The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/

==== Homepage ====

The project's website is http://gstreamer.freedesktop.org/
The project's website is https://gstreamer.freedesktop.org/

==== Support and Bugs ====

Expand All @@ -134,50 +119,27 @@ subscribe to the gstreamer-devel list.

Contributors to this release

* Andreas Frisch
* Antonio Ospite
* Arnaud Vrac
* Csaba Toth
* Arun Raghavan
* Aurélien Zanelli
* Edward Hervey
* Eunhae Choi
* Evan Callaway
* Guillaume Desmottes
* Havard Graff
* Jan Schmidt
* Joan Pau Beltran
* HoonHee Lee
* Hugues Fruchet
* Hyunjun Ko
* Julien Isorce
* Kazunori Kobayashi
* Koop Mast
* Luis de Bethencourt
* Lubosz Sarnecki
* Mathieu Duponchelle
* Matthew Waters
* Michael Olbrich
* Miguel París Díaz
* Nicolas Dufresne
* Nirbheek Chauhan
* Ognyan Tonchev
* Pankaj Darak
* Pavel Bludov
* Perry Hung
* Philippe Normand
* Rajat Verma
* Ravi Kiran K N
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Sebastian Rasmussen
* Song Bing
* Stefan Sauer
* Stian Selnes
* Thiago Santos
* Thibault Saunier
* Thomas Bluemel
* Tim-Philipp Müller
* Vincent Penquerc'h
* Vineeth T M
* Vineeth TM
* Vivia Nikolaidou
* William Manley
* Wim Taymans
* Xavier Claessens
* eunhae choi

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.7.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.7.2],[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, 701, 0, 701)
AS_LIBTOOL(GST, 702, 0, 702)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.7.1.1
GST_REQ=1.7.2

dnl *** autotools stuff ****

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

<ARG>
<NAME>GstAppSink::wait-on-eos</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Wait on EOS</NICK>
<BLURB>Wait for all buffers to be processed after receiving an EOS.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>

<ARG>
<NAME>GstVolume::mute</NAME>
<TYPE>gboolean</TYPE>
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gst-plugins-base-plugins.hierarchy
Expand Up @@ -126,6 +126,7 @@ GObject
PangoFcFontMap
PangoCairoFcFontMap
GInterface
GDatagramBased
GFile
GInitable
GTypePlugin
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gst-plugins-base-plugins.interfaces
@@ -1,4 +1,5 @@
GSocket GInitable
GSocket GInitable GDatagramBased
GTypeModule GTypePlugin
GstAdder GstChildProxy
GstAppSink GstURIHandler
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gst-plugins-base-plugins.prerequisites
@@ -1,3 +1,4 @@
GDatagramBased GObject
GFile GObject
GInitable GObject
GstChildProxy GObject
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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</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.7.1</version>
<version>1.7.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down

0 comments on commit 97e108b

Please sign in to comment.