Whitespace

This commit is contained in:
Xavi Artigas 2012-06-26 18:19:10 +02:00
parent a4ca0d8c0c
commit bdc179a654

View file

@ -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;