summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2016-04-28 21:06:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:31:11 +0100
commit9f9e48cc9d4737c45fb6e537fb32c3e7684e82c8 (patch)
treecd05b414cec8d78538d5b65f6e60d476a7dda956 /meta/recipes-multimedia
parent32a315a1a1b4a0e0db20e5cfe042afc639bee192 (diff)
downloadpoky-9f9e48cc9d4737c45fb6e537fb32c3e7684e82c8.tar.gz
gstreamer1.0-plugins-good: upgrade to version 1.8.1
(From OE-Core rev: 164c4c82387152310e557d43ccfa15f4275342ee) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--[-rwxr-xr-x]meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch6
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bb)6
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
index d1973d439f..a2cbb70fe9 100755..100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
@@ -17,7 +17,7 @@ diff --git a/gst/rtp/gstrtpmp4gpay.c b/gst/rtp/gstrtpmp4gpay.c
17index 7913d9a..1749d39 100644 17index 7913d9a..1749d39 100644
18--- a/gst/rtp/gstrtpmp4gpay.c 18--- a/gst/rtp/gstrtpmp4gpay.c
19+++ b/gst/rtp/gstrtpmp4gpay.c 19+++ b/gst/rtp/gstrtpmp4gpay.c
20@@ -390,6 +390,7 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps) 20@@ -391,6 +391,7 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
21 const GValue *codec_data; 21 const GValue *codec_data;
22 const gchar *media_type = NULL; 22 const gchar *media_type = NULL;
23 gboolean res; 23 gboolean res;
@@ -25,7 +25,7 @@ index 7913d9a..1749d39 100644
25 25
26 rtpmp4gpay = GST_RTP_MP4G_PAY (payload); 26 rtpmp4gpay = GST_RTP_MP4G_PAY (payload);
27 27
28@@ -400,7 +401,6 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps) 28@@ -401,7 +402,6 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
29 GST_LOG_OBJECT (rtpmp4gpay, "got codec_data"); 29 GST_LOG_OBJECT (rtpmp4gpay, "got codec_data");
30 if (G_VALUE_TYPE (codec_data) == GST_TYPE_BUFFER) { 30 if (G_VALUE_TYPE (codec_data) == GST_TYPE_BUFFER) {
31 GstBuffer *buffer; 31 GstBuffer *buffer;
@@ -33,7 +33,7 @@ index 7913d9a..1749d39 100644
33 33
34 buffer = gst_value_get_buffer (codec_data); 34 buffer = gst_value_get_buffer (codec_data);
35 GST_LOG_OBJECT (rtpmp4gpay, "configuring codec_data"); 35 GST_LOG_OBJECT (rtpmp4gpay, "configuring codec_data");
36@@ -426,6 +426,23 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps) 36@@ -427,6 +427,23 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
37 37
38 rtpmp4gpay->config = gst_buffer_copy (buffer); 38 rtpmp4gpay->config = gst_buffer_copy (buffer);
39 } 39 }
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb
index 0b4f43690b..26e3c6f157 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb
@@ -7,9 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
7SRC_URI = " \ 7SRC_URI = " \
8 http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ 8 http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \
9 file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \ 9 file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \
10 file://avoid-including-sys-poll.h-directly.patch \
11 file://ensure-valid-sentinel-for-gst_structure_get.patch \
10" 12"
11 13
12SRC_URI[md5sum] = "a1958df7aa498b42793e2f2048673815" 14SRC_URI[md5sum] = "3eabe7277681b9bef8a64c312de03d47"
13SRC_URI[sha256sum] = "24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177" 15SRC_URI[sha256sum] = "2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972"
14 16
15S = "${WORKDIR}/gst-plugins-good-${PV}" 17S = "${WORKDIR}/gst-plugins-good-${PV}"