mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
decklink: Remove \n from debug output
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1721>
This commit is contained in:
parent
60b7bd23a8
commit
f71493a57c
1 changed files with 3 additions and 3 deletions
|
@ -1855,14 +1855,14 @@ gst_decklink_configure_profile (Device * device,
|
|||
manager->Release ();
|
||||
|
||||
if (res == S_OK) {
|
||||
GST_DEBUG ("Successfully set profile.\n");
|
||||
GST_DEBUG ("Successfully set profile");
|
||||
return PROFILE_SET_SUCCESS;
|
||||
} else {
|
||||
GST_ERROR ("Failed to set profile.\n");
|
||||
GST_ERROR ("Failed to set profile");
|
||||
return PROFILE_SET_FAILURE;
|
||||
}
|
||||
} else {
|
||||
GST_DEBUG ("Device has only one profile.\n");
|
||||
GST_DEBUG ("Device has only one profile");
|
||||
return PROFILE_SET_UNSUPPORTED;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue