Sun Nov 9 16:30:18 2014 UTC ()
Update to 1.4.4:

=== release 1.4.4 ===

2014-11-06  Sebastian Dr旦ge <slomo@coaxion.net>

	* configure.ac:
	  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


(wiz)
diff -r1.14 -r1.15 pkgsrc/multimedia/gstreamer1/Makefile
diff -r1.12 -r1.13 pkgsrc/multimedia/gstreamer1/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/multimedia/gstreamer1/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/Makefile 2014/10/01 14:26:15 1.14
+++ pkgsrc/multimedia/gstreamer1/Makefile 2014/11/09 16:30:18 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2014/10/01 14:26:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2014/11/09 16:30:18 wiz Exp $
2 2
3DISTNAME= gstreamer-1.4.3 3DISTNAME= gstreamer-1.4.4
4PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/} 4PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
5CATEGORIES= multimedia 5CATEGORIES= multimedia
6MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ 6MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gstreamer.freedesktop.org/ 10HOMEPAGE= http://gstreamer.freedesktop.org/
11COMMENT= Open source multimedia framework 11COMMENT= Open source multimedia framework
12LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= bison flex gmake perl pkg-config 16USE_TOOLS+= bison flex gmake perl pkg-config

cvs diff -r1.12 -r1.13 pkgsrc/multimedia/gstreamer1/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/distinfo 2014/10/01 14:26:15 1.12
+++ pkgsrc/multimedia/gstreamer1/distinfo 2014/11/09 16:30:18 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2014/10/01 14:26:15 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2014/11/09 16:30:18 wiz Exp $
2 2
3SHA1 (gstreamer-1.4.3.tar.xz) = 8c432b0a44e0142344fb3c85ff3afa64f66eca9a 3SHA1 (gstreamer-1.4.4.tar.xz) = e2aba44c31b41f016bc4ce85539022e12a81d3f7
4RMD160 (gstreamer-1.4.3.tar.xz) = 7b5bb5b006823ae5342b468085e8ccf0a7b9bec3 4RMD160 (gstreamer-1.4.4.tar.xz) = 528b1301bd0c1434fc0ccdbf34ae4de4b0215100
5Size (gstreamer-1.4.3.tar.xz) = 3323476 bytes 5Size (gstreamer-1.4.4.tar.xz) = 3323860 bytes