mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
[209/906] fix warnings
This commit is contained in:
parent
38dc928a7e
commit
ff67654533
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