summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xartigas@fluendo.com>2013-05-21 11:17:38 +0200
committerXavi Artigas <xartigas@fluendo.com>2013-05-21 11:17:38 +0200
commit1d0cd2fc9a93d55cce27cdbe6f72d29ea7884009 (patch)
tree1faf4349cdb9bb1fe20100147bf2198de3e7cee1
parentd53bb226f69ada82cd24b6385123188a09f79eb1 (diff)
Typo in comment
-rw-r--r--gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m b/gst-sdk/tutorials/xcode iOS/Tutorial 4/VideoViewController.m
index 68223e0..656dae5 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 */