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
Camilo Celis Guzman
gst-plugins-good
Commits
b3b47e2d
Commit
b3b47e2d
authored
Mar 01, 2016
by
Sebastian Dröge
🍵
Browse files
Release 1.7.90
parent
78651d6f
Changes
74
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b3b47e2d
This diff is collapsed.
Click to expand it.
NEWS
View file @
b3b47e2d
This is GStreamer 1.7.
2
This is GStreamer 1.7.
90
RELEASE
View file @
b3b47e2d
Release notes for GStreamer Good Plugins 1.7.
2
Release notes for GStreamer Good Plugins 1.7.
90
The GStreamer team is pleased to announce the
second
release of the
un
stable
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
un
stable 1.
7
release series.
during the stable 1.
8
release series.
"Such ingratitude. After all the times I've saved your life."
...
...
@@ -56,30 +54,23 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 617563 : matroskademux: pelicula.mkv doesn't preroll/play due to audio track without data
* 709839 : matroskademux: file with late audio stream start does not preroll
* 720388 : deinterlace: handle unsupported features caps in passthrough mode
* 735673 : interleave: the example in the documentation does not work
* 741280 : matroskademux: Send GAP events for non sparse streams
* 754773 : rtp: Implement VP9 payloader and depayloader
* 755736 : v4l2transform: configure output pool to use min_buffer
* 757290 : gdkpixbufoverlay crash
* 759293 : rtpbin: add " get-session " property
* 759780 : v4l2: deviceprovider: Add the device and sysfs paths to the GstDevice properties
* 760774 : qtdemux: fix framerate calculation for fragmented format
* 760779 : qtdemux: fix framerate calculation for fragmented format in push mode
* 760781 : qtdemux: handling zero segment-duration edit list
* 760905 : taginject: Unable to add tags with spaces using example pipeline from docs
* 760995 : deinterlace: Do passthrough if downstream only supports interlaced
* 761094 : unintialized variable warnings (gcc 5.1)
* 761144 : matroskamux: use A_AAC instead of A_AAC/MPEGx/y
* 761670 : jpegdec: Possible endless loop if file is corrupt
* 761705 : POTFILES.in is out of date
* 761769 : qtdemux: incorrectly sets caps of CENC encrypted streams
* 762057 : tests: rtpmux: Fix element memory leak
* 762117 : avidemux: Fix string memory leak
* 762185 : matroskademux: Simple implementation of GST_SEEK_FLAG_TRICKMODE_KEY_UNITS
* 762211 : rtpjitterbuffer: Don't drop packets after big gap
* 756897 : qtdemux: cenc aux_info_type endianness issue
* 761489 : matroskademux: fails to parse opus ('audio/x-unknown, codec-id=(string)A_OPUS')
* 761637 : qtmux: handle file with wrong color_table_id values
* 762208 : rtpmanager: Don't warn for duplicate/reordered packets
* 762209 : flvdemux: leaking eos event fix
* 762210 : flvmux: plug leak(s) in error-scenario
* 762214 : jitterbuffer: Fix leaks in test
* 762254 : rtpjitterbuffer: test cleanups/improvements
* 762267 : rtpjitterbuffer: port testharness to GstHarness and cleanup/improve
* 762349 : matroskamux: generated files sometimes don't open on android
* 762420 : avidemux: Fix buffer memory leak
* 762434 : multifilesink: close file on write error with next-file mode is set to buffer
* 762516 : qtdemux: cenc auxiliary info parsing crashes
* 762542 : matroskademux: CRITICAL when seeking on matroska files without buffers
* 762765 : goom: crashes on window resize
* 762793 : rgvolume: modifies upstream tags in place without making them writable first
* 762809 : alpha: Sample pipeline does not demonstrate functionality
==== Download ====
...
...
@@ -116,34 +107,18 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Aleix Conchillo Flaqué
* Alex Ashley
* Antonio Ospite
* George Kiagiadakis
* Hyunjun Ko
* Jan Schmidt
* Aurélien Zanelli
* Dave Craig
* Havard Graff
* Linus Svensson
* Luis de Bethencourt
* Mark Nauwelaerts
* Matej Knopp
* Miguel París Díaz
* Nicolas Dufresne
* Nirbheek Chauhan
* Ognyan Tonchev
* Pablo Anton
* Petr Viktorin
* Philippe Normand
* Piotr Drąg
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Seungha Yang
* Stefan Sauer
* Steven Hoving
* Stian Selnes
* Thiago Santos
* Thibault Saunier
* Thijs Vermeir
* Tim Sheridan
* Tim-Philipp Müller
* Vincent Penquerc'h
* Vineeth TM
* Vivia Nikolaidou
* Víctor Manuel Jáquez Leal
* Wim Taymans
\ No newline at end of file
configure.ac
View file @
b3b47e2d
...
...
@@ -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/pre
AC_INIT([GStreamer Good Plug-ins],[1.7.
2.1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.7.
90
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AG_GST_INIT
...
...
@@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 70
2
, 0, 70
2
)
AS_LIBTOOL(GST, 7
9
0, 0, 7
9
0)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.7.
2.1
GSTPB_REQ=1.7.
2.1
GST_REQ=1.7.
90
GSTPB_REQ=1.7.
90
dnl *** autotools stuff ****
...
...
docs/plugins/gst-plugins-good-plugins.args
View file @
b3b47e2d
...
...
@@ -1005,7 +1005,7 @@
<FLAGS>rw</FLAGS>
<NICK>User Agent</NICK>
<BLURB>The User-Agent string to send to the server.</BLURB>
<DEFAULT>"GStreamer/1.7.
2
"</DEFAULT>
<DEFAULT>"GStreamer/1.7.
90
"</DEFAULT>
</ARG>
<ARG>
...
...
docs/plugins/gst-plugins-good-plugins.hierarchy
View file @
b3b47e2d
...
...
@@ -33,7 +33,7 @@ GObject
GstMuLawEnc
GstSpeexEnc
GstWavpackEnc
GstAudioVisualizer
-BaseExtLibvisual
GstAudioVisualizer
GstGoom
GstGoom2k1
GstAviDemux
...
...
@@ -177,7 +177,6 @@ GObject
GstMatroskaMux
GstWebMMux
GstMatroskaParse
GstMonoscope
GstMultipartDemux
GstMultipartMux
GstQTDemux
...
...
@@ -330,6 +329,7 @@ GObject
RTPSession
SoupSession
GInterface
GDatagramBased
GIcon
GInitable
GLoadableIcon
...
...
docs/plugins/inspect/plugin-1394.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Source for video data via IEEE1394 interface
</description>
<filename>
../../ext/raw1394/.libs/libgst1394.so
</filename>
<basename>
libgst1394.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-aasink.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
ASCII Art video sink
</description>
<filename>
../../ext/aalib/.libs/libgstaasink.so
</filename>
<basename>
libgstaasink.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-alaw.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
ALaw audio conversion routines
</description>
<filename>
../../gst/law/.libs/libgstalaw.so
</filename>
<basename>
libgstalaw.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-alpha.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
adds an alpha channel to video - constant or via chroma-keying
</description>
<filename>
../../gst/alpha/.libs/libgstalpha.so
</filename>
<basename>
libgstalpha.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-alphacolor.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
RGBA from/to AYUV colorspace conversion preserving the alpha channel
</description>
<filename>
../../gst/alpha/.libs/libgstalphacolor.so
</filename>
<basename>
libgstalphacolor.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-apetag.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
APEv1/2 tag reader
</description>
<filename>
../../gst/apetag/.libs/libgstapetag.so
</filename>
<basename>
libgstapetag.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audiofx.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Audio effects plugin
</description>
<filename>
../../gst/audiofx/.libs/libgstaudiofx.so
</filename>
<basename>
libgstaudiofx.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audioparsers.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Parsers for various audio formats
</description>
<filename>
../../gst/audioparsers/.libs/libgstaudioparsers.so
</filename>
<basename>
libgstaudioparsers.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-auparse.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
parses au streams
</description>
<filename>
../../gst/auparse/.libs/libgstauparse.so
</filename>
<basename>
libgstauparse.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-autodetect.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Plugin contains auto-detection plugins for video/audio in- and outputs
</description>
<filename>
../../gst/autodetect/.libs/libgstautodetect.so
</filename>
<basename>
libgstautodetect.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-avi.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
AVI stream handling
</description>
<filename>
../../gst/avi/.libs/libgstavi.so
</filename>
<basename>
libgstavi.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-cacasink.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Colored ASCII Art video sink
</description>
<filename>
../../ext/libcaca/.libs/libgstcacasink.so
</filename>
<basename>
libgstcacasink.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-cairo.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Cairo-based elements
</description>
<filename>
../../ext/cairo/.libs/libgstcairo.so
</filename>
<basename>
libgstcairo.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-cutter.xml
View file @
b3b47e2d
...
...
@@ -3,7 +3,7 @@
<description>
Audio Cutter to split audio into non-silent bits
</description>
<filename>
../../gst/cutter/.libs/libgstcutter.so
</filename>
<basename>
libgstcutter.so
</basename>
<version>
1.7.
2
</version>
<version>
1.7.
90
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
Prev
1
2
3
4
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