mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 15:34:49 +00:00
sidplay: fix indentation
This commit is contained in:
parent
aebb6bd9f3
commit
ba08aa1c2f
1 changed files with 6 additions and 5 deletions
|
@ -452,7 +452,8 @@ pause:
|
|||
gst_pad_push_event (pad, gst_event_new_eos ());
|
||||
}
|
||||
|
||||
GST_INFO_OBJECT (siddec, "pausing task, reason: %s", gst_flow_get_name (ret));
|
||||
GST_INFO_OBJECT (siddec, "pausing task, reason: %s",
|
||||
gst_flow_get_name (ret));
|
||||
gst_pad_pause_task (pad);
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue