From b49a4d5343b8d98ef2296ee78b1d43e1620f865f Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 19 Aug 2011 11:16:30 +0200 Subject: gst-plugins-good: version bump 0.10.29 - > 0.10.30 Signed-off-by: Michael Olbrich --- ...-destroy-open-buffers-when-changing-to-NU.patch | 26 ---------------------- patches/gst-plugins-good-0.10.29/series | 1 - ...-destroy-open-buffers-when-changing-to-NU.patch | 26 ++++++++++++++++++++++ patches/gst-plugins-good-0.10.30/series | 1 + rules/gst-plugins-good.make | 4 ++-- 5 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 patches/gst-plugins-good-0.10.29/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch delete mode 100644 patches/gst-plugins-good-0.10.29/series create mode 100644 patches/gst-plugins-good-0.10.30/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch create mode 100644 patches/gst-plugins-good-0.10.30/series diff --git a/patches/gst-plugins-good-0.10.29/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch b/patches/gst-plugins-good-0.10.29/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch deleted file mode 100644 index 39ebb6be8..000000000 --- a/patches/gst-plugins-good-0.10.29/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5423cc8de5c5ea0772043e03d3501a5560444b00 Mon Sep 17 00:00:00 2001 -From: Michael Grzeschik -Date: Mon, 18 Apr 2011 11:35:21 +0200 -Subject: [PATCH] follow up on bug:622500 in gst-plugins-good bugzilla - -The situation is still unclear, so just for now we will -keep that patch to check on this again later. ---- - sys/v4l2/gstv4l2sink.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/sys/v4l2/gstv4l2sink.c b/sys/v4l2/gstv4l2sink.c -index aa6785c..0df7faa 100644 ---- a/sys/v4l2/gstv4l2sink.c -+++ b/sys/v4l2/gstv4l2sink.c -@@ -725,6 +725,7 @@ gst_v4l2sink_set_caps (GstBaseSink * bsink, GstCaps * caps) - * gst_v4l2_buffer_pool_destroy() - * - */ -+ gst_v4l2_object_stop_streaming(v4l2sink->v4l2object); - GST_DEBUG_OBJECT (v4l2sink, "warning, changing caps not supported yet"); - return FALSE; - } --- -1.7.4.1 - diff --git a/patches/gst-plugins-good-0.10.29/series b/patches/gst-plugins-good-0.10.29/series deleted file mode 100644 index 19065a40a..000000000 --- a/patches/gst-plugins-good-0.10.29/series +++ /dev/null @@ -1 +0,0 @@ -0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch diff --git a/patches/gst-plugins-good-0.10.30/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch b/patches/gst-plugins-good-0.10.30/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch new file mode 100644 index 000000000..39ebb6be8 --- /dev/null +++ b/patches/gst-plugins-good-0.10.30/0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch @@ -0,0 +1,26 @@ +From 5423cc8de5c5ea0772043e03d3501a5560444b00 Mon Sep 17 00:00:00 2001 +From: Michael Grzeschik +Date: Mon, 18 Apr 2011 11:35:21 +0200 +Subject: [PATCH] follow up on bug:622500 in gst-plugins-good bugzilla + +The situation is still unclear, so just for now we will +keep that patch to check on this again later. +--- + sys/v4l2/gstv4l2sink.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/sys/v4l2/gstv4l2sink.c b/sys/v4l2/gstv4l2sink.c +index aa6785c..0df7faa 100644 +--- a/sys/v4l2/gstv4l2sink.c ++++ b/sys/v4l2/gstv4l2sink.c +@@ -725,6 +725,7 @@ gst_v4l2sink_set_caps (GstBaseSink * bsink, GstCaps * caps) + * gst_v4l2_buffer_pool_destroy() + * + */ ++ gst_v4l2_object_stop_streaming(v4l2sink->v4l2object); + GST_DEBUG_OBJECT (v4l2sink, "warning, changing caps not supported yet"); + return FALSE; + } +-- +1.7.4.1 + diff --git a/patches/gst-plugins-good-0.10.30/series b/patches/gst-plugins-good-0.10.30/series new file mode 100644 index 000000000..19065a40a --- /dev/null +++ b/patches/gst-plugins-good-0.10.30/series @@ -0,0 +1 @@ +0001-gstv4l2sink-destroy-open-buffers-when-changing-to-NU.patch diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make index 2e9b2917e..1e4861b73 100644 --- a/rules/gst-plugins-good.make +++ b/rules/gst-plugins-good.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_GOOD) += gst-plugins-good # # Paths and names # -GST_PLUGINS_GOOD_VERSION := 0.10.29 -GST_PLUGINS_GOOD_MD5 := 5a652416141d9530258b474dc1d384b9 +GST_PLUGINS_GOOD_VERSION := 0.10.30 +GST_PLUGINS_GOOD_MD5 := 62fd7a3ef187c4f99b3d7c352d58dae9 GST_PLUGINS_GOOD := gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION) GST_PLUGINS_GOOD_SUFFIX := tar.bz2 GST_PLUGINS_GOOD_URL := http://gstreamer.freedesktop.org/src/gst-plugins-good/$(GST_PLUGINS_GOOD).$(GST_PLUGINS_GOOD_SUFFIX) -- cgit v1.2.3