gl/examples/generic: remove trailing whitespaces
This commit is contained in:
parent
ea7c8f9771
commit
f29a98cc5f
@ -75,7 +75,6 @@ static void reshapeCallback (GLuint width, GLuint height, gpointer data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//client draw callback
|
//client draw callback
|
||||||
|
|
||||||
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height, gpointer data)
|
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height, gpointer data)
|
||||||
{
|
{
|
||||||
static GLfloat xrot = 0;
|
static GLfloat xrot = 0;
|
||||||
@ -244,5 +243,4 @@ gint main (gint argc, gchar *argv[])
|
|||||||
gst_object_unref (pipeline);
|
gst_object_unref (pipeline);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -100,7 +100,6 @@ static void reshapeCallback (GLuint width, GLuint height)
|
|||||||
//client draw callback
|
//client draw callback
|
||||||
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height)
|
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height)
|
||||||
{
|
{
|
||||||
|
|
||||||
static GLfloat xrot = 0;
|
static GLfloat xrot = 0;
|
||||||
static GLfloat yrot = 0;
|
static GLfloat yrot = 0;
|
||||||
static GLfloat zrot = 0;
|
static GLfloat zrot = 0;
|
||||||
@ -320,6 +319,4 @@ gint main (gint argc, gchar *argv[])
|
|||||||
gst_object_unref (pipeline);
|
gst_object_unref (pipeline);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -224,7 +224,6 @@ static void cb_new_pad (GstElement* decodebin, GstPad* pad, GstElement* element)
|
|||||||
|
|
||||||
gint main (gint argc, gchar *argv[])
|
gint main (gint argc, gchar *argv[])
|
||||||
{
|
{
|
||||||
|
|
||||||
if (argc != 2)
|
if (argc != 2)
|
||||||
{
|
{
|
||||||
g_warning ("usage: doublecube.exe videolocation\n");
|
g_warning ("usage: doublecube.exe videolocation\n");
|
||||||
@ -363,6 +362,4 @@ gint main (gint argc, gchar *argv[])
|
|||||||
gst_object_unref (pipeline);
|
gst_object_unref (pipeline);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -274,5 +274,4 @@ gint main (gint argc, gchar *argv[])
|
|||||||
gst_object_unref (pipeline);
|
gst_object_unref (pipeline);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user