use correct category
Original commit message from CVS: use correct category
This commit is contained in:
parent
13301b0a39
commit
2e6f967f32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user