[rhythmbox/gstreamer-1.0: 19/22] rb-missing-plugins: Fix for latest gst 1.0 API change
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/gstreamer-1.0: 19/22] rb-missing-plugins: Fix for latest gst 1.0 API change
- Date: Mon, 5 Nov 2012 23:08:31 +0000 (UTC)
commit 61d3088de392d796fc1fc7f83c3640e1bb037e9a
Author: Edward Hervey <edward hervey collabora co uk>
Date: Tue Sep 11 10:46:45 2012 +0200
rb-missing-plugins: Fix for latest gst 1.0 API change
lib/rb-missing-plugins.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/rb-missing-plugins.c b/lib/rb-missing-plugins.c
index 7f1c593..b499826 100644
--- a/lib/rb-missing-plugins.c
+++ b/lib/rb-missing-plugins.c
@@ -220,7 +220,7 @@ rb_missing_plugins_install (const char **details, gboolean ignore_blacklist, GCl
#endif
}
- status = gst_install_plugins_async (ctx->details, install_ctx,
+ status = gst_install_plugins_async ((const gchar* const*) ctx->details, install_ctx,
on_plugin_installation_done,
ctx);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]