mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst-inspect: Add missing \n in output
This commit is contained in:
parent
57d24d017c
commit
338a150a1b
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ print_clocking_info (GstElement * element)
|
|||
|
||||
if (!requires_clock && !provides_clock) {
|
||||
n_print ("\n");
|
||||
n_print ("Element has no clocking capabilities.");
|
||||
n_print ("Element has no clocking capabilities.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue