mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate: Add a missing new line to media info files
This commit is contained in:
parent
62d8235598
commit
0535071158
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ serialize_filenode (GstValidateMediaDescriptorWriter * writer)
|
|||
caps_str = g_strdup ("");
|
||||
|
||||
res = g_string_new (tmpstr);
|
||||
g_string_append_printf (res, " <streams caps=\"%s\">", caps_str);
|
||||
g_string_append_printf (res, " <streams caps=\"%s\">\n", caps_str);
|
||||
g_free (caps_str);
|
||||
g_free (tmpstr);
|
||||
for (tmp = filenode->streams; tmp; tmp = tmp->next) {
|
||||
|
|
Loading…
Reference in a new issue