diff options
Diffstat (limited to 'tools/gst-inspect.c')
-rw-r--r-- | tools/gst-inspect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 6194652da7..154d0a0552 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -1951,6 +1951,7 @@ main (int argc, char *argv[]) } #ifdef G_OS_UNIX + fflush (stdout); /* So that the pipe we create in redirect_stdout() is closed */ close (STDOUT_FILENO); wait (NULL); |