summaryrefslogtreecommitdiff
path: root/farstream
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-04-17 18:16:48 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-10-02 13:35:17 -0400
commit4a3606a6ec570ecf0500dfefbc6bfffa4cbeb120 (patch)
treef1ec05c82c359d97eb072d95de2c79f895f9dda9 /farstream
parent1b77821dd10a08b2a23325b700384ac8b6bdcebb (diff)
downloadfarstream-4a3606a6ec570ecf0500dfefbc6bfffa4cbeb120.tar.gz
Make fs_conference_debug category symbol private
Don't export it in the dll
Diffstat (limited to 'farstream')
-rw-r--r--farstream/fs-codec.c2
-rw-r--r--farstream/fs-conference.c6
-rw-r--r--farstream/fs-plugin.c2
-rw-r--r--farstream/fs-private.h2
-rw-r--r--farstream/fs-session.c2
-rw-r--r--farstream/fs-stream-transmitter.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/farstream/fs-codec.c b/farstream/fs-codec.c
index abc81b70..c21a085f 100644
--- a/farstream/fs-codec.c
+++ b/farstream/fs-codec.c
@@ -35,7 +35,7 @@
#include "fs-private.h"
-#define GST_CAT_DEFAULT fs_conference_debug
+#define GST_CAT_DEFAULT _fs_conference_debug
/**
* SECTION:fs-codec
diff --git a/farstream/fs-conference.c b/farstream/fs-conference.c
index a54c4472..f6d64046 100644
--- a/farstream/fs-conference.c
+++ b/farstream/fs-conference.c
@@ -58,8 +58,8 @@
*/
-GST_DEBUG_CATEGORY (fs_conference_debug);
-#define GST_CAT_DEFAULT fs_conference_debug
+GST_DEBUG_CATEGORY (_fs_conference_debug);
+#define GST_CAT_DEFAULT _fs_conference_debug
G_DEFINE_ABSTRACT_TYPE (FsConference, fs_conference, GST_TYPE_BIN)
@@ -74,7 +74,7 @@ fs_error_quark (void)
void
_fs_conference_init_debug (void)
{
- GST_DEBUG_CATEGORY_INIT (fs_conference_debug, "fsconference", 0,
+ GST_DEBUG_CATEGORY_INIT (_fs_conference_debug, "fsconference", 0,
"farstream base conference library");
}
diff --git a/farstream/fs-plugin.c b/farstream/fs-plugin.c
index 578a15e3..96957278 100644
--- a/farstream/fs-plugin.c
+++ b/farstream/fs-plugin.c
@@ -36,7 +36,7 @@
#include "fs-conference.h"
#include "fs-private.h"
-#define GST_CAT_DEFAULT fs_conference_debug
+#define GST_CAT_DEFAULT _fs_conference_debug
/**
* SECTION:fs-plugin
diff --git a/farstream/fs-private.h b/farstream/fs-private.h
index 6f96e160..bf39ce24 100644
--- a/farstream/fs-private.h
+++ b/farstream/fs-private.h
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
void _fs_conference_init_debug (void);
-GST_DEBUG_CATEGORY_EXTERN (fs_conference_debug);
+GST_DEBUG_CATEGORY_EXTERN (_fs_conference_debug);
G_END_DECLS
diff --git a/farstream/fs-session.c b/farstream/fs-session.c
index f31ae494..1e9b9e42 100644
--- a/farstream/fs-session.c
+++ b/farstream/fs-session.c
@@ -149,7 +149,7 @@
#include "fs-enumtypes.h"
#include "fs-private.h"
-#define GST_CAT_DEFAULT fs_conference_debug
+#define GST_CAT_DEFAULT _fs_conference_debug
/* Signals */
enum
diff --git a/farstream/fs-stream-transmitter.c b/farstream/fs-stream-transmitter.c
index 6bee2978..ac187f63 100644
--- a/farstream/fs-stream-transmitter.c
+++ b/farstream/fs-stream-transmitter.c
@@ -46,7 +46,7 @@
#include "fs-conference.h"
#include "fs-private.h"
-#define GST_CAT_DEFAULT fs_conference_debug
+#define GST_CAT_DEFAULT _fs_conference_debug
/* Signals */
enum