diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2019-05-26 13:06:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-28 10:47:02 +0100 |
commit | 99d811197bbb379ee1a552c3dd53ae64fab14bb9 (patch) | |
tree | 96b61f9edf185fc9714f20047397dd97a9b8ae31 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad | |
parent | 2eddd87e63074341b81834e7a07e82265b462255 (diff) | |
download | poky-99d811197bbb379ee1a552c3dd53ae64fab14bb9.tar.gz |
gstreamer1.0-plugins-bad: upgrade to version 1.16.0
* 0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch
Removed since the https://bugzilla.gnome.org/show_bug.cgi?id=726571
fix is included in 1.16.0
* SCTP plugin got added
* WPE plugin got added (but currently disabled due to build problems with
meta-webkit; will be fixed in a separate commit)
* ACM, SPC, daala, VCD plugins got removed
(From OE-Core rev: 19897615db54dd24e4c67f32e64dfee171c03746)
Signed-off-by: Philippe Normand <philn@igalia.com>
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad')
5 files changed, 8 insertions, 51 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch deleted file mode 100644 index 05b991a8f0..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | From 7d8e8b8bcce34d01fc7ad7285b4eb17ad8949399 Mon Sep 17 00:00:00 2001 | ||
2 | From: Anuj Mittal <anuj.mittal@intel.com> | ||
3 | Date: Wed, 11 Apr 2018 11:06:39 +0800 | ||
4 | Subject: [PATCH] Makefile.am: don't hardcode libtool name when running | ||
5 | introspection tools | ||
6 | |||
7 | Upstream-Status: Pending [review on oe-core list] | ||
8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
9 | Signed-off-by: Maxin B. John <maxin.john@intel.com> | ||
10 | --- | ||
11 | gst-libs/gst/insertbin/Makefile.am | 2 +- | ||
12 | gst-libs/gst/mpegts/Makefile.am | 2 +- | ||
13 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/gst-libs/gst/insertbin/Makefile.am b/gst-libs/gst/insertbin/Makefile.am | ||
16 | index 1f8ea30..4b98ef6 100644 | ||
17 | --- a/gst-libs/gst/insertbin/Makefile.am | ||
18 | +++ b/gst-libs/gst/insertbin/Makefile.am | ||
19 | @@ -45,7 +45,7 @@ GstInsertBin-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstinsertbin-@GS | ||
20 | --library=libgstinsertbin-@GST_API_VERSION@.la \ | ||
21 | --include=Gst-@GST_API_VERSION@ \ | ||
22 | --include=GstBase-@GST_API_VERSION@ \ | ||
23 | - --libtool="$(top_builddir)/libtool" \ | ||
24 | + --libtool="$(LIBTOOL)" \ | ||
25 | --pkg gstreamer-@GST_API_VERSION@ \ | ||
26 | --pkg gstreamer-base-@GST_API_VERSION@ \ | ||
27 | --pkg-export gstreamer-insertbin-@GST_API_VERSION@ \ | ||
28 | diff --git a/gst-libs/gst/mpegts/Makefile.am b/gst-libs/gst/mpegts/Makefile.am | ||
29 | index f264e33..9934a4d 100644 | ||
30 | --- a/gst-libs/gst/mpegts/Makefile.am | ||
31 | +++ b/gst-libs/gst/mpegts/Makefile.am | ||
32 | @@ -82,7 +82,7 @@ GstMpegts-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstmpegts-@GST_API_ | ||
33 | --add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-video-@GST_API_VERSION@` \ | ||
34 | --library=libgstmpegts-@GST_API_VERSION@.la \ | ||
35 | --include=Gst-@GST_API_VERSION@ \ | ||
36 | - --libtool="$(top_builddir)/libtool" \ | ||
37 | + --libtool="$(LIBTOOL)" \ | ||
38 | --pkg gstreamer-@GST_API_VERSION@ \ | ||
39 | --pkg gstreamer-video-@GST_API_VERSION@ \ | ||
40 | --pkg-export gstreamer-mpegts-@GST_API_VERSION@ \ | ||
41 | -- | ||
42 | 2.7.4 | ||
43 | |||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/avoid-including-sys-poll.h-directly.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/avoid-including-sys-poll.h-directly.patch index 357fd78002..32261279a5 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/avoid-including-sys-poll.h-directly.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/avoid-including-sys-poll.h-directly.patch | |||
@@ -16,7 +16,7 @@ diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c | |||
16 | index b93255f..49f145a 100644 | 16 | index b93255f..49f145a 100644 |
17 | --- a/sys/dvb/gstdvbsrc.c | 17 | --- a/sys/dvb/gstdvbsrc.c |
18 | +++ b/sys/dvb/gstdvbsrc.c | 18 | +++ b/sys/dvb/gstdvbsrc.c |
19 | @@ -93,7 +93,7 @@ | 19 | @@ -97,7 +97,7 @@ |
20 | #include <gst/gst.h> | 20 | #include <gst/gst.h> |
21 | #include <gst/glib-compat-private.h> | 21 | #include <gst/glib-compat-private.h> |
22 | #include <sys/ioctl.h> | 22 | #include <sys/ioctl.h> |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch index ad86329893..25861b6b9d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch | |||
@@ -22,7 +22,7 @@ Index: gst-plugins-bad-1.12.3/configure.ac | |||
22 | =================================================================== | 22 | =================================================================== |
23 | --- gst-plugins-bad-1.12.3.orig/configure.ac | 23 | --- gst-plugins-bad-1.12.3.orig/configure.ac |
24 | +++ gst-plugins-bad-1.12.3/configure.ac | 24 | +++ gst-plugins-bad-1.12.3/configure.ac |
25 | @@ -2139,6 +2139,15 @@ AG_GST_CHECK_FEATURE(CHROMAPRINT, [chrom | 25 | @@ -1202,6 +1202,15 @@ AG_GST_CHECK_FEATURE(CHROMAPRINT, [chrom |
26 | ]) | 26 | ]) |
27 | 27 | ||
28 | dnl *** Curl *** | 28 | dnl *** Curl *** |
@@ -38,7 +38,7 @@ Index: gst-plugins-bad-1.12.3/configure.ac | |||
38 | translit(dnm, m, l) AM_CONDITIONAL(USE_CURL, true) | 38 | translit(dnm, m, l) AM_CONDITIONAL(USE_CURL, true) |
39 | AG_GST_CHECK_FEATURE(CURL, [Curl plugin], curl, [ | 39 | AG_GST_CHECK_FEATURE(CURL, [Curl plugin], curl, [ |
40 | PKG_CHECK_MODULES(CURL, libcurl >= 7.35.0, [ | 40 | PKG_CHECK_MODULES(CURL, libcurl >= 7.35.0, [ |
41 | @@ -2161,12 +2170,14 @@ AG_GST_CHECK_FEATURE(CURL, [Curl plugin] | 41 | @@ -1224,12 +1233,14 @@ AG_GST_CHECK_FEATURE(CURL, [Curl plugin] |
42 | ]) | 42 | ]) |
43 | AC_SUBST(CURL_CFLAGS) | 43 | AC_SUBST(CURL_CFLAGS) |
44 | AC_SUBST(CURL_LIBS) | 44 | AC_SUBST(CURL_LIBS) |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ensure-valid-sentinels-for-gst_structure_get-etc.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ensure-valid-sentinels-for-gst_structure_get-etc.patch index 20c9ffcd84..2d5389d953 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ensure-valid-sentinels-for-gst_structure_get-etc.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ensure-valid-sentinels-for-gst_structure_get-etc.patch | |||
@@ -27,7 +27,7 @@ Index: gst-plugins-bad-1.10.2/sys/decklink/gstdecklink.cpp | |||
27 | =================================================================== | 27 | =================================================================== |
28 | --- gst-plugins-bad-1.10.2.orig/sys/decklink/gstdecklink.cpp | 28 | --- gst-plugins-bad-1.10.2.orig/sys/decklink/gstdecklink.cpp |
29 | +++ gst-plugins-bad-1.10.2/sys/decklink/gstdecklink.cpp | 29 | +++ gst-plugins-bad-1.10.2/sys/decklink/gstdecklink.cpp |
30 | @@ -476,7 +476,7 @@ gst_decklink_mode_get_structure (GstDeck | 30 | @@ -617,7 +617,7 @@ gst_decklink_mode_get_structure (GstDeck |
31 | "pixel-aspect-ratio", GST_TYPE_FRACTION, mode->par_n, mode->par_d, | 31 | "pixel-aspect-ratio", GST_TYPE_FRACTION, mode->par_n, mode->par_d, |
32 | "interlace-mode", G_TYPE_STRING, | 32 | "interlace-mode", G_TYPE_STRING, |
33 | mode->interlaced ? "interleaved" : "progressive", | 33 | mode->interlaced ? "interleaved" : "progressive", |
@@ -36,7 +36,7 @@ Index: gst-plugins-bad-1.10.2/sys/decklink/gstdecklink.cpp | |||
36 | 36 | ||
37 | if (input && mode->interlaced) { | 37 | if (input && mode->interlaced) { |
38 | if (mode->tff) | 38 | if (mode->tff) |
39 | @@ -489,16 +489,16 @@ gst_decklink_mode_get_structure (GstDeck | 39 | @@ -632,16 +632,16 @@ gst_decklink_mode_get_structure (GstDeck |
40 | case bmdFormat8BitYUV: /* '2vuy' */ | 40 | case bmdFormat8BitYUV: /* '2vuy' */ |
41 | gst_structure_set (s, "format", G_TYPE_STRING, "UYVY", | 41 | gst_structure_set (s, "format", G_TYPE_STRING, "UYVY", |
42 | "colorimetry", G_TYPE_STRING, mode->colorimetry, | 42 | "colorimetry", G_TYPE_STRING, mode->colorimetry, |
@@ -61,7 +61,7 @@ Index: gst-plugins-bad-1.10.2/sys/decklink/gstdecklinkaudiosrc.cpp | |||
61 | =================================================================== | 61 | =================================================================== |
62 | --- gst-plugins-bad-1.10.2.orig/sys/decklink/gstdecklinkaudiosrc.cpp | 62 | --- gst-plugins-bad-1.10.2.orig/sys/decklink/gstdecklinkaudiosrc.cpp |
63 | +++ gst-plugins-bad-1.10.2/sys/decklink/gstdecklinkaudiosrc.cpp | 63 | +++ gst-plugins-bad-1.10.2/sys/decklink/gstdecklinkaudiosrc.cpp |
64 | @@ -322,7 +322,7 @@ gst_decklink_audio_src_set_caps (GstBase | 64 | @@ -387,7 +387,7 @@ gst_decklink_audio_src_set_caps (GstBase |
65 | g_mutex_unlock (&self->input->lock); | 65 | g_mutex_unlock (&self->input->lock); |
66 | 66 | ||
67 | if (videosrc) { | 67 | if (videosrc) { |
@@ -74,7 +74,7 @@ Index: gst-plugins-bad-1.10.2/sys/decklink/gstdecklinkvideosink.cpp | |||
74 | =================================================================== | 74 | =================================================================== |
75 | --- gst-plugins-bad-1.10.2.orig/sys/decklink/gstdecklinkvideosink.cpp | 75 | --- gst-plugins-bad-1.10.2.orig/sys/decklink/gstdecklinkvideosink.cpp |
76 | +++ gst-plugins-bad-1.10.2/sys/decklink/gstdecklinkvideosink.cpp | 76 | +++ gst-plugins-bad-1.10.2/sys/decklink/gstdecklinkvideosink.cpp |
77 | @@ -163,7 +163,7 @@ reset_framerate (GstCapsFeatures * featu | 77 | @@ -285,7 +285,7 @@ reset_framerate (GstCapsFeatures * featu |
78 | gpointer user_data) | 78 | gpointer user_data) |
79 | { | 79 | { |
80 | gst_structure_set (structure, "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, | 80 | gst_structure_set (structure, "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch index 5ce57714e7..73681f1002 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch | |||
@@ -14,7 +14,7 @@ diff --git a/gst-libs/gst/codecparsers/gstvc1parser.c b/gst-libs/gst/codecparser | |||
14 | index fd16ee0..ddb890c 100644 | 14 | index fd16ee0..ddb890c 100644 |
15 | --- a/gst-libs/gst/codecparsers/gstvc1parser.c | 15 | --- a/gst-libs/gst/codecparsers/gstvc1parser.c |
16 | +++ b/gst-libs/gst/codecparsers/gstvc1parser.c | 16 | +++ b/gst-libs/gst/codecparsers/gstvc1parser.c |
17 | @@ -1729,7 +1729,7 @@ gst_vc1_parse_sequence_layer (const guint8 * data, gsize size, | 17 | @@ -1730,7 +1730,7 @@ gst_vc1_parse_sequence_layer (const guint8 * data, gsize size, |
18 | GstVC1SeqLayer * seqlayer) | 18 | GstVC1SeqLayer * seqlayer) |
19 | { | 19 | { |
20 | guint32 tmp; | 20 | guint32 tmp; |