use correct category

Original commit message from CVS:
use correct category
This commit is contained in:
Thomas Vander Stichele 2005-10-06 09:05:15 +00:00
parent 13301b0a39
commit 2e6f967f32

View file

@ -54,8 +54,8 @@ PyObject *PyGstExc_LinkError = NULL;
PyObject *PyGstExc_AddError = NULL;
PyObject *PyGstExc_RemoveError = NULL;
GST_DEBUG_CATEGORY_EXTERN (python_debug);
#define GST_CAT_DEFAULT python_debug
GST_DEBUG_CATEGORY_EXTERN (pygst_debug);
#define GST_CAT_DEFAULT pygst_debug
GSList *mainloops = NULL;
void