Skip to content
Snippets Groups Projects
Commit b63560e0 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Release 1.3.3

parent 2226633c
No related branches found
Tags mesa-23.1.7
No related merge requests found
Showing
with 980 additions and 62 deletions
This diff is collapsed.
This is GStreamer Good Plugins 1.3.2
This is GStreamer Good Plugins 1.3.3
Changes since 1.2:
......@@ -30,6 +30,10 @@ New API:
caps.
• GstCollectPads has support for flushing and a default handler for
SEEK events now.
• New GstFlowAggregator helper object that simplifies handling of
flow returns in elements with multiple source pads. Additionally
GstPad now always stores the last flow return and provides an
API to retrieve it.
• GstSegment has new API to offset the running time by a specific
value and this is used in GstPad to allow positive and negative
offsets in gst_pad_set_offset() in all situations.
......@@ -43,6 +47,7 @@ New API:
• Support for tiled, raw video formats has been added.
• GstVideoDecoder and GstAudioDecoder have API to help aggregating tag
events and merge custom tags into them consistently.
• GstBufferPool has support for flushing now.
• playbin/playsink has support for application provided audio and video
filters.
• GstDiscoverer has new and simplified API to get details about missing
......@@ -54,6 +59,10 @@ New API:
DispManX (Raspberry Pi), EAGL (iOS), WGL (Windows) and generic X11,
Wayland and EGL platforms.
This replaces eglglessink and also is supposed to replace osxvideosink.
• New GstAggregator base class in gst-plugins-bad. This is supposed to
replace GstCollectPads in the future and fix long-known shortcomings
in its API. Together with the base class some elements are provided
already, like a videomixer (compositor).
Major changes:
......@@ -97,7 +106,8 @@ Major changes:
∘ dvbsrc supports more delivery mechanisms and other features
now, including DVB S2 and T2 support.
∘ The MPEGTS library has support for many more descriptors.
∘ Major improvements to tsdemux, especially time related.
∘ Major improvements to tsdemux and tsparse, especially time and
seeking related.
∘ souphttpsrc now has support for keep-alive connections,
compression, configurable number of retries and configuration
for SSL certificate validation.
......@@ -110,9 +120,16 @@ Major changes:
finish.
∘ videoflip can automatically flip based on the orientation tag.
∘ openjpeg supports the OpenJPEG2 API.
∘ waylandsink was refactored and should be more useful now. It also
includes a small library which most likely is going to be removed
in the future and will result in extensions to the GstVideoOverlay
interface.
∘ gst-rtsp-server supports SRTP and MIKEY now.
∘ gst-libav encoders are now negotiating any profile/level settings
with downstream via caps.
∘ Lots of fixes for coverity warnings all over the place.
∘ 400+ fixed bug reports, and many other bug fixes and other
∘ Negotiation related performance improvements.
∘ 500+ fixed bug reports, and many other bug fixes and other
improvements everywhere that had no bug report.
Things to look out for:
......@@ -120,3 +137,6 @@ Things to look out for:
element.
• The mfcdec element was removed and replaced by v4l2videodec.
• osxvideosink is only available in OS X 10.6 or newer.
• The GstDeviceMonitor API will likely change slightly before the
1.4.0 release.
Release notes for GStreamer Good Plugins 1.3.2
Release notes for GStreamer Good Plugins 1.3.3
The GStreamer team is pleased to announce the second release of the unstable
The GStreamer team is pleased to announce the third release of the unstable
1.3 release series. The 1.3 release series is adding new features on top of
the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.3 release series
......@@ -10,23 +10,16 @@ will lead to the stable 1.4 release series in the next weeks, and newly added
API can still change until that point.
This is hopefully the last 1.3 development release and will be followed by
the first 1.4.0 release candidate (1.3.90) in 1-2 weeks. Which then hopefully
is followed by 1.4.0 soonish in early July.
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.3 release series.
The versioning scheme that is used in general is that 1.x.y is API and
ABI backwards compatible with previous 1.x.y releases. If x is an even
number it is a stable release series and all releases in this series
will only contain important bugfixes, e.g. the 1.0 series with 1.0.7. If
x is odd it is a development release series that will lead to the next
stable release series 1.x+1 and contains new features and bigger
changes. During the development release series, new API can still
change.
"Such ingratitude. After all the times I've saved your life."
......@@ -70,25 +63,19 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 583890 : v4l2: Implement V4L2_MEMORY_USERPTR support
* 725903 : flvdemux: set RESYNC buffer flag when bridging large PTS gaps
* 726512 : some svq3/mov files stall on start
* 726556 : POTFILES.in is out of date
* 728501 : rtpaux/rtprtx: Unit tests are racy and take very long sometimes
* 663944 : souphttpsrc: leaking file descriptors + memory when destroyed while connecting
* 707321 : flvdemux: complains too much when failed to send buffers
* 720440 : rtpsession: internal sources are never removed
* 725410 : v4l2videodec: Probe fails if first device does not start with 0
* 725415 : v4l2videodec: Check caps are subset of encode or raw when probing devices
* 727925 : v4l2: Share device enumeration
* 729247 : rtp/README: update to work with gst 1.0
* 729524 : rtpjitterbuffer: if retransmissions enabled, a gap larger than the latency can result in a stuck jitterbuffer
* 729553 : qtdemux: tries to reply to a byte position query with a time position
* 729591 : v4l2videodec: Remove meaningless properties
* 730078 : rtpjitterbuffer: wrong packet insertion if events present in the jitter queue
* 730146 : rtpbin: update rtp encoder/decoder documentation
* 730200 : v4l2videodec: v4l2bufferpool must be updated according to driver requirement
* 730207 : v4l2: Seeking with M2M devices
* 730212 : rtspsrc: use a random ssrc for the internal session
* 730217 : rtpsession: do not mark internal senders as expired
* 724630 : v4l2videodec: alignment support
* 729707 : souphttpsrc: Add custom sticky event to contain the HTTP request and response headers
* 730473 : rtspsrc: add support for key length parameters
* 730476 : v4l2videodec: stalls on large seeks
* 730563 : Propagate DISCONT and DELTAUNIT flags through H264 and Jpeg payloaders
* 730698 : v4lsrc: Fails using glimagesink in userptr
* 730722 : Cannot seek in a m4a AAC audio file
* 731169 : wavparse: Puts codec_data on raw audio caps
* 731475 : multipartdemux: Got data flow before stream-start
* 722303 : v4l2sink: Enable rendering of the preroll buffer
==== Download ====
......@@ -125,21 +112,18 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Adrien SCH
* Aleix Conchillo Flaqué
* Benjamin Gaignard
* Edward Hervey
* Eric Trousset
* George Kiagiadakis
* Guillaume Desmottes
* Jason Litzinger
* Mark Nauwelaerts
* Jan Alexander Steffens (heftig)
* Julien Isorce
* Nicolas Dufresne
* Olivier Crête
* Piotr Drąg
* Ravi Kiran K N
* Sebastian Dröge
* Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
* Víctor Manuel Jáquez Leal
* Wim Taymans
* Руслан Ижбулатов
\ No newline at end of file
......@@ -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.3.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.3.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, 302, 0, 302)
AS_LIBTOOL(GST, 303, 0, 303)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.3.2.1
GSTPB_REQ=1.3.2.1
GST_REQ=1.3.3
GSTPB_REQ=1.3.3
dnl *** autotools stuff ****
......
......@@ -24728,3 +24728,13 @@
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpVRawPay::chunks-per-frame</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Chunks per Frame</NICK>
<BLURB>Split and send out each frame in multiple chunks to reduce overhead.</BLURB>
<DEFAULT>10</DEFAULT>
</ARG>
......@@ -781,3 +781,11 @@ GstRTSPSrc *gstrtspsrc
GstElement *arg1
</SIGNAL>
<SIGNAL>
<NAME>GstRTSPSrc::request-rtcp-key</NAME>
<RETURNS>GstCaps*</RETURNS>
<FLAGS>l</FLAGS>
GstRTSPSrc *gstrtspsrc
guint arg1
</SIGNAL>
......@@ -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.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -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.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -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.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Parsers for various audio formats</description>
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
<basename>libgstaudioparsers.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -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.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Cairo-based elements</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename>
<version>1.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
......@@ -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.3.2</version>
<version>1.3.3</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment