From 1d0cd2fc9a93d55cce27cdbe6f72d29ea7884009 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 21 May 2013 11:17:38 +0200 Subject: [PATCH] Typo in comment --- gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m b/gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m index 68223e0074..656dae598d 100644 --- a/gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m +++ b/gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m @@ -5,7 +5,7 @@ @interface VideoViewController () { GStreamerBackend *gst_backend; int media_width; /* Width of the clip */ - int media_height; /* height ofthe clip */ + int media_height; /* height of the clip */ Boolean dragging_slider; /* Whether the time slider is being dragged or not */ Boolean is_local_media; /* Whether this clip is stored locally or is being streamed */ Boolean is_playing_desired; /* Whether the user asked to go to PLAYING */