mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
Release 1.4.4
This commit is contained in:
parent
7cf9a44e02
commit
410086dd12
8 changed files with 184 additions and 18 deletions
156
ChangeLog
156
ChangeLog
|
@ -1,9 +1,159 @@
|
|||
=== release 1.4.3 ===
|
||||
=== release 1.4.4 ===
|
||||
|
||||
2014-09-24 Sebastian Dröge <slomo@coaxion.net>
|
||||
2014-11-06 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.4.3
|
||||
releasing 1.4.4
|
||||
|
||||
2014-10-24 12:51:07 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* libs/gst/base/gstbasesink.c:
|
||||
basesink: don't unlock mutex that is not locked
|
||||
Fixes 'Attempt to unlock mutex that was not locked'
|
||||
warning with newer GLibs when sink is shut down in
|
||||
certain situations. Triggered by the decodebin
|
||||
test_reuse_without_decoders unit test in -base
|
||||
sometimes, esp. on slower machines.
|
||||
|
||||
2014-10-16 10:13:14 +0400 Andrei Sarakeev <sarakusha@gmail.com>
|
||||
|
||||
* plugins/elements/gstmultiqueue.c:
|
||||
multiqueue: Wake up any waiting streams if the current one goes EOS
|
||||
Otherwise we might have unlinked streams waiting.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=738198
|
||||
|
||||
2014-10-08 15:37:37 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||
|
||||
* docs/pwg/advanced-negotiation.xml:
|
||||
docs: pwg: fix typo in 'Dynamic negotiation' section
|
||||
The point of this example is to show how to set caps
|
||||
on the source pad once it has been set on the sink pad.
|
||||
So, in passthrough mode, the caps is just copied to the
|
||||
source pad.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=738153
|
||||
|
||||
2014-10-06 13:38:21 +0200 Nicolas Huet <nicolas.huet@parrot.com>
|
||||
|
||||
* gst/gstsystemclock.c:
|
||||
systemclock: fix multi-thread entry status issue
|
||||
Running two threads, one executing the timer and one unscheduling it, the
|
||||
unscheduled status set by the second thread is sometimes overwritten by the
|
||||
first one.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737999
|
||||
|
||||
2014-09-25 16:21:51 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* tests/check/libs/baseparse.c:
|
||||
tests: fix caps leak in baseparse unit test
|
||||
|
||||
2014-10-03 13:14:25 +0200 Matej Knopp <matej.knopp@gmail.com>
|
||||
|
||||
* tests/check/libs/baseparse.c:
|
||||
tests: baseparse: set_sink_caps vfunc should't take ownership of the caps
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737762
|
||||
|
||||
2014-10-08 09:37:41 -0700 Aleix Conchillo Flaqué <aleix@oblong.com>
|
||||
|
||||
* plugins/elements/gstmultiqueue.c:
|
||||
multiqueue: don't lock multiqueue when pushing serialized queries
|
||||
If we are pushing a serialized query into a queue and the queue is
|
||||
filled, we will end in a deadlock. We need to release the lock before
|
||||
pushing and acquire it again afterward.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737794
|
||||
|
||||
2014-10-02 14:55:22 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* plugins/elements/gstqueue.c:
|
||||
queue: Add missing break in switch
|
||||
|
||||
2014-09-27 20:10:34 +0200 Matej Knopp <matej.knopp@gmail.com>
|
||||
|
||||
* plugins/elements/gstmultiqueue.c:
|
||||
multiqueue: update segment position on GAP events to calculate levels properly
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737498
|
||||
|
||||
2014-10-02 11:00:32 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* plugins/elements/gstqueue.c:
|
||||
queue: update segment position on GAP events to calculate levels properly
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737498
|
||||
|
||||
2014-10-02 10:57:43 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* plugins/elements/gstqueue2.c:
|
||||
queue2: update segment position on GAP events to calculate levels properly
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737498
|
||||
|
||||
2014-10-02 10:13:28 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* plugins/elements/gstcapsfilter.c:
|
||||
capsfilter: Push pending events before a buffer also if upstream never configured caps but we have srcpad caps already
|
||||
Otherwise we never send pending events downstream that arrive after we
|
||||
configured caps on the srcpad.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=737735
|
||||
|
||||
2014-09-24 10:11:54 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* scripts/gst-uninstalled:
|
||||
scripts: Handle gst-python in gst-uninstalled
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=709082
|
||||
|
||||
=== release 1.4.3 ===
|
||||
|
||||
2014-09-24 12:19:55 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/inspect/plugin-coreelements.xml:
|
||||
* gstreamer.doap:
|
||||
* win32/common/config.h:
|
||||
* win32/common/gstversion.h:
|
||||
Release 1.4.3
|
||||
|
||||
2014-09-24 11:15:07 +0300 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:
|
||||
Update .po files
|
||||
|
||||
2014-06-03 14:23:30 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer 1.4.3
|
||||
This is GStreamer 1.4.4
|
||||
|
||||
|
|
18
RELEASE
18
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer 1.4.3
|
||||
Release notes for GStreamer 1.4.4
|
||||
|
||||
The GStreamer team is pleased to announce a bugfix release of the stable
|
||||
1.4 release series. The 1.4 release series is adding new features on top
|
||||
|
@ -24,7 +24,6 @@ some new features and more intrusive changes that were considered too
|
|||
risky as a bugfix.
|
||||
|
||||
|
||||
|
||||
This module, gstreamer, only contains core functionality.
|
||||
For actual media playback, you will need other modules.
|
||||
|
||||
|
@ -48,8 +47,10 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 737102 : queue: Do not hold GST_QUEUE_LOCK while posting ERROR messages
|
||||
* 737133 : Missing gstconfig.h include
|
||||
* 737498 : multiqueue: doesn't take GAP event into account when calculating current level
|
||||
* 737794 : multiqueue: deadlock if queue overruns with serialized events
|
||||
* 737999 : systemclock: multi-thread entry status issue
|
||||
* 738198 : multiqueue: Does not wake up not-linked streams on EOS
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -86,7 +87,12 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Marcin Kolny
|
||||
* Thiago Santos
|
||||
* Aleix Conchillo Flaqué
|
||||
* Andrei Sarakeev
|
||||
* Guillaume Desmottes
|
||||
* Matej Knopp
|
||||
* Nicolas Huet
|
||||
* Sebastian Dröge
|
||||
* Thibault Saunier
|
||||
* Tim-Philipp Müller
|
||||
|
|
@ -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.4.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
|
||||
AC_INIT([GStreamer],[1.4.4],[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, 403, 0, 403)
|
||||
AS_LIBTOOL(GST, 404, 0, 404)
|
||||
|
||||
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.4.3</version>
|
||||
<version>1.4.4</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.4.4</revision>
|
||||
<branch>1.4</branch>
|
||||
<name></name>
|
||||
<created>2014-11-06</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.4.4.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.4.3</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 "2014-09-24"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2014-11-06"
|
||||
|
||||
/* 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.4.3"
|
||||
#define PACKAGE_STRING "GStreamer 1.4.4"
|
||||
|
||||
/* 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.4.3"
|
||||
#define PACKAGE_VERSION "1.4.4"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -401,7 +401,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.4.3"
|
||||
#define VERSION "1.4.4"
|
||||
|
||||
/* 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 (3)
|
||||
#define GST_VERSION_MICRO (4)
|
||||
/**
|
||||
* GST_VERSION_NANO:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue