~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/80_fix_gstreamer_warning.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-03-19 15:04:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070319150434-zs10cew323xr45fk
Tags: 2.16.3-0ubuntu2
* debian/patches/80_fix_gstreamer_warning.patch:
  - call g_thread_init() to fix gstreamer warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur sound-juicer-2.16.3/src/sj-main.c sound-juicer-2.16.3.new/src/sj-main.c
 
2
--- sound-juicer-2.16.3/src/sj-main.c   2007-03-19 15:03:04.000000000 +0100
 
3
+++ sound-juicer-2.16.3.new/src/sj-main.c       2007-03-19 15:03:59.000000000 +0100
 
4
@@ -1317,6 +1317,8 @@
 
5
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 
6
   textdomain (GETTEXT_PACKAGE);
 
7
 
 
8
+  g_thread_init (NULL);
 
9
+
 
10
   ctx = g_option_context_new (_("- Extract music from your CDs"));
 
11
   g_option_context_add_main_entries (ctx, entries, GETTEXT_PACKAGE);  
 
12
   g_option_context_add_group (ctx, gst_init_get_option_group ());