mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
playback/player: Fix indention
This commit is contained in:
parent
ef751e3dfd
commit
544c51fe11
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ print_all_stream_info (GstPlayerMediaInfo * media_info)
|
|||
g_print ("Global taglist:\n");
|
||||
if (gst_player_media_info_get_tags (media_info))
|
||||
gst_tag_list_foreach (gst_player_media_info_get_tags (media_info),
|
||||
print_one_tag, NULL);
|
||||
print_one_tag, NULL);
|
||||
else
|
||||
g_print (" (nil) \n");
|
||||
for (l = list; l != NULL; l = l->next) {
|
||||
|
|
Loading…
Reference in a new issue