From 2c2b1e5d3a0dfb2df52009c27e607ac738f63204 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 26 Jun 2010 14:51:07 +0800 Subject: gstreamer: Upgraded to version 0.10.29 Rebase check_fix.patch Remove po-makefile-fix.patch since it is not being used Remove do_configure_prepend since ${S}/common/m4/lib-link.m4 is not exist in the latest version Change the local file directory name to ${PN}-${PV} Signed-off-by: Dongxiao Xu --- .../gstreamer-0.10.29/gst-inspect-check-error.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/packages/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch (limited to 'meta/packages/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch') diff --git a/meta/packages/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch b/meta/packages/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch new file mode 100644 index 000000000..4ca1dbe6a --- /dev/null +++ b/meta/packages/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch @@ -0,0 +1,14 @@ +# Fix crash with gst-inspect +# Chris Lord + +--- gstreamer-0.10.9/tools/gst-inspect.c.old 2006-09-12 11:56:53.000000000 +0100 ++++ gstreamer-0.10.9/tools/gst-inspect.c 2006-09-12 11:57:27.000000000 +0100 +@@ -1123,7 +1123,7 @@ + g_option_context_add_main_entries (ctx, options, GETTEXT_PACKAGE); + g_option_context_add_group (ctx, gst_init_get_option_group ()); + if (!g_option_context_parse (ctx, &argc, &argv, &err)) { +- g_print ("Error initializing: %s\n", err->message); ++ g_print ("Error initializing: %s\n", err ? err->message : "(null)"); + exit (1); + } + g_option_context_free (ctx); -- cgit v1.2.3