pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer1 Update to 1.4.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a54b10c72e8b
branches:  trunk
changeset: 641502:a54b10c72e8b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 09 16:30:18 2014 +0000

description:
Update to 1.4.4:

=== release 1.4.4 ===

2014-11-06  Sebastian Dröge <slomo%coaxion.net@localhost>

        * configure.ac:
          releasing 1.4.4

2014-10-24 12:51:07 +0100  Tim-Philipp Müller <tim%centricular.com@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * plugins/elements/gstqueue.c:
          queue: Add missing break in switch

2014-09-27 20:10:34 +0200  Matej Knopp <matej.knopp%gmail.com@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * scripts/gst-uninstalled:
          scripts: Handle gst-python in gst-uninstalled
          https://bugzilla.gnome.org/show_bug.cgi?id=709082

diffstat:

 multimedia/gstreamer1/Makefile |  4 ++--
 multimedia/gstreamer1/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a6f0f239fe82 -r a54b10c72e8b multimedia/gstreamer1/Makefile
--- a/multimedia/gstreamer1/Makefile    Sun Nov 09 16:13:24 2014 +0000
+++ b/multimedia/gstreamer1/Makefile    Sun Nov 09 16:30:18 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/10/01 14:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/11/09 16:30:18 wiz Exp $
 
-DISTNAME=      gstreamer-1.4.3
+DISTNAME=      gstreamer-1.4.4
 PKGNAME=       ${DISTNAME:S/gstreamer/gstreamer1/}
 CATEGORIES=    multimedia
 MASTER_SITES=  http://gstreamer.freedesktop.org/src/gstreamer/
diff -r a6f0f239fe82 -r a54b10c72e8b multimedia/gstreamer1/distinfo
--- a/multimedia/gstreamer1/distinfo    Sun Nov 09 16:13:24 2014 +0000
+++ b/multimedia/gstreamer1/distinfo    Sun Nov 09 16:30:18 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2014/10/01 14:26:15 wiz Exp $
+$NetBSD: distinfo,v 1.13 2014/11/09 16:30:18 wiz Exp $
 
-SHA1 (gstreamer-1.4.3.tar.xz) = 8c432b0a44e0142344fb3c85ff3afa64f66eca9a
-RMD160 (gstreamer-1.4.3.tar.xz) = 7b5bb5b006823ae5342b468085e8ccf0a7b9bec3
-Size (gstreamer-1.4.3.tar.xz) = 3323476 bytes
+SHA1 (gstreamer-1.4.4.tar.xz) = e2aba44c31b41f016bc4ce85539022e12a81d3f7
+RMD160 (gstreamer-1.4.4.tar.xz) = 528b1301bd0c1434fc0ccdbf34ae4de4b0215100
+Size (gstreamer-1.4.4.tar.xz) = 3323860 bytes



Home | Main Index | Thread Index | Old Index