mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +00:00
gl/examples/generic: remove trailing whitespaces
This commit is contained in:
parent
ea7c8f9771
commit
f29a98cc5f
4 changed files with 84 additions and 93 deletions
|
@ -75,7 +75,6 @@ static void reshapeCallback (GLuint width, GLuint height, gpointer data)
|
|||
}
|
||||
|
||||
//client draw callback
|
||||
|
||||
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height, gpointer data)
|
||||
{
|
||||
static GLfloat xrot = 0;
|
||||
|
@ -244,5 +243,4 @@ gint main (gint argc, gchar *argv[])
|
|||
gst_object_unref (pipeline);
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
|
|
@ -100,7 +100,6 @@ static void reshapeCallback (GLuint width, GLuint height)
|
|||
//client draw callback
|
||||
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height)
|
||||
{
|
||||
|
||||
static GLfloat xrot = 0;
|
||||
static GLfloat yrot = 0;
|
||||
static GLfloat zrot = 0;
|
||||
|
@ -320,6 +319,4 @@ gint main (gint argc, gchar *argv[])
|
|||
gst_object_unref (pipeline);
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -224,7 +224,6 @@ static void cb_new_pad (GstElement* decodebin, GstPad* pad, GstElement* element)
|
|||
|
||||
gint main (gint argc, gchar *argv[])
|
||||
{
|
||||
|
||||
if (argc != 2)
|
||||
{
|
||||
g_warning ("usage: doublecube.exe videolocation\n");
|
||||
|
@ -363,6 +362,4 @@ gint main (gint argc, gchar *argv[])
|
|||
gst_object_unref (pipeline);
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -274,5 +274,4 @@ gint main (gint argc, gchar *argv[])
|
|||
gst_object_unref (pipeline);
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue