mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
Fix debug category name
This commit is contained in:
parent
11599cbf55
commit
e09eec3297
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ GST_DEBUG_CATEGORY_STATIC (debug_category);
|
|||
self->ui_delegate = uiDelegate;
|
||||
self->ui_video_view = video_view;
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (debug_category, "tutorial-2", 0, "iOS tutorial 2");
|
||||
gst_debug_set_threshold_for_name("tutorial-2", GST_LEVEL_DEBUG);
|
||||
GST_DEBUG_CATEGORY_INIT (debug_category, "tutorial-3", 0, "iOS tutorial 3");
|
||||
gst_debug_set_threshold_for_name("tutorial-3", GST_LEVEL_DEBUG);
|
||||
|
||||
/* Start the bus monitoring task */
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
|
|
Loading…
Reference in a new issue