mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
Typo in comment
This commit is contained in:
parent
d53bb226f6
commit
1d0cd2fc9a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue