mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
Release 1.2.1
This commit is contained in:
parent
fca0164995
commit
eca30b66e8
8 changed files with 222 additions and 141 deletions
197
ChangeLog
197
ChangeLog
|
@ -1,9 +1,200 @@
|
|||
=== release 1.2.0 ===
|
||||
=== release 1.2.1 ===
|
||||
|
||||
2013-09-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
2013-11-09 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.2.0
|
||||
releasing 1.2.1
|
||||
|
||||
2013-11-09 12:00:23 +0100 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* po/af.po:
|
||||
* po/az.po:
|
||||
* po/be.po:
|
||||
* po/bg.po:
|
||||
* po/ca.po:
|
||||
* po/cs.po:
|
||||
* po/da.po:
|
||||
* po/de.po:
|
||||
* po/el.po:
|
||||
* po/en_GB.po:
|
||||
* po/eo.po:
|
||||
* po/es.po:
|
||||
* po/eu.po:
|
||||
* po/fi.po:
|
||||
* po/fr.po:
|
||||
* po/gl.po:
|
||||
* po/hr.po:
|
||||
* po/hu.po:
|
||||
* po/id.po:
|
||||
* po/it.po:
|
||||
* po/ja.po:
|
||||
* po/lt.po:
|
||||
* po/nb.po:
|
||||
* po/nl.po:
|
||||
* po/pl.po:
|
||||
* po/pt_BR.po:
|
||||
* po/ro.po:
|
||||
* po/ru.po:
|
||||
* po/rw.po:
|
||||
* po/sk.po:
|
||||
* po/sl.po:
|
||||
* po/sq.po:
|
||||
* po/sr.po:
|
||||
* po/sv.po:
|
||||
* po/tr.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
* po/zh_CN.po:
|
||||
* po/zh_TW.po:
|
||||
po: Update translations
|
||||
|
||||
2013-11-02 15:38:13 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* libs/gst/base/gstbaseparse.c:
|
||||
baseparse: try first frame pts and dts for a valid start timestamp
|
||||
|
||||
2013-11-02 15:37:30 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* libs/gst/base/gstbaseparse.c:
|
||||
baseparse: print proper variable in debug statement
|
||||
|
||||
2013-11-02 15:36:19 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* gst/gstsegment.c:
|
||||
segment: resurrect sanitizing start and stop for seeking
|
||||
|
||||
2013-11-02 15:42:07 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* libs/gst/base/gstbasesrc.c:
|
||||
basesrc: mind boggling wrap when comparing offsets
|
||||
|
||||
2013-11-04 18:57:18 +0100 Stefan Sauer <ensonic@users.sf.net>
|
||||
|
||||
* tools/gst-typefind.c:
|
||||
typefind: use g_get_prgname() for error message
|
||||
|
||||
2013-11-06 10:15:59 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* plugins/elements/gstvalve.c:
|
||||
valve: proxy caps and allocation
|
||||
Proxy the caps queries on the srcpad as well.
|
||||
Proxy the allocation query on the sinkpad.
|
||||
|
||||
2013-10-15 11:44:05 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/gstdatetime.c:
|
||||
datetime: Make sure to include gst_private.h before glib-compat-private.h
|
||||
We need to define the GLib log domain before including glib.h, which is
|
||||
included by glib-compat-private.h.
|
||||
|
||||
2013-10-12 16:16:09 +1100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* gst/gstparse.c:
|
||||
* tests/check/pipelines/parse-launch.c:
|
||||
parse: Fix transfer annotations for parse_launch functions.
|
||||
gst_parse_launchv, gst_parse_launchv_full and gst_parse_launch_full
|
||||
all return floating refs, the same as gst_parse_launch, which just
|
||||
calls gst_parse_launch_full internally anyway.
|
||||
Add a unit test assertion to check it's true.
|
||||
Spotted by nemequ on IRC.
|
||||
|
||||
2013-10-09 15:36:48 -0300 Thibault Saunier <thibault.saunier@collabora.com>
|
||||
|
||||
* libs/gst/base/gstcollectpads.c:
|
||||
collectpads: Call the collected function while it returns FLOW_OK
|
||||
This allows us to make sure the elements is EOS and does not have
|
||||
remaining buffers to be drained.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=709637
|
||||
|
||||
2013-10-10 08:30:27 -0700 Reynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>
|
||||
|
||||
* docs/manual/appendix-checklist.xml:
|
||||
* gst/gst.c:
|
||||
* tests/misc/test-gstreamer-completion.sh:
|
||||
core: Fix max DEBUG_LEVEL incongruence on 5 vs 9
|
||||
In the docs and the autocompletion logic the maximum
|
||||
value jumped incongruently between 5 and 9.
|
||||
|
||||
2013-10-10 12:56:54 +0200 Fabian Kirsch <derFakir@web.de>
|
||||
|
||||
* docs/manual/basics-elements.xml:
|
||||
* docs/manual/basics-pads.xml:
|
||||
* docs/manual/intro-motivation.xml:
|
||||
* docs/manual/manual.xml:
|
||||
docs: Fix some reference URIs
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=709804
|
||||
|
||||
2013-09-28 08:40:42 +0200 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
* gst/gstpluginloader.c:
|
||||
pluginloader: Check errors on the proper fd
|
||||
Most likely a copy-paste error from the block before.
|
||||
If we're going to check for error/closed on the write fd... do it
|
||||
on the write fd
|
||||
|
||||
2013-09-24 17:23:54 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* README:
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From 6b03ba7 to 7412249
|
||||
|
||||
=== release 1.2.0 ===
|
||||
|
||||
2013-09-24 14:07:02 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/inspect/plugin-coreelements.xml:
|
||||
* gstreamer.doap:
|
||||
* win32/common/config.h:
|
||||
* win32/common/gstversion.h:
|
||||
Release 1.2.0
|
||||
|
||||
2013-09-24 14:06:28 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* po/af.po:
|
||||
* po/az.po:
|
||||
* po/be.po:
|
||||
* po/bg.po:
|
||||
* po/ca.po:
|
||||
* po/cs.po:
|
||||
* po/da.po:
|
||||
* po/de.po:
|
||||
* po/el.po:
|
||||
* po/en_GB.po:
|
||||
* po/eo.po:
|
||||
* po/es.po:
|
||||
* po/eu.po:
|
||||
* po/fi.po:
|
||||
* po/fr.po:
|
||||
* po/gl.po:
|
||||
* po/hr.po:
|
||||
* po/hu.po:
|
||||
* po/id.po:
|
||||
* po/it.po:
|
||||
* po/ja.po:
|
||||
* po/lt.po:
|
||||
* po/nb.po:
|
||||
* po/nl.po:
|
||||
* po/pl.po:
|
||||
* po/pt_BR.po:
|
||||
* po/ro.po:
|
||||
* po/ru.po:
|
||||
* po/rw.po:
|
||||
* po/sk.po:
|
||||
* po/sl.po:
|
||||
* po/sq.po:
|
||||
* po/sr.po:
|
||||
* po/sv.po:
|
||||
* po/tr.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
* po/zh_CN.po:
|
||||
* po/zh_TW.po:
|
||||
Update .po files
|
||||
|
||||
2013-09-24 13:10:36 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
|
|
123
NEWS
123
NEWS
|
@ -1,123 +1,2 @@
|
|||
This is GStreamer 1.2.0
|
||||
|
||||
Changes since 1.0:
|
||||
|
||||
New API:
|
||||
• GstContext negotiation / sharing / announcing for sharing a
|
||||
generic context between elements, e.g. a display handle
|
||||
• GL texture upload conversion meta for allowing different
|
||||
buffer types to be converted to an OpenGL texture
|
||||
• GstCapsFeatures as extension to GstCaps for allowing the
|
||||
negotiation of specific memory or meta requirements between
|
||||
elements
|
||||
• GstMemory flags for contiguous and non-mappable memory
|
||||
• The stream-start event has optional flags now, e.g. for signalling
|
||||
sparse streams
|
||||
• The stream-start even has an optional group-id field now to signal
|
||||
all streams that should be played together
|
||||
• Allocators library in gst-plugins-base, currently only with generic
|
||||
dmabuf memory support
|
||||
• insertbin library for easier handling of dynamically linked
|
||||
pipelines (in -bad for now)
|
||||
• EGL helper library (in -bad for now)
|
||||
• MPEG-TS data structure library (in -bad for now)
|
||||
• New GstVideoRegionOfInterestMeta to describe a region of interest on
|
||||
video frames.
|
||||
• GstVideoDecoder/Encoder has new ::flush() vfunc to replace the
|
||||
ill-defined ::reset() vfunc.
|
||||
• The URI query allows to query the redirected URI now.
|
||||
|
||||
Major changes:
|
||||
• New tool: gst-play-1.0 in gst-plugins-base for basic playback
|
||||
testing on the command line.
|
||||
• New plugins:
|
||||
∘ mssdemux for Microsoft Smooth Streaming
|
||||
∘ dashdemux for DASH adaptive streaming protocol
|
||||
∘ bluez for interaction with Bluetooth devices
|
||||
∘ openjpeg for JPEG2000 decoding and encoding
|
||||
∘ daala for experimental Daala decoding and encoding
|
||||
∘ vpx plugin has experimental VP9 decoding and encoding support
|
||||
∘ webp plugin for WebP decoding (encoding to be added later)
|
||||
∘ Various others: yadif, srtp, sbc, fluidsynth, midiparse,
|
||||
mfc, ivtv, accuraterip and audiofxbad
|
||||
|
||||
• Moved plugins:
|
||||
∘ dtmf, vp8rtp, scaletempo and rtpmux plugins are in
|
||||
gst-plugins-good now
|
||||
|
||||
• Video:
|
||||
∘ Fix handling of interlaced video in converters such as videoscale
|
||||
and videoconvert (e.g. scale both fields independently)
|
||||
∘ videoconvert will try harder to minimise quality losses when
|
||||
conversion is necessary
|
||||
∘ The experimental GstSurfaceConverter, GstSurfaceMeta and
|
||||
GstVideoContext APIs from the (confusingly-named)
|
||||
libgstbasevideo-1.0 library in gst-plugins-bad have now been
|
||||
removed and been replaced by new APIs in GStreamer Core and
|
||||
gst-plugins-base (see above). Since that was all that was left in
|
||||
this library, the entire experimental libgstbasevideo-1.0 library
|
||||
has been removed from gst-plugins-bad
|
||||
∘ Chroma subsampling and chroma siting conversion is better handled
|
||||
in videoconvert and the support for interlaced video was improved.
|
||||
∘ New pinwheel and spoke patterns in videotestsrc
|
||||
∘ videomixer can now accept different video formats on its sinkpads
|
||||
and converts to a common format during mixing
|
||||
|
||||
• Audio:
|
||||
∘ audioconvert will try harder to minimise quality losses when
|
||||
conversion is necessary
|
||||
∘ adder now allows muting/unmuting of its input streams, and also
|
||||
per-input stream volume
|
||||
∘ pulseaudio elements can switch between devices during playback now
|
||||
∘ aacparse can convert between ADTS←→RAW
|
||||
|
||||
• Platform specific changes:
|
||||
∘ Caps, events, etc. are now printed in the GStreamer debug logs
|
||||
with their content instead of just the pointer address even on
|
||||
non-glibc platforms (e.g. Windows, OSX, Android).
|
||||
∘ Network elements (UDP/TCP) now work better with platforms,
|
||||
where IPv6 sockets can't handle IPv4 (e.g. Windows)
|
||||
∘ Linux/BSD: v4l2 had many improvements and cleanups
|
||||
|
||||
• Other changes:
|
||||
∘ gst-libav now uses libav 9
|
||||
∘ Static linking of plugins is supported now (also in 1.0.7)
|
||||
∘ rtspsrc: add support for NetClientClock: when the server suggests a
|
||||
GstNetTimeProvider in the SDP, set up a GstNetClientClock that
|
||||
slaves to the remote clock and suggest this clock in provide_clock.
|
||||
Simplifies synchronized playback of a resource from an RTSP server.
|
||||
gst-rtsp-server now supports adding this to the SDP and can provide
|
||||
a network clock
|
||||
∘ RTP retransmission / NACK support and big RTP jitterbuffer improvements
|
||||
∘ SRTP and DTLS support
|
||||
∘ Changes to many elements and core to use the correct sticky event
|
||||
order and also not lose any important sticky events during flushing
|
||||
∘ >1000 fixed bug reports, and many other bug fixes and other
|
||||
improvements everywhere that had no bug report
|
||||
|
||||
Things to look out for:
|
||||
• Single header includes for all libraries, e.g. #include
|
||||
<gst/video/video.h> - this was needed for some bindings.
|
||||
• Stricter (correct) caps subset checking in some cases where this was
|
||||
not correct before. Caps will now always fail to be a compatible
|
||||
subset of another set of caps if the subset caps are missing some
|
||||
fields that the superset caps have. This might lead to not-negotiated
|
||||
errors if caps are incomplete now. However, it also prevents possible
|
||||
data corruption caused by piping data formatted in an
|
||||
incompatible/unexpected way into some elements. Check your h264 caps
|
||||
for stream-format and alignment fields and AAC caps for the
|
||||
stream-format field. This change will also be included in the next
|
||||
stable 1.0.8 release.
|
||||
• Stricter checking for missing events and correct sticky event order
|
||||
(stream-start, caps, segment) in some places; this is not enabled in
|
||||
stable releases by default, but you may get warnings when using git
|
||||
builds, development releases or when compiling with
|
||||
-UG_DISABLE_ASSERT in CFLAGS
|
||||
• x264enc now outputs data in byte-stream by default if downstream has
|
||||
ANY caps (e.g. appsink without caps set, filesink, udpsink,
|
||||
tcpserversink etc.)
|
||||
• The MPEG TS demuxer posts messages contain the PMT, PAT, etc. in a
|
||||
different format now. This new format uses the data structures from
|
||||
the new MPEGTS library
|
||||
• The GstContext API has changed between 1.1.4 and 1.1.90
|
||||
This is GStreamer 1.2.1
|
||||
|
||||
|
|
17
RELEASE
17
RELEASE
|
@ -1,8 +1,8 @@
|
|||
|
||||
Release notes for GStreamer 1.2.0
|
||||
Release notes for GStreamer 1.2.1
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new feature release
|
||||
The GStreamer team is proud to announce a new bug-fix release
|
||||
in the 1.x stable series of the
|
||||
core of the GStreamer streaming media framework.
|
||||
|
||||
|
@ -42,10 +42,7 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 706551 : gsttestclock check failed
|
||||
* 708605 : testclock: Does not handle unscheduled entries correctly
|
||||
* 708636 : collectpads: Should set *all* its pads to flushing when set_flushing is called, not only the ones in the public list
|
||||
* 708668 : context: Potential regression
|
||||
* 709832 : max DEBUG_LEVEL Incongruence on docs & autocompletion logic between 5 and 9
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -82,10 +79,14 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alex Ashley
|
||||
* Edward Hervey
|
||||
* Mathieu Duponchelle
|
||||
* Fabian Kirsch
|
||||
* Jan Schmidt
|
||||
* Mark Nauwelaerts
|
||||
* Reynaldo H. Verdejo Pinochet
|
||||
* Sebastian Dröge
|
||||
* Stefan Sauer
|
||||
* Thibault Saunier
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
|
|
@ -4,7 +4,7 @@ dnl initialize autoconf
|
|||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, git and prerelease does Werror too
|
||||
dnl
|
||||
AC_INIT([GStreamer],[1.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
|
||||
AC_INIT([GStreamer],[1.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
|
||||
AG_GST_INIT
|
||||
|
||||
dnl initialize automake (we require GNU make)
|
||||
|
@ -64,7 +64,7 @@ dnl 1.2.5 => 205
|
|||
dnl 1.10.9 (who knows) => 1009
|
||||
dnl
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 200, 0, 200)
|
||||
AS_LIBTOOL(GST, 201, 0, 201)
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GStreamer core elements</description>
|
||||
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
||||
<basename>libgstcoreelements.so</basename>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gstreamer</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.2.1</revision>
|
||||
<branch>1.2</branch>
|
||||
<name></name>
|
||||
<created>2013-11-09</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.2.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.2.0</revision>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2013-09-24"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2013-11-09"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
@ -354,7 +354,7 @@
|
|||
#define PACKAGE_NAME "GStreamer"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer 1.2.0"
|
||||
#define PACKAGE_STRING "GStreamer 1.2.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gstreamer"
|
||||
|
@ -363,7 +363,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.2.0"
|
||||
#define PACKAGE_VERSION "1.2.1"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -401,7 +401,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.2.0"
|
||||
#define VERSION "1.2.1"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
|
@ -57,7 +57,7 @@ G_BEGIN_DECLS
|
|||
*
|
||||
* The micro version of GStreamer at compile time:
|
||||
*/
|
||||
#define GST_VERSION_MICRO (0)
|
||||
#define GST_VERSION_MICRO (1)
|
||||
/**
|
||||
* GST_VERSION_NANO:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue