diff -Nru gst-plugins-bad0.10-0.10.22.3/debian/changelog gst-plugins-bad0.10-0.10.22.3/debian/changelog --- gst-plugins-bad0.10-0.10.22.3/debian/changelog 2012-04-10 08:37:52.000000000 -0400 +++ gst-plugins-bad0.10-0.10.22.3/debian/changelog 2012-07-31 00:27:49.000000000 -0400 @@ -1,3 +1,10 @@ +gst-plugins-bad0.10 (0.10.22.3-2ubuntu2.1) precise-proposed; urgency=low + + * Add patch cherrypicked from upstream commit 53735eaa to add a "realtime" + profile to vp8. (LP: #981803) + + -- James M Leddy Tue, 31 Jul 2012 00:26:51 -0400 + gst-plugins-bad0.10 (0.10.22.3-2ubuntu2) precise; urgency=low * No change rebuild. (LP: #964926) diff -Nru gst-plugins-bad0.10-0.10.22.3/debian/gstreamer-plugins-bad.install gst-plugins-bad0.10-0.10.22.3/debian/gstreamer-plugins-bad.install --- gst-plugins-bad0.10-0.10.22.3/debian/gstreamer-plugins-bad.install 2012-04-10 08:31:57.000000000 -0400 +++ gst-plugins-bad0.10-0.10.22.3/debian/gstreamer-plugins-bad.install 2012-07-31 00:26:20.000000000 -0400 @@ -112,3 +112,4 @@ @resindvd@ debian/tmp/usr/share/locale debian/tmp/usr/share/glib-2.0/schemas +debian/tmp/usr/share/gstreamer-@GST_ABI@ diff -Nru gst-plugins-bad0.10-0.10.22.3/debian/patches/series gst-plugins-bad0.10-0.10.22.3/debian/patches/series --- gst-plugins-bad0.10-0.10.22.3/debian/patches/series 2012-04-10 08:31:57.000000000 -0400 +++ gst-plugins-bad0.10-0.10.22.3/debian/patches/series 2012-07-31 00:23:17.000000000 -0400 @@ -1 +1,2 @@ +vp8-realtime-preset.patch 99_ltmain_as-needed.patch diff -Nru gst-plugins-bad0.10-0.10.22.3/debian/patches/vp8-realtime-preset.patch gst-plugins-bad0.10-0.10.22.3/debian/patches/vp8-realtime-preset.patch --- gst-plugins-bad0.10-0.10.22.3/debian/patches/vp8-realtime-preset.patch 1969-12-31 19:00:00.000000000 -0500 +++ gst-plugins-bad0.10-0.10.22.3/debian/patches/vp8-realtime-preset.patch 2012-07-31 00:23:17.000000000 -0400 @@ -0,0 +1,38 @@ +From 53735eaa72c4dd1c9714a9fed58ea13738969189 Mon Sep 17 00:00:00 2001 +From: Oleksij Rempel (Alexey Fisher) +Date: Mon, 02 Jan 2012 07:28:13 +0000 +Subject: vp8: add initial preset file + +This is initial preset file, currently with only one profile +for realtime encoding. + +Signed-off-by: Oleksij Rempel (Alexey Fisher) +--- +diff --git a/ext/vp8/GstVP8Enc.prs b/ext/vp8/GstVP8Enc.prs +new file mode 100644 +index 0000000..6e1d13d +--- a/ext/vp8/GstVP8Enc.prs ++++ b/ext/vp8/GstVP8Enc.prs +@@ -0,0 +1,7 @@ ++[_presets_] ++version=0.10 ++element-name=GstVP8Enc ++ ++[Profile Realtime] ++max-latency=1 ++speed=7 +diff --git a/ext/vp8/Makefile.am b/ext/vp8/Makefile.am +index d839666..312966c 100644 +--- a/ext/vp8/Makefile.am ++++ b/ext/vp8/Makefile.am +@@ -24,3 +24,8 @@ noinst_HEADERS = \ + gstvp8dec.h \ + gstvp8enc.h \ + gstvp8utils.h ++ ++presetdir = $(datadir)/gstreamer-$(GST_MAJORMINOR)/presets ++preset_DATA = GstVP8Enc.prs ++ ++EXTRA_DIST = $(preset_DATA) +-- +cgit v0.9.0.2-2-gbebe