mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Whitespace
This commit is contained in:
parent
a4ca0d8c0c
commit
bdc179a654
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue