From 205d909071c5f4f7f681757bba0078d664bf61c3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 3 Aug 2007 15:21:57 +0000 Subject: Upgrade gstreamer and gst-plugins-base to hot new releases git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2354 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../gstreamer/gstreamer-0.10.14/gst-inspect-check-error.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/packages/gstreamer/gstreamer-0.10.14/gst-inspect-check-error.patch (limited to 'meta/packages/gstreamer/gstreamer-0.10.14/gst-inspect-check-error.patch') diff --git a/meta/packages/gstreamer/gstreamer-0.10.14/gst-inspect-check-error.patch b/meta/packages/gstreamer/gstreamer-0.10.14/gst-inspect-check-error.patch new file mode 100644 index 000000000..5da6cdd9c --- /dev/null +++ b/meta/packages/gstreamer/gstreamer-0.10.14/gst-inspect-check-error.patch @@ -0,0 +1,11 @@ +--- 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