[longomatch] Init core before initializing gstreamer
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Init core before initializing gstreamer
- Date: Mon, 19 Dec 2011 22:48:14 +0000 (UTC)
commit 4112fbae0d73b7df6b4d8b816adc03894551bd53
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Dec 19 23:41:18 2011 +0100
Init core before initializing gstreamer
LongoMatch/Main.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 13ebb93..1e4455d 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -46,6 +46,8 @@ namespace LongoMatch
/* Init Gtk */
Application.Init();
+ Core.Init();
+
/* Init GStreamer */
GStreamer.Init();
if (!GStreamer.CheckInstallation())
@@ -55,7 +57,6 @@ namespace LongoMatch
try {
- Core.Init();
AddinsManager manager = new AddinsManager(Path.Combine(Config.HomeDir(), "addins"));
manager.LoadConfigModifierAddins();
GUIToolkit guiToolkit = new GUIToolkit();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]