summaryrefslogtreecommitdiff
path: root/farstream/fs-conference.c
diff options
context:
space:
mode:
Diffstat (limited to 'farstream/fs-conference.c')
-rw-r--r--farstream/fs-conference.c6
1 files changed, 3 insertions, 3 deletions
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");
}