All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Rafael Giani <dv@pseudoterminal.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 4/8] gstreamer1.0-plugins-good: upgrade to version 1.8.1
Date: Thu, 28 Apr 2016 21:06:29 +0200	[thread overview]
Message-ID: <1461870393-3545-4-git-send-email-dv@pseudoterminal.org> (raw)
In-Reply-To: <1461870393-3545-1-git-send-email-dv@pseudoterminal.org>

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 .../0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch | 6 +++---
 ...1.0-plugins-good_1.6.3.bb => gstreamer1.0-plugins-good_1.8.1.bb} | 6 ++++--
 2 files changed, 7 insertions(+), 5 deletions(-)
 mode change 100755 => 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.6.3.bb => gstreamer1.0-plugins-good_1.8.1.bb} (69%)

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
old mode 100755
new mode 100644
index d1973d4..a2cbb70
--- 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
 index 7913d9a..1749d39 100644
 --- a/gst/rtp/gstrtpmp4gpay.c
 +++ b/gst/rtp/gstrtpmp4gpay.c
-@@ -390,6 +390,7 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
+@@ -391,6 +391,7 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
    const GValue *codec_data;
    const gchar *media_type = NULL;
    gboolean res;
@@ -25,7 +25,7 @@ index 7913d9a..1749d39 100644
  
    rtpmp4gpay = GST_RTP_MP4G_PAY (payload);
  
-@@ -400,7 +401,6 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
+@@ -401,7 +402,6 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
      GST_LOG_OBJECT (rtpmp4gpay, "got codec_data");
      if (G_VALUE_TYPE (codec_data) == GST_TYPE_BUFFER) {
        GstBuffer *buffer;
@@ -33,7 +33,7 @@ index 7913d9a..1749d39 100644
  
        buffer = gst_value_get_buffer (codec_data);
        GST_LOG_OBJECT (rtpmp4gpay, "configuring codec_data");
-@@ -426,6 +426,23 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
+@@ -427,6 +427,23 @@ gst_rtp_mp4g_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
  
        rtpmp4gpay->config = gst_buffer_copy (buffer);
      }
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
similarity index 69%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.1.bb
index 0b4f436..26e3c6f 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 \
 SRC_URI = " \
     http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \
     file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \
+    file://avoid-including-sys-poll.h-directly.patch \
+    file://ensure-valid-sentinel-for-gst_structure_get.patch \
 "
 
-SRC_URI[md5sum] = "a1958df7aa498b42793e2f2048673815"
-SRC_URI[sha256sum] = "24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177"
+SRC_URI[md5sum] = "3eabe7277681b9bef8a64c312de03d47"
+SRC_URI[sha256sum] = "2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972"
 
 S = "${WORKDIR}/gst-plugins-good-${PV}"
-- 
2.5.0



  parent reply	other threads:[~2016-04-28 19:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 19:06 [PATCH v2 1/8] orc: update to 0.4.25 Carlos Rafael Giani
2016-04-28 19:06 ` [PATCH v2 2/8] gstreamer1.0: upgrade to version 1.8.1 Carlos Rafael Giani
2016-06-17  2:46   ` Andre McCurdy
2016-06-17  2:58     ` Christopher Larson
2016-06-17 10:53       ` Burton, Ross
2016-04-28 19:06 ` [PATCH v2 3/8] gstreamer1.0-plugins-base: " Carlos Rafael Giani
2016-04-28 19:06 ` Carlos Rafael Giani [this message]
2016-04-28 19:06 ` [PATCH v2 5/8] gstreamer1.0-plugins-bad: " Carlos Rafael Giani
2016-05-23 18:36   ` Christopher Larson
2016-05-23 18:37     ` Christopher Larson
2016-05-23 18:50       ` Carlos Rafael Giani
2016-04-28 19:06 ` [PATCH v2 6/8] gstreamer1.0-plugins-ugly: " Carlos Rafael Giani
2016-04-28 19:06 ` [PATCH v2 7/8] gstreamer1.0-libav: " Carlos Rafael Giani
2016-04-28 19:06 ` [PATCH v2 8/8] gstreamer1.0-rtsp-server: " Carlos Rafael Giani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461870393-3545-4-git-send-email-dv@pseudoterminal.org \
    --to=dv@pseudoterminal.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.