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
b305c85d
Commit
b305c85d
authored
Sep 19, 2013
by
Sebastian Dröge
🍵
Browse files
Release 1.1.90
parent
63053032
Changes
74
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b305c85d
This diff is collapsed.
Click to expand it.
NEWS
View file @
b305c85d
This is GStreamer Good Plugins 1.1.
4
This is GStreamer Good Plugins 1.1.
90
RELEASE
View file @
b305c85d
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
...
...
@@ -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 ====
...
...
@@ -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
\ No newline at end of file
configure.ac
View file @
b305c85d
...
...
@@ -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
...
...
@@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 10
4
, 0, 10
4
)
AS_LIBTOOL(GST, 1
9
0, 0, 1
9
0)
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 ****
...
...
docs/plugins/gst-plugins-good-plugins.args
View file @
b305c85d
...
...
@@ -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>
...
...
@@ -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>
...
...
@@ -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>
...
...
@@ -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>
...
...
docs/plugins/gst-plugins-good-plugins.hierarchy
View file @
b305c85d
...
...
@@ -195,6 +195,7 @@ GObject
GstRtpJ2KDepay
GstRtpJPEGDepay
GstRtpL16Depay
GstRtpL24Depay
GstRtpMP1SDepay
GstRtpMP2TDepay
GstRtpMP4ADepay
...
...
@@ -223,6 +224,7 @@ GObject
GstRtpG722Pay
GstRtpG726Pay
GstRtpL16Pay
GstRtpL24Pay
GstRtpPcmaPay
GstRtpPcmuPay
GstRTPDVPay
...
...
docs/plugins/inspect/plugin-1394.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-aasink.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-alaw.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-alpha.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-alphacolor.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-apetag.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-audiofx.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-audioparsers.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-auparse.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-autodetect.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-avi.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-cacasink.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-cairo.xml
View file @
b305c85d
...
...
@@ -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>
...
...
docs/plugins/inspect/plugin-cutter.xml
View file @
b305c85d
...
...
@@ -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>
...
...
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