aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2014-07-30 10:57:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-02 09:21:14 +0100
commit3cd159ab21a0d56c9c16c8fbd534fd5db63c6819 (patch)
tree7cfaaa02732c21f5817d354c3438ce0af459a9ca /meta/recipes-multimedia/gstreamer/gstreamer1.0
parentd5fe5a93d310966d5389600c9e102f894772325b (diff)
downloadopenembedded-core-contrib-3cd159ab21a0d56c9c16c8fbd534fd5db63c6819.tar.gz
gstreamer1.0: upgrade to 1.4.0
* Backported patch removed, since it is already included in this release Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-pass-rate-of-input-segment-to-output-segment.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-pass-rate-of-input-segment-to-output-segment.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-pass-rate-of-input-segment-to-output-segment.patch
deleted file mode 100644
index be6c834df2..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-pass-rate-of-input-segment-to-output-segment.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From e70334442ba3bb046a6389bb3d8549323dc1e7f0 Mon Sep 17 00:00:00 2001
-From: zhouming <zmafox@gmail.com>
-Date: Wed, 7 May 2014 18:26:38 +0800
-Subject: [PATCH] pass rate of input segment to output segment.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=729701
-
-Commit - 2793f808ee7fbebc7de2c7b733c6e94dac6a099f in master branch
-
-Upstream Status: Backported
-
-Signed-off-by: <zmafox@gmail.com>
----
- libs/gst/base/gstbaseparse.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/libs/gst/base/gstbaseparse.c b/libs/gst/base/gstbaseparse.c
-index 4378cad..7579b5e 100644
---- a/libs/gst/base/gstbaseparse.c
-+++ b/libs/gst/base/gstbaseparse.c
-@@ -1012,6 +1012,8 @@ gst_base_parse_sink_event_default (GstBaseParse * parse, GstEvent * event)
-
- gst_event_parse_segment (event, &in_segment);
- gst_segment_init (&out_segment, GST_FORMAT_TIME);
-+ out_segment.rate = in_segment->rate;
-+ out_segment.applied_rate = in_segment->applied_rate;
-
- GST_DEBUG_OBJECT (parse, "segment %" GST_SEGMENT_FORMAT, in_segment);
-
---
-1.7.9.5
-