mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
[209/906] fix warnings
This commit is contained in:
parent
a0cd1d279f
commit
5d93e53f47
1 changed files with 8 additions and 10 deletions
|
@ -2701,8 +2701,6 @@ gst_gl_display_thread_do_upload_draw (GstGLDisplay *display)
|
||||||
void
|
void
|
||||||
gst_gl_display_thread_do_download_draw_rgb (GstGLDisplay *display)
|
gst_gl_display_thread_do_download_draw_rgb (GstGLDisplay *display)
|
||||||
{
|
{
|
||||||
gint width = display->download_width;
|
|
||||||
gint height = display->download_height;
|
|
||||||
GstVideoFormat video_format = display->download_video_format;
|
GstVideoFormat video_format = display->download_video_format;
|
||||||
gpointer data = display->download_data;
|
gpointer data = display->download_data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue