aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-10 01:03:43 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-12-13 12:59:57 +0100
commit8e54efb977dc89f52cd3679b3c0410fcaed6b272 (patch)
tree6c1ac8a79881ac5756b1d54d6d9014ba6188ad1c /recipes/gstreamer
parentab163b72ae96cd786c56b06ef8c38bd33068d003 (diff)
downloadopenembedded-8e54efb977dc89f52cd3679b3c0410fcaed6b272.tar.gz
gst-plugins-good: remove unpinned versions
Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gst-plugins-good/flvdemux-ecma.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/gstreamer/gst-plugins-good/flvdemux-ecma.diff b/recipes/gstreamer/gst-plugins-good/flvdemux-ecma.diff
deleted file mode 100644
index 6def2e07fd..0000000000
--- a/recipes/gstreamer/gst-plugins-good/flvdemux-ecma.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-From dd82612340001e7ff821725ac257a0a36ab1fea7 Mon Sep 17 00:00:00 2001
-From: Jan UrbaƄski <wulczer@wulczer.org>
-Date: Mon, 09 Nov 2009 11:17:34 +0000
-Subject: flvmux: properly finish the ECMA array
-
-The ECMA array with the file index was missing a mandatory end marker.
-Fixes bug #601242.
----
-diff --git a/gst/flv/gstflvmux.c b/gst/flv/gstflvmux.c
-index 89e8279..e1cb143 100644
---- a/gst/flv/gstflvmux.c
-+++ b/gst/flv/gstflvmux.c
-@@ -1060,6 +1060,11 @@ gst_flv_mux_write_index (GstFlvMux * mux)
- }
- script_tag = gst_buffer_join (script_tag, tmp);
-
-+ tmp = gst_buffer_new_and_alloc (3);
-+ data = GST_BUFFER_DATA (tmp);
-+ GST_WRITE_UINT24_BE (data, 9); /* finish the ECMA array */
-+ script_tag = gst_buffer_join (script_tag, tmp);
-+
- tmp = gst_buffer_new_and_alloc (4);
- data = GST_BUFFER_DATA (tmp);
- GST_WRITE_UINT32_BE (data, GST_BUFFER_SIZE (script_tag));
---
-cgit v0.8.3-6-g21f6