Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
27e5e0c2
Commit
27e5e0c2
authored
Jan 23, 2015
by
Matthew Waters
🐨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gl/window/eagl: fix a couple of typos
parent
06fdbd44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst-libs/gst/gl/eagl/gstglwindow_eagl.m
gst-libs/gst/gl/eagl/gstglwindow_eagl.m
+2
-2
No files found.
gst-libs/gst/gl/eagl/gstglwindow_eagl.m
View file @
27e5e0c2
...
...
@@ -46,7 +46,7 @@ static guintptr gst_gl_window_eagl_get_window_handle (GstGLWindow * window);
static void gst_gl_window_eagl_set_window_handle (GstGLWindow * window,
guintptr handle);
static void gst_gl_window_eagl_set_preferred_size (GstGLWindow * window,
gint width gint height);
gint width
,
gint height);
static void gst_gl_window_eagl_draw (GstGLWindow * window);
static void gst_gl_window_eagl_run (GstGLWindow * window);
static void gst_gl_window_eagl_quit (GstGLWindow * window);
...
...
@@ -222,7 +222,7 @@ gst_gl_window_eagl_send_message_async (GstGLWindow * window,
static void
gst_gl_window_eagl_set_preferred_size (GstGLWindow * window, gint width, gint height)
{
GstGLW
d
indowEagl *window_eagl = GST_GL_WINDOW_EAGL (window);
GstGLWindowEagl *window_eagl = GST_GL_WINDOW_EAGL (window);
window_eagl->priv->preferred_width = width;
window_eagl->priv->preferred_height = height;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment