diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-11 11:06:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-11 11:06:30 +0000 |
commit | 15d21b9565e35d349fbc80cf92ce6d51a78f65f4 (patch) | |
tree | e625346cc972276fb0718a26c0568e59d1fbd2ef /multimedia/farsight2 | |
parent | 7cfb89f16b649a9832fbd2fab2fb4d51deaaf86e (diff) | |
download | pkgsrc-15d21b9565e35d349fbc80cf92ce6d51a78f65f4.tar.gz |
Update to 0.0.26:
Version 0.0.26
rawconference: Correctly check if thread is internal
rawstream: Don't start sending before having codecs
rawsession: Only manipulate the valve from the session itlsef
rawsession: Simplify transform bins creation
rawsession: Remove g_debug
rawsession: Unref the right object
rawsession: Only remove sink if it has been added
rtpconference: Correctly check if a thread is internal
rtpstream: Fix reference leak in fs_rtp_stream_set_negotiated_codecs_unlock()
Keep a ref to the fakesink
fsrawconference: Make the construction more consistent
In the construction of a raw session we add a bunch of elements. For all
elements unref them in _constructed if adding them to the bin fails, for
all other failures, leave it to the _dispose function to remove and
unref the elements
Use full prefix, even for private functions
Add a transformation bin the source pipeline
As upstream negotiation in Gstreamer still doesn't actually work, we'll
need to change transform elements around every time the caps are changed
as that will cause a re-negotiation and things will keep working..
Unfortunately managing dynamic pipelines has its own challenges, so add
a tee ! fakesink which will eat all the errors for us...
fsrawconference: Make fsrawstream explicitely ask the session to set the direction
fsrawconference: Cope with fs_raw_session_new returning NULL
Diffstat (limited to 'multimedia/farsight2')
-rw-r--r-- | multimedia/farsight2/Makefile | 4 | ||||
-rw-r--r-- | multimedia/farsight2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile index e518e744071..0608ffcf8b0 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2011/02/21 15:55:46 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2011/03/11 11:06:30 wiz Exp $ # -DISTNAME= farsight2-0.0.25 +DISTNAME= farsight2-0.0.26 CATEGORIES= chat multimedia MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ diff --git a/multimedia/farsight2/distinfo b/multimedia/farsight2/distinfo index d4b691b957f..8f067ad8821 100644 --- a/multimedia/farsight2/distinfo +++ b/multimedia/farsight2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2011/02/21 15:55:46 wiz Exp $ +$NetBSD: distinfo,v 1.14 2011/03/11 11:06:30 wiz Exp $ -SHA1 (farsight2-0.0.25.tar.gz) = 9137b40a81a7933bacb3015ed1995c6b84b3ca1f -RMD160 (farsight2-0.0.25.tar.gz) = b57785c931909cb7dfc87be5aa7a6587e53e96b0 -Size (farsight2-0.0.25.tar.gz) = 1164615 bytes +SHA1 (farsight2-0.0.26.tar.gz) = 4d0e105a807075dd2a5c837aca92febdef6229a4 +RMD160 (farsight2-0.0.26.tar.gz) = 62e7b6f114040e0cd3e995439532a6937e0dbafa +Size (farsight2-0.0.26.tar.gz) = 1167062 bytes SHA1 (patch-ab) = 27fd12ad2d1774cbeb7c11a4cee5b40e5ea97853 SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6 SHA1 (patch-aj) = c8f92433243a5741403721bb248e4471a23583eb |