fix g_log_domain_gstreamer compile (again)

Original commit message from CVS:
fix g_log_domain_gstreamer compile (again)
This commit is contained in:
Joshua N. Pritikin 2001-09-13 23:49:09 +00:00
parent 02aca4f203
commit 668bbfbe0b
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
/* Modified by Jamie Gennis 06-2001 */
#include <string.h>
#include <stdio.h>
#include "gstlog.h"
#include "gobject2gtk.h"

View file

@ -23,7 +23,7 @@
#ifndef __GST_LOG_H__
#define __GST_LOG_H__
extern const gchar *g_log_domain_gstreamer;
extern const char *g_log_domain_gstreamer;
/* information messages */
#define GST_SHOW_INFO