Update to 0.2.2

Drop properties patch. Fixed upstream.
This commit is contained in:
Brian Pepple 2012-11-14 09:09:02 -05:00
parent 59d94b6845
commit 257ac55dcb
4 changed files with 8 additions and 44 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/farstream-0.2.0.tar.gz
/farstream-0.2.1.tar.gz
/farstream-0.2.2.tar.gz

View File

@ -1,39 +0,0 @@
From 097387c6c59ca410ae1f00427ba31d619a585215 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@freedesktop.org>
Date: Wed, 24 Oct 2012 17:54:08 +0200
Subject: [PATCH] Update and fix the default properties for vp8enc
The property names of the vp8enc element changed in GStreamer 1.0. See
the following commits from gst-plugins-good for some of the
corresponding changes:
- 392bd12a45b959b696365e5f25e315c2489fe025
- 9c0ff2f38174f2e4111859bd66956a77764cb515
Also, vp8enc uses target-bitrate, not bitrate.
---
gst/fsrtpconference/default-element-properties | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gst/fsrtpconference/default-element-properties b/gst/fsrtpconference/default-element-properties
index aad237d..fb8b62b 100644
--- a/gst/fsrtpconference/default-element-properties
+++ b/gst/fsrtpconference/default-element-properties
@@ -37,10 +37,11 @@ rtp-payload-size=1
bitrate=256
[vp8enc]
-bitrate=256000
-max-latency=1
-speed=2
-error-resilient=true
+target-bitrate=256000
+deadline=1
+cpu-used=4
+lag-in-frames=0
+error-resilient=1
[rtppcmupay]
ptime-multiple=20000000
--
1.7.12.1

View File

@ -3,15 +3,14 @@
%global far farstream
Name: %{far}02
Version: 0.2.1
Release: 2%{?dist}
Version: 0.2.2
Release: 1%{?dist}
Summary: Libraries for videoconferencing
# Package is LGPLv2 except for a few files in /common/coverage/
License: LGPLv2+ and GPLv2+
URL: http://www.freedesktop.org/wiki/Software/Farstream
Source0: http://freedesktop.org/software/%{far}/releases/%{far}/%{far}-%{version}.tar.gz
Patch0: 0001-Update-and-fix-the-default-properties-for-vp8enc.patch
BuildRequires: libnice-devel >= 0.1.3
BuildRequires: gstreamer1-devel >= %{gst_ver}
@ -45,7 +44,6 @@ developing applications that use %{name}.
%prep
%setup -q -n %{far}-%{version}
%patch0 -p1
%build
@ -99,6 +97,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Wed Nov 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
- Update to 0.2.2
- Drop properties patch. Fixed upstream.
* Wed Oct 24 2012 Debarshi Ray <rishi@fedoraproject.org> - 0.2.1-2
- Update and fix the default properties for vp8enc

View File

@ -1 +1 @@
479c42adf5cc606abcb47d58ed542414 farstream-0.2.1.tar.gz
01c20c1ed014ad4e18e55f1f6caf7877 farstream-0.2.2.tar.gz