Whitespace
authorXavi Artigas <xartigas@fluendo.com>
Tue, 26 Jun 2012 16:19:10 +0000 (18:19 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Tue, 26 Jun 2012 16:19:10 +0000 (18:19 +0200)
gst-sdk/tutorials/basic-tutorial-3.c

index 204b930..c4ac241 100644 (file)
@@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {
   \r
   /* Create the empty pipeline */\r
   data.pipeline = gst_pipeline_new ("test-pipeline");\r
-   \r
+  \r
   if (!data.pipeline || !data.source || !data.convert || !data.sink) {\r
     g_printerr ("Not all elements could be created.\n");\r
     return -1;\r