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
8fbe6e34
Commit
8fbe6e34
authored
Jul 29, 2013
by
Sebastian Dröge
🍵
Browse files
Release 1.1.3
parent
a32b4526
Changes
74
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8fbe6e34
This diff is collapsed.
Click to expand it.
NEWS
View file @
8fbe6e34
This is GStreamer Good Plugins 1.1.
2
This is GStreamer Good Plugins 1.1.
3
RELEASE
View file @
8fbe6e34
Release notes for GStreamer Good Plugins 1.1.
2
Release notes for GStreamer Good Plugins 1.1.
3
The GStreamer team is proud to announce a new bug-fix release
...
...
@@ -60,31 +60,28 @@ Features of this release
Bugs fixed in this release
* 612406 : [PATCH] rtspsrc: Race condition
* 632207 : [rtspsrc] GET_PARAMETER / SET_PARAMETER support
* 651434 : rtspsrc: don't discard data in interleaved mode
* 657079 : JPEG RTP Payloader Change to support FaceVsion Webcams
* 664312 : rtpvorbispay does not handle headers in caps
* 686459 : pulsesink: playbin uri=x.mp3 audio-sink='identity ! pulsesink' = > not-negotiated flow error
* 700799 : matroskademux: Got data flow before segment event
* 701385 : videomixer: Incorrect timestamp calculations for non trivial segments
* 701519 : videomixer: pushes an incorrect segment event when all its sink pads are EOS
* 701650 : v4l2: make sure the element is not deleted before the pool
* 701856 : qtdemux: Does allocation queries before setting caps on all pads
* 702046 : rtspsrc doesn't produce buffers
* 702625 : avidemux: duration query returns " zero " for the DV containter format in a AVI file
* 702638 : v4l2: Optimize negotiation by removing the query filter
* 702819 : udpsink multicast-iface does not seem to work correctly
* 702826 : gdkpixbufoverlay: image overlay doesn't work for -ve offset
* 703114 : deinterleave: deadlock while pushing pending events on all source pads
* 703182 : multipartmux does not push new segment after flushing seek
* 703312 : matroskademux: missing profile field in caps for aac audio
* 703350 : qtdemux: Reports wrong framerate
* 703399 : v4l2: don't extract data from caps twice
* 703426 : Fix doc and comment references to gstrtpbin element
* 703685 : POTFILES.in is out of date
* 703743 : videomixer: Handling of variable fps streams broken
* 703764 : v4l2: bufferpool: don't forget to release buffer on error
* 672227 : qtdemux: need mapping for video/x-gst-fourcc-xdvc
* 674626 : [rtpsession] High CPU usage in rtcp thread when setting RR bandwidth = 0
* 696228 : mp4mux: streamable=true seeks on sink at EOS, causing errors with some sinks
* 699791 : qtdemux: certain videos from Vivotek camera do not play - " This file is corrupt and cannot be played "
* 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
==== Download ====
...
...
@@ -121,28 +118,20 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Alban Browaeys
* Alex Ashley
* Alessandro Decina
* Andoni Morales Alastruey
* Arun Raghavan
* Brendan Long
* Bruno Gonzalez
* David Svensson Fors
* J. Rick Ramstetter
* Jens Georg
* Jonas Holmberg
* Kishore Arepalli
* Arnaud Vrac
* Carlos Rafael Giani
* Douglas Bagnall
* Edward Hervey
* Kyosuke Nekomura
* Matej Knopp
* Mathieu Duponchelle
* Michael Olbrich
* Ognyan Tonchev
* Nicolas Dufresne
* Olivier Crête
* Piotr Drąg
* Sebastian Dröge
* Sjoerd Simons
* Stefan Sauer
* Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans
* Youness Alaoui
\ No newline at end of file
configure.ac
View file @
8fbe6e34
...
...
@@ -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.
2.1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.1.
3
],[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
2
, 0, 10
2
)
AS_LIBTOOL(GST, 10
3
, 0, 10
3
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.
2.1
GSTPB_REQ=1.1.
2.1
GST_REQ=1.1.
3
GSTPB_REQ=1.1.
3
dnl *** autotools stuff ****
...
...
docs/plugins/gst-plugins-good-plugins.args
View file @
8fbe6e34
...
...
@@ -20305,7 +20305,7 @@
<FLAGS>rw</FLAGS>
<NICK>Client Name</NICK>
<BLURB>The PulseAudio client name to use.</BLURB>
<DEFAULT>"gst-plugins-good-plugins-scan"</DEFAULT>
<DEFAULT>"
lt-
gst-plugins-good-plugins-scan"</DEFAULT>
</ARG>
<ARG>
...
...
@@ -20395,7 +20395,7 @@
<FLAGS>rw</FLAGS>
<NICK>Client Name</NICK>
<BLURB>The PulseAudio client_name_to_use.</BLURB>
<DEFAULT>"gst-plugins-good-plugins-scan"</DEFAULT>
<DEFAULT>"
lt-
gst-plugins-good-plugins-scan"</DEFAULT>
</ARG>
<ARG>
...
...
@@ -21178,6 +21178,16 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpBin::do-sync-event</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Do Sync Event</NICK>
<BLURB>Send event downstream when a stream is synchronized to the sender.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::do-lost</NAME>
<TYPE>gboolean</TYPE>
...
...
docs/plugins/inspect/plugin-1394.xml
View file @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
ASCII Art video sink
</description>
<filename>
../../ext/aalib/.libs/libgstaasink.so
</filename>
<basename>
libgstaasink.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
ALaw audio conversion routines
</description>
<filename>
../../gst/law/.libs/libgstalaw.so
</filename>
<basename>
libgstalaw.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
APEv1/2 tag reader
</description>
<filename>
../../gst/apetag/.libs/libgstapetag.so
</filename>
<basename>
libgstapetag.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
Audio effects plugin
</description>
<filename>
../../gst/audiofx/.libs/libgstaudiofx.so
</filename>
<basename>
libgstaudiofx.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
parses au streams
</description>
<filename>
../../gst/auparse/.libs/libgstauparse.so
</filename>
<basename>
libgstauparse.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
AVI stream handling
</description>
<filename>
../../gst/avi/.libs/libgstavi.so
</filename>
<basename>
libgstavi.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -3,7 +3,7 @@
<description>
Cairo-based elements
</description>
<filename>
../../ext/cairo/.libs/libgstcairo.so
</filename>
<basename>
libgstcairo.so
</basename>
<version>
1.1.
2
</version>
<version>
1.1.
3
</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 @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-debug.xml
View file @
8fbe6e34
...
...
@@ -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.
2
</version>
<version>
1.1.
3
</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