Skip to content

Commit

Permalink
Release 1.1.90
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Sep 19, 2013
1 parent 6305303 commit b305c85
Show file tree
Hide file tree
Showing 74 changed files with 885 additions and 105 deletions.
700 changes: 698 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,2 +1,2 @@
This is GStreamer Good Plugins 1.1.4
This is GStreamer Good Plugins 1.1.90

51 changes: 27 additions & 24 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Release notes for GStreamer Good Plugins 1.1.4
Release notes for GStreamer Good Plugins 1.1.90


The GStreamer team is proud to announce a new bug-fix release
Expand Down Expand Up @@ -57,20 +57,24 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 646963 : rtpmanager: Only update last_rtcp_send_time when actually sending a report
* 687657 : rtpsession: Demux RTCP buffers from the RTP stream
* 695090 : rganalysis: fix tests
* 702004 : qtdemux: add support for the avc3 sample entry format of the AVC file format
* 704950 : videomixer: add colorspace conversion
* 705371 : souphttpsrc: Does network operations from the state change thread
* 590768 : GstPulseSrc should allow swapping the device used by the stream
* 637754 : multipartdemux: time stamp output buffer based on first input buffer not last
* 694445 : pulsesink: add support for AAC pass-through
* 700264 : qtdemux: ignores first editlist
* 702988 : gdkpixbufoverlay: crashes if any property changes during playback when location property is not set
* 705108 : rtpgstpay: Add a config-interval property
* 705442 : matroskademux: prints warnings on seek
* 705449 : avidemux: sends stream_start event without group_id
* 705553 : rtph264pay: Entries of SPS and PPS duplicated
* 705760 : rtspsrc produces GLib error
* 705959 : souphttpsrc deprecated symbols
* 706076 : qtdemux: failed assertion for fragmented mp4 (DASH) streams
* 706642 : avimux: unmap the correct buffer
* 706955 : autoaudiosink/autovideosink: Introduce " sync " property
* 707042 : udpsrc binds to INADDR_ANY instead of multicast group address
* 707303 : flacenc: 'Got data flow before stream-start event' warnings
* 707340 : qtmux: should NOT use PTS if DTS is missing
* 707411 : qtmux: what is purpose of MAX_TOLERATED_LATENESS?
* 707530 : qtdemux: Handle segments correctly in push mode seeks
* 707688 : matroskademux: leaking buffer and caps when parsing attachments
* 707734 : rtp: add payloader and depayloader for 24bit raw audio
* 707758 : v4l2: Incorrect UV plane stride value for NV12/NV21 formats
* 707886 : videomixer: build fails due to unrenamed files if orc is not installed
* 707933 : matroskademux: Wrong UTF8 detection causes wrong detection of subtitle encoding
* 708131 : videomixer: undefined reference to `videomixer_video_convert_orc_convert_I420_BGRA'

==== Download ====

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

Contributors to this release

* Akihiro Tsukada
* Andoni Morales Alastruey
* Chris Bass
* David Schleef
* Edward Hervey
* Kishore Arepalli
* Lubosz Sarnecki
* Alex Ashley
* Andreea Fulger
* Bernhard Miller
* Christoph Reiter
* David Holroyd
* Jan Schmidt
* Matej Knopp
* Mathieu Duponchelle
* Michael Olbrich
* Olivier Crête
* Rico Tzschichholz
* Sebastian Dröge
* Sjoerd Simons
* Seán de Búrca
* Thiago Santos
* Thibault Saunier
* Tim-Philipp Müller
* Wim Taymans
* Youness Alaoui

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.1.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.1.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, 104, 0, 104)
AS_LIBTOOL(GST, 190, 0, 190)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.4.1
GSTPB_REQ=1.1.4.1
GST_REQ=1.1.90
GSTPB_REQ=1.1.90

dnl *** autotools stuff ****

Expand Down
32 changes: 31 additions & 1 deletion docs/plugins/gst-plugins-good-plugins.args
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Multicast Group</NICK>
<BLURB>The Address of multicast group to join.</BLURB>
<BLURB>The Address of multicast group to join. DEPRECATED: Use address property instead.</BLURB>
<DEFAULT>"0.0.0.0"</DEFAULT>
</ARG>

Expand Down Expand Up @@ -638,6 +638,16 @@
<DEFAULT>"0.0.0.0"</DEFAULT>
</ARG>

<ARG>
<NAME>GstUDPSrc::address</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Address</NICK>
<BLURB>Address to receive packets for. This is equivalent to the multicast-group property for now.</BLURB>
<DEFAULT>"0.0.0.0"</DEFAULT>
</ARG>

<ARG>
<NAME>GstSMPTE::border</NAME>
<TYPE>gint</TYPE>
Expand Down Expand Up @@ -3878,6 +3888,16 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstAutoAudioSink::sync</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Sync</NICK>
<BLURB>Sync on the clock.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>

<ARG>
<NAME>GstAutoVideoSink::filter-caps</NAME>
<TYPE>GstCaps*</TYPE>
Expand All @@ -3898,6 +3918,16 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstAutoVideoSink::sync</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Sync</NICK>
<BLURB>Sync on the clock.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>

<ARG>
<NAME>GstOsxAudioSink::device</NAME>
<TYPE>gint</TYPE>
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/gst-plugins-good-plugins.hierarchy
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ GObject
GstRtpJ2KDepay
GstRtpJPEGDepay
GstRtpL16Depay
GstRtpL24Depay
GstRtpMP1SDepay
GstRtpMP2TDepay
GstRtpMP4ADepay
Expand Down Expand Up @@ -223,6 +224,7 @@ GObject
GstRtpG722Pay
GstRtpG726Pay
GstRtpL16Pay
GstRtpL24Pay
GstRtpPcmaPay
GstRtpPcmuPay
GstRTPDVPay
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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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.1.4</version>
<version>1.1.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-flxdec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>FLC/FLI/FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename>
<version>1.1.4</version>
<version>1.1.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-gdkpixbuf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>GdkPixbuf-based image decoder, overlay and sink</description>
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
<basename>libgstgdkpixbuf.so</basename>
<version>1.1.4</version>
<version>1.1.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 b305c85

Please sign in to comment.