[SCM] gsequencer/master: fixed missing include and declaration

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Thu Mar 16 21:05:11 UTC 2017


The following commit has been merged in the master branch:
commit f46296893cb5021dd9a1f065576faeecf5ba1c09
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Thu Mar 16 20:38:19 2017 +0100

    fixed missing include and declaration

diff --git a/debian/patches/fix-broken-thread-frequency.diff b/debian/patches/fix-broken-thread-frequency.diff
index badb270..8859a55 100644
--- a/debian/patches/fix-broken-thread-frequency.diff
+++ b/debian/patches/fix-broken-thread-frequency.diff
@@ -336,7 +336,25 @@
  #endif /*__AGS_MAIN_LOOP_H__*/
 --- a/ags/audio/thread/ags_audio_loop.c
 +++ b/ags/audio/thread/ags_audio_loop.c
-@@ -271,6 +271,7 @@
+@@ -42,6 +42,8 @@
+ #include <ags/audio/thread/ags_export_thread.h>
+ #include <ags/audio/thread/ags_audio_thread.h>
+ #include <ags/audio/thread/ags_channel_thread.h>
++#include <ags/audio/thread/ags_recycling_thread.h>
++#include <ags/audio/thread/ags_iterator_thread.h>
+ 
+ #include <fontconfig/fontconfig.h>
+ 
+@@ -68,6 +70,8 @@
+ guint ags_audio_loop_get_last_sync(AgsMainLoop *main_loop);
+ gboolean ags_audio_loop_monitor(AgsMainLoop *main_loop,
+ 				guint time_cycle, guint *time_spent);
++void ags_audio_loop_change_frequency(AgsMainLoop *main_loop,
++				     gdouble frequency);
+ void ags_audio_loop_finalize(GObject *gobject);
+ 
+ void ags_audio_loop_start(AgsThread *thread);
+@@ -271,6 +275,7 @@
    main_loop->get_last_sync = ags_audio_loop_get_last_sync;
    main_loop->interrupt = NULL;
    main_loop->monitor = ags_audio_loop_monitor;
@@ -344,7 +362,7 @@
  }
  
  void
-@@ -592,6 +593,74 @@
+@@ -592,6 +597,74 @@
    }
  }
  

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list