Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / xcode iOS / Tutorial 4 / VideoViewController.m
 - (void)viewDidLoad
 {
     [super viewDidLoad];
-    
+
     play_button.enabled = FALSE;
     pause_button.enabled = FALSE;
-    
+
     /* As soon as the GStreamer backend knows the real values, these ones will be replaced */
     media_width = 320;
     media_height = 240;