diff --git a/gst-sdk/tutorials/xcode iOS/Tutorial 3/GStreamerBackend.m b/gst-sdk/tutorials/xcode iOS/Tutorial 3/GStreamerBackend.m index 68f6c8f5bf..8a5d6dd96d 100644 --- a/gst-sdk/tutorials/xcode iOS/Tutorial 3/GStreamerBackend.m +++ b/gst-sdk/tutorials/xcode iOS/Tutorial 3/GStreamerBackend.m @@ -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), ^{