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
76293efd
Commit
76293efd
authored
Aug 28, 2013
by
Sebastian Dröge
🍵
Browse files
Release 1.1.4
parent
4bc1a78f
Changes
75
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
76293efd
This diff is collapsed.
Click to expand it.
NEWS
View file @
76293efd
This is GStreamer Good Plugins 1.1.
3
This is GStreamer Good Plugins 1.1.
4
RELEASE
View file @
76293efd
Release notes for GStreamer Good Plugins 1.1.
3
Release notes for GStreamer Good Plugins 1.1.
4
The GStreamer team is proud to announce a new bug-fix release
...
...
@@ -55,33 +55,22 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Features of this release
Bugs fixed in this release
*
672227 : qtdemux: need mapping for video/x-gst-fourcc-xdvc
*
674626 : [rtpsession] High CPU usage in rtcp thread when setting RR bandwidth = 0
* 6
96228 : mp4mux: streamable=true seeks on sink at EOS, causing errors with some sinks
* 69
9791 : qtdemux: certain videos from Vivotek camera do not play - " This file is corrupt and cannot be played "
*
705371 : souphttpsrc: Does network operations from the state change thread
*
590768 : GstPulseSrc should allow swapping the device used by the stream
* 6
37754 : multipartdemux: time stamp output buffer based on first input buffer not last
* 69
4445 : pulsesink: add support for AAC pass-through
* 700264 : qtdemux: ignores first editlist
* 700933 : avidemux: Wrong duration in push mode for some clips.
* 703560 : [PATCH] rtpbin: new event for informing downstream about synchronization
* 703901 : audioecho: Output broken if delay value got changed when playing or paused
* 704007 : qtdemux: skips disabled tracks
* 704053 : souphttpsrc: Don't treat errors on HEAD request as fatal
* 704193 : avidemux: no PTS nor DTS on decoded frame
* 704241 : souphttpsrc: Ignore all HEAD errors
* 704255 : qtdemux: invalid base time on newsegment in push mode after a seek
* 704272 : qtdemux: invalid seek offset used because of chapters
* 704292 : qtdemux: does not know WRAW fourcc
* 704294 : qtdemux: videos in Windows WRLE format don't work
* 704357 : regression: videocrop unit test fail after adding GRAY16_BE format
* 704547 : vpx: fix compilation when decoder or encoder package is not build
* 704548 : qtdemux: set proper caps for mpeg-1 audio
* 704921 : matroskademux: memory leak in check_subtitle_buffer
* 704951 : avidemux: memory leak
* 704996 : qtdemux: support for H264 fourcc
* 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
==== Download ====
...
...
@@ -118,20 +107,21 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* A
lessandro Decin
a
* A
kihiro Tsukad
a
* Andoni Morales Alastruey
* Arnaud Vrac
* Carlos Rafael Giani
* Douglas Bagnall
* Chris Bass
* David Schleef
* Edward Hervey
* Kyosuke Nekomura
* Kishore Arepalli
* Lubosz Sarnecki
* Matej Knopp
* Mathieu Duponchelle
*
N
ic
olas Dufresne
*
M
ic
hael Olbrich
* Olivier Crête
* Sebastian Dröge
* Thiago Santos
* Sjoerd Simons
* Thibault Saunier
* Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans
* Youness Alaoui
\ No newline at end of file
configure.ac
View file @
76293efd
...
...
@@ -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.
3.1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.1.
4
],[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
3
, 0, 10
3
)
AS_LIBTOOL(GST, 10
4
, 0, 10
4
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.
3.1
GSTPB_REQ=1.1.
3.1
GST_REQ=1.1.
4
GSTPB_REQ=1.1.
4
dnl *** autotools stuff ****
...
...
docs/plugins/gst-plugins-good-plugins.args
View file @
76293efd
...
...
@@ -968,6 +968,16 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRTSPSrc::sdes</NAME>
<TYPE>GstStructure*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>SDES</NICK>
<BLURB>The SDES items of this session.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstRTPDec::skip</NAME>
<TYPE>gint</TYPE>
...
...
@@ -20308,6 +20318,16 @@
<DEFAULT>"lt-gst-plugins-good-plugins-scan"</DEFAULT>
</ARG>
<ARG>
<NAME>GstPulseSink::current-device</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Current Device</NICK>
<BLURB>The current PulseAudio sink device.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstPulseSrc::device</NAME>
<TYPE>gchar*</TYPE>
...
...
@@ -20398,6 +20418,16 @@
<DEFAULT>"lt-gst-plugins-good-plugins-scan"</DEFAULT>
</ARG>
<ARG>
<NAME>GstPulseSrc::current-device</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Current Device</NICK>
<BLURB>The current PulseAudio source device.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstPulseMixer::device</NAME>
<TYPE>gchar*</TYPE>
...
...
@@ -21188,6 +21218,16 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpBin::do-retransmission</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Do retransmission</NICK>
<BLURB>Send an event downstream to request packet retransmission.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::do-lost</NAME>
<TYPE>gboolean</TYPE>
...
...
@@ -21248,6 +21288,56 @@
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::do-retransmission</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Do Retransmission</NICK>
<BLURB>Send retransmission events upstream when a packet is late.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::rtx-delay</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>r</FLAGS>
<NICK>RTX Delay</NICK>
<BLURB>Extra time in ms to wait before sending retransmission event (-1 automatic).</BLURB>
<DEFAULT>20</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::rtx-delay-reorder</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>r</FLAGS>
<NICK>RTX Delay Reorder</NICK>
<BLURB>Sending retransmission event when this much reordering (-1 automatic).</BLURB>
<DEFAULT>3</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::rtx-retry-period</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>r</FLAGS>
<NICK>RTX Retry Period</NICK>
<BLURB>Try to get a retransmission for this many ms (-1 automatic).</BLURB>
<DEFAULT>160</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::rtx-retry-timeout</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>r</FLAGS>
<NICK>RTX Retry Timeout</NICK>
<BLURB>Retry sending a transmission event after this timeout in ms (-1 automatic).</BLURB>
<DEFAULT>40</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpSession::bandwidth</NAME>
<TYPE>gdouble</TYPE>
...
...
@@ -23838,3 +23928,33 @@
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstRTPRtxQueue::max-size-packets</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max Size Packets</NICK>
<BLURB>Amount of packets to queue (0 = unlimited).</BLURB>
<DEFAULT>100</DEFAULT>
</ARG>
<ARG>
<NAME>GstRTPRtxQueue::max-size-time</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max Size Times</NICK>
<BLURB>Amount of ms to queue (0 = unlimited).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpGSTPay::config-interval</NAME>
<TYPE>guint</TYPE>
<RANGE><= 3600</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Caps/Tags Send Interval</NICK>
<BLURB>Interval for sending caps and TAG events in seconds (0 = disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
docs/plugins/gst-plugins-good-plugins.hierarchy
View file @
76293efd
...
...
@@ -253,6 +253,7 @@ GObject
GstRTPDec
GstRTPMux
GstRTPDTMFMux
GstRTPRtxQueue
GstRndBufferSize
GstRtpJitterBuffer
GstRtpPtDemux
...
...
docs/plugins/inspect/plugin-1394.xml
View file @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
ASCII Art video sink
</description>
<filename>
../../ext/aalib/.libs/libgstaasink.so
</filename>
<basename>
libgstaasink.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
ALaw audio conversion routines
</description>
<filename>
../../gst/law/.libs/libgstalaw.so
</filename>
<basename>
libgstalaw.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
APEv1/2 tag reader
</description>
<filename>
../../gst/apetag/.libs/libgstapetag.so
</filename>
<basename>
libgstapetag.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
Audio effects plugin
</description>
<filename>
../../gst/audiofx/.libs/libgstaudiofx.so
</filename>
<basename>
libgstaudiofx.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
parses au streams
</description>
<filename>
../../gst/auparse/.libs/libgstauparse.so
</filename>
<basename>
libgstauparse.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
AVI stream handling
</description>
<filename>
../../gst/avi/.libs/libgstavi.so
</filename>
<basename>
libgstavi.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -3,7 +3,7 @@
<description>
Cairo-based elements
</description>
<filename>
../../ext/cairo/.libs/libgstcairo.so
</filename>
<basename>
libgstcairo.so
</basename>
<version>
1.1.
3
</version>
<version>
1.1.
4
</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 @
76293efd
...
...
@@ -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.
3
</version>
<version>
1.1.
4
</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