Skip to content

Commit

Permalink
Release 1.7.90
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Mar 1, 2016
1 parent 4e076fa commit 48f584e
Show file tree
Hide file tree
Showing 35 changed files with 1,973 additions and 90 deletions.
1,907 changes: 1,905 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.2
This is GStreamer 1.7.90

66 changes: 16 additions & 50 deletions RELEASE
@@ -1,16 +1,14 @@

Release notes for GStreamer Base Plugins 1.7.2
Release notes for GStreamer Base Plugins 1.7.90

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 GStreamer team is pleased to announce the first release candidate of the stable
1.8 release series. The 1.8 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
will lead to the stable 1.8 release series in the next weeks. Any newly added
API can still change until that point.
series of the GStreamer multimedia framework.


Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series.
during the stable 1.8 release series.


This module contains a set of reference plugins, base classes for other
Expand Down Expand Up @@ -59,30 +57,11 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 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
* 761257 : multisocketsink: doesn't handle client close and EWOULDBLOCK
* 761588 : opusdec: no mono/stereo channel conversion
* 761851 : video: add orc UYVY422 to GRAY8 conversion function
* 762451 : id3v2frames: read conductor tag
* 762674 : Compilation error building html in gst-plugins-base-1.7.2

==== Download ====

Expand Down Expand Up @@ -119,27 +98,14 @@ subscribe to the gstreamer-devel list.

Contributors to this release

* Arun Raghavan
* Aurélien Zanelli
* Adam Miartus
* Edward Hervey
* Evan Callaway
* Havard Graff
* HoonHee Lee
* Hugues Fruchet
* Hyunjun Ko
* Julien Isorce
* Koop Mast
* Lubosz Sarnecki
* Mathieu Duponchelle
* Nirbheek Chauhan
* Reynaldo H. Verdejo Pinochet
* Göran Jönsson
* Lim Siew Hoon
* Luis de Bethencourt
* Sebastian Dröge
* Stefan Sauer
* Stian Selnes
* Thiago Santos
* Thibault Saunier
* Tim-Philipp Müller
* Vineeth T M
* Vineeth TM
* Tom Deseyn
* Vincent Penquerc'h
* Wim Taymans

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

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.7.2.1
GST_REQ=1.7.90

dnl *** autotools stuff ****

Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gst-plugins-base-plugins.hierarchy
Expand Up @@ -128,6 +128,7 @@ GObject
PangoFcFontMap
PangoCairoFcFontMap
GInterface
GDatagramBased
GFile
GInitable
GTypePlugin
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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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.2</version>
<version>1.7.90</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-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.7.2</version>
<version>1.7.90</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-opus.xml
Expand Up @@ -3,10 +3,10 @@
<description>OPUS plugin library</description>
<filename>../../ext/opus/.libs/libgstopus.so</filename>
<basename>libgstopus.so</basename>
<version>1.7.2.1</version>
<version>1.7.90</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-pango.xml
Expand Up @@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-playback.xml
Expand Up @@ -3,7 +3,7 @@
<description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
<basename>libgstplayback.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-subparse.xml
Expand Up @@ -3,7 +3,7 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-tcp.xml
Expand Up @@ -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>1.7.2</version>
<version>1.7.90</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-theora.xml
Expand Up @@ -3,7 +3,7 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-typefindfunctions.xml
Expand Up @@ -3,7 +3,7 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-videoconvert.xml
Expand Up @@ -3,7 +3,7 @@
<description>Colorspace conversion</description>
<filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
<basename>libgstvideoconvert.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-videorate.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-videoscale.xml
Expand Up @@ -3,7 +3,7 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-videotestsrc.xml
Expand Up @@ -3,7 +3,7 @@
<description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-volume.xml
Expand Up @@ -3,7 +3,7 @@
<description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-vorbis.xml
Expand Up @@ -3,7 +3,7 @@
<description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename>
<version>1.7.2</version>
<version>1.7.90</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-ximagesink.xml
Expand Up @@ -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>1.7.2</version>
<version>1.7.90</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-xvimagesink.xml
Expand Up @@ -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>1.7.2</version>
<version>1.7.90</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
10 changes: 10 additions & 0 deletions gst-plugins-base.doap
Expand Up @@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>

<release>
<Version>
<revision>1.7.90</revision>
<branch>master</branch>
<name></name>
<created>2016-03-01</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.7.90.tar.xz" />
</Version>
</release>

<release>
<Version>
<revision>1.7.2</revision>
Expand Down

0 comments on commit 48f584e

Please sign in to comment.