mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
use correct category
Original commit message from CVS: use correct category
This commit is contained in:
parent
13301b0a39
commit
2e6f967f32
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue