aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/04_gstreamer-1.0.patch18
-rw-r--r--debian/patches/series1
3 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b8aed08..85ab462 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ gst-libav1.0 (1.0.3-2) experimental; urgency=low
debian/patches/03_git-2012-12-18.patch:
+ Port to libav 9 API.
+ Backport all GIT changes up to today.
+ * debian/patches/04_gstreamer-1.0.patch:
+ + Don't use features new since GStreamer 1.1.
-- Sebastian Dröge <slomo@debian.org> Tue, 18 Dec 2012 11:41:55 +0100
diff --git a/debian/patches/04_gstreamer-1.0.patch b/debian/patches/04_gstreamer-1.0.patch
new file mode 100644
index 0000000..ef78e88
--- /dev/null
+++ b/debian/patches/04_gstreamer-1.0.patch
@@ -0,0 +1,18 @@
+Index: gst-libav1.0/ext/libav/gstavcodecmap.c
+===================================================================
+--- gst-libav1.0.orig/ext/libav/gstavcodecmap.c 2012-12-18 11:46:01.518162985 +0100
++++ gst-libav1.0/ext/libav/gstavcodecmap.c 2012-12-18 11:46:14.610162737 +0100
+@@ -2426,12 +2426,7 @@
+ {GST_VIDEO_FORMAT_I420_10LE, PIX_FMT_YUV420P10LE},
+ {GST_VIDEO_FORMAT_I420_10BE, PIX_FMT_YUV420P10BE},
+ {GST_VIDEO_FORMAT_I422_10LE, PIX_FMT_YUV422P10LE},
+- {GST_VIDEO_FORMAT_I422_10BE, PIX_FMT_YUV422P10BE},
+- {GST_VIDEO_FORMAT_Y444_10LE, PIX_FMT_YUV444P10LE},
+- {GST_VIDEO_FORMAT_Y444_10BE, PIX_FMT_YUV444P10BE},
+- {GST_VIDEO_FORMAT_GBR, PIX_FMT_GBRP},
+- {GST_VIDEO_FORMAT_GBR_10LE, PIX_FMT_GBRP10LE},
+- {GST_VIDEO_FORMAT_GBR_10BE, PIX_FMT_GBRP10BE},
++ {GST_VIDEO_FORMAT_I422_10BE, PIX_FMT_YUV422P10BE}
+ };
+
+ GstVideoFormat
diff --git a/debian/patches/series b/debian/patches/series
index 9950eab..87e1275 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
02_plugin-dependencies.patch
03_git-2012-12-18.patch
+04_gstreamer-1.0.patch
99_ltmain_as-needed.patch