We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945fd3a commit 7c3835bCopy full SHA for 7c3835b
src/common/dbus.h
@@ -6,7 +6,8 @@
6
#include "util/FFstrbuf.h"
7
#include "common/library.h"
8
9
-#define FF_DBUS_TIMEOUT_MILLISECONDS 35
+#define FF_DBUS_TIMEOUT_MILLISECONDS 100
10
+
11
typedef struct FFDBusLibrary
12
{
13
FF_LIBRARY_SYMBOL(dbus_bus_get)
src/detection/media/media_linux.c
@@ -5,7 +5,6 @@
5
#include <string.h>
#define FF_DBUS_MPRIS_PREFIX "org.mpris.MediaPlayer2."
#ifdef FF_HAVE_DBUS
#include "common/dbus.h"
0 commit comments