Skip to content

Commit

Permalink
Release 1.9.90
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Sep 30, 2016
1 parent 4120db0 commit 400f333
Show file tree
Hide file tree
Showing 74 changed files with 671 additions and 119 deletions.
539 changes: 537 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is GStreamer 1.9.2
This is GStreamer 1.9.90
60 changes: 21 additions & 39 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

Release notes for GStreamer Good Plugins 1.9.2
Release notes for GStreamer Good Plugins 1.9.90

The GStreamer team is pleased to announce the second release of the unstable
1.9 release series, which marks the feature freeze for 1.10. The 1.9 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 unstable 1.9 release series will lead to the stable
1.10 release series in the next weeks. Any newly added API can still change
until that point.
The GStreamer team is pleased to announce the first release candidate of the
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.


Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
Expand Down Expand Up @@ -56,21 +53,17 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 753760 : rtph265: sync against latest spec
* 763038 : souphttpsrc: add http error code to element error messages
* 767900 : multipartmux is not clearing dts timestamp.
* 767950 : qtmux: Add support for writing timecode track
* 768440 : flvdemux: Create per-stream tag lists
* 768653 : rtph265pay: does not accept array_completeness=1 in codec_data
* 768739 : tests: fix bus leaks in -good tests
* 768787 : AG_GST_PKG_CONFIG_PATH is not called before using GST_PKG_CONFIG_PATH
* 769117 : Regression building master
* 769390 : wavparse: Add bitrate and container format tags
* 769664 : splitmuxsink: Add option to split at exactly max-size-time
* 770285 : rtpbin: fix typo in max-misorder-time property name
* 770292 : rtpbin: introduce max-streams property
* 770394 : rtph265pay does not set RTP marker bit
* 770526 : osxvideo: fatal error: 'QuickTime/QuickTime.h' file not found (macOS Sierra)
* 751559 : qtmux: Implement the preset interface.
* 766990 : multifilesink: 'buffer'-mode writes no longer atomic (regression)
* 769278 : aacparse: a few fixes and improvements for LOAS parsing
* 769757 : rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a full queue.
* 769768 : rtpjitterbuffer: lots of improvements around RTX
* 770951 : qtdemux: Crash with no cenc auxiliary offset available
* 771272 : jackaudiosink: hangs when jackd changes sample rate and/or buffer size
* 771278 : udpsrc: Compilation error on NetBSD
* 771395 : autodetect: Use gst_bin_set_suppressed_flags() API
* 772143 : qtmux: Don't calculate PTS offset and DTS with GST_CLOCK_TIME_NONE
* 772228 : tagschecking: Unit test fails because it sends untimestamped buffers to qtdemux

==== Download ====

Expand Down Expand Up @@ -107,32 +100,21 @@ subscribe to the gstreamer-devel list.

Contributors to this release

* Carlos Rafael Giani
* Edward Hervey
* Guillaume Desmottes
* Arun Raghavan
* Georg Lippitsch
* Havard Graff
* Jan Alexander Steffens (heftig)
* Jan Schmidt
* Jie Jiang
* Jonas Holmberg
* Josep Torra
* Luis de Bethencourt
* Mats Lindestam
* Mikhail Fludkov
* Mathieu Duponchelle
* Nicolas Dufresne
* Nirbheek Chauhan
* Olivier Crête
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Stefan Sauer
* Stian Selnes
* Thiago Santos
* Thibault Saunier
* Thomas Bluemel
* Thomas Klausner
* Thomas Scheuermann
* Tim-Philipp Müller
* Ting-Wei Lan
* Vincent Penquerc'h
* Vivia Nikolaidou
* Wonchul Lee
* Xabier Rodriguez Calvar

8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
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/pre
AC_INIT([GStreamer Good Plug-ins],[1.9.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.9.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])

AG_GST_INIT

Expand Down Expand Up @@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])

AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 902, 0, 902)
AS_LIBTOOL(GST, 990, 0, 990)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.9.2.1
GSTPB_REQ=1.9.2.1
GST_REQ=1.9.90
GSTPB_REQ=1.9.90

dnl *** autotools stuff ****

Expand Down
24 changes: 22 additions & 2 deletions docs/plugins/gst-plugins-good-plugins.args
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
<FLAGS>rw</FLAGS>
<NICK>User Agent</NICK>
<BLURB>The User-Agent string to send to the server.</BLURB>
<DEFAULT>"GStreamer/1.9.2"</DEFAULT>
<DEFAULT>"GStreamer/1.9.90"</DEFAULT>
</ARG>

<ARG>
Expand Down Expand Up @@ -20654,7 +20654,7 @@
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTX Delay Reorder</NICK>
<BLURB>Sending retransmission event when this much reordering (-1 automatic).</BLURB>
<BLURB>Sending retransmission event when this much reordering (0 disable, -1 automatic).</BLURB>
<DEFAULT>3</DEFAULT>
</ARG>

Expand Down Expand Up @@ -20768,6 +20768,26 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpJitterBuffer::rtx-deadline</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTX Deadline (ms)</NICK>
<BLURB>The deadline for a valid RTX request in milliseconds. (-1 automatic).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpJitterBuffer::rtx-stats-timeout</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTX Statistics Timeout</NICK>
<BLURB>The time to wait for a retransmitted packet after it has been considered lost in order to collect statistics (ms).</BLURB>
<DEFAULT>1000</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpSession::bandwidth</NAME>
<TYPE>gdouble</TYPE>
Expand Down
5 changes: 5 additions & 0 deletions docs/plugins/gst-plugins-good-plugins.interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GSocketAddress GSocketConnectable
GdkPixbuf GIcon
GdkPixbuf GIcon GLoadableIcon
Gst3GPPMux GstTagSetter GstTagXmpWriter
Gst3GPPMux GstTagSetter GstTagXmpWriter GstPreset
GstALawEnc GstPreset
GstApev2Mux GstTagSetter
GstAspectRatioCrop GstChildProxy
Expand Down Expand Up @@ -35,6 +36,7 @@ GstHDV1394Src GstURIHandler GstPropertyProbe
GstHalAudioSink GstChildProxy
GstHalAudioSrc GstChildProxy
GstISMLMux GstTagSetter GstTagXmpWriter
GstISMLMux GstTagSetter GstTagXmpWriter GstPreset
GstId3v2Mux GstTagSetter
GstIirEqualizer GstChildProxy
GstIirEqualizer GstChildProxy GstPreset
Expand All @@ -44,7 +46,9 @@ GstIirEqualizerNBands GstChildProxy
GstIirEqualizerNBands GstChildProxy GstPreset
GstJpegEnc GstPreset
GstMJ2Mux GstTagSetter GstTagXmpWriter
GstMJ2Mux GstTagSetter GstTagXmpWriter GstPreset
GstMP4Mux GstTagSetter GstTagXmpWriter
GstMP4Mux GstTagSetter GstTagXmpWriter GstPreset
GstMatroskaMux GstTagSetter
GstMatroskaMux GstTagSetter GstTocSetter
GstMuLawEnc GstPreset
Expand All @@ -68,6 +72,7 @@ GstPulseSrc GstStreamVolume GstImplementsInterface GstMixer GstPropertyProbe
GstPushFileSrc GstChildProxy GstURIHandler
GstQTMoovRecover GstChildProxy
GstQTMux GstTagSetter GstTagXmpWriter
GstQTMux GstTagSetter GstTagXmpWriter GstPreset
GstRTSPSrc GstChildProxy GstURIHandler
GstRgVolume GstChildProxy
GstRtpBin GstChildProxy
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-1394.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-aasink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alaw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alpha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alphacolor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-apetag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiofx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioparsers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Parsers for various audio formats</description>
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
<basename>libgstaudioparsers.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-auparse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-autodetect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-avi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-cacasink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-cairo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Cairo-based elements</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-cutter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>elements for testing and debugging</description>
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-deinterlace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Deinterlacer</description>
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
<basename>libgstdeinterlace.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-dtmf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>DTMF plugins</description>
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
<basename>libgstdtmf.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-dv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-effectv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-equalizer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>GStreamer audio equalizers</description>
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
<basename>libgstequalizer.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-flac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-flv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>FLV muxing and demuxing plugin</description>
<filename>../../gst/flv/.libs/libgstflv.so</filename>
<basename>libgstflv.so</basename>
<version>1.9.2</version>
<version>1.9.90</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
Loading

0 comments on commit 400f333

Please sign in to comment.