From bdc179a654023eae3cc7f2aac6bd4dbdd9e0de48 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 26 Jun 2012 18:19:10 +0200 Subject: [PATCH] Whitespace --- gst-sdk/tutorials/basic-tutorial-3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-sdk/tutorials/basic-tutorial-3.c b/gst-sdk/tutorials/basic-tutorial-3.c index 204b930..c4ac241 100644 --- a/gst-sdk/tutorials/basic-tutorial-3.c +++ b/gst-sdk/tutorials/basic-tutorial-3.c @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) { /* Create the empty pipeline */ data.pipeline = gst_pipeline_new ("test-pipeline"); - + if (!data.pipeline || !data.source || !data.convert || !data.sink) { g_printerr ("Not all elements could be created.\n"); return -1; -- 2.7.4