[farstream] Add patch to prefer vp8. Thanks, Debarshi.

Brian Pepple bpepple at fedoraproject.org
Sat Mar 24 13:40:20 UTC 2012


commit 60c92c375daf53b6485a569923075b7cc227aa2d
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Sat Mar 24 09:40:07 2012 -0400

    Add patch to prefer vp8. Thanks, Debarshi.

 farstream-prefer-vp8.patch |   12 ++++++++++++
 farstream.spec             |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/farstream-prefer-vp8.patch b/farstream-prefer-vp8.patch
new file mode 100644
index 0000000..67009a8
--- /dev/null
+++ b/farstream-prefer-vp8.patch
@@ -0,0 +1,12 @@
+diff -urNp farstream-0.1.1.orig/gst/fsrtpconference/default-codec-preferences farstream-0.1.1/gst/fsrtpconference/default-codec-preferences
+--- farstream-0.1.1.orig/gst/fsrtpconference/default-codec-preferences	2012-03-20 12:12:22.644324485 +0100
++++ farstream-0.1.1/gst/fsrtpconference/default-codec-preferences	2012-03-21 09:32:04.468634455 +0100
+@@ -41,6 +41,8 @@ feedback:nack/pli=
+ [video/H263]
+ feedback:nack/pli=
+ 
++[video/VP8-DRAFT-IETF-01]
++
+ [video/THEORA]
+ #feedback:tfrc=
+ feedback:nack/pli=
diff --git a/farstream.spec b/farstream.spec
index 29bdeac..77cf52c 100644
--- a/farstream.spec
+++ b/farstream.spec
@@ -5,12 +5,13 @@
 
 Name:           farstream
 Version:        0.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Libraries for videoconferencing
 
 License:        LGPLv2+
 URL:            http://www.freedesktop.org/wiki/Software/Farstream
 Source0:        http://freedesktop.org/software/%{name}/releases/%{name}/%{name}-%{version}.tar.gz
+Patch0:         farstream-prefer-vp8.patch
 
 BuildRequires:  libnice-devel >= 0.1.0
 BuildRequires:  gstreamer-devel >= %{gst_ver}
@@ -68,6 +69,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
+%patch0 -p1 -b .vp8
 
 
 %build
@@ -128,6 +130,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Sat Mar 24 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.1.2-2
+- Add patch to prefer vp8. Thanks, Debarshi.
+
 * Fri Mar 23 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.1.2-1
 - Update to 0.1.2.
 - Drop patch to ignore config while comparing send codecs. Fixed upstream.


More information about the scm-commits mailing list