Typo in comment

This commit is contained in:
Xavi Artigas 2013-05-21 11:17:38 +02:00
parent d53bb226f6
commit 1d0cd2fc9a

View file

@ -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 */