mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
shout2send: print actual username in debug log out
https://bugzilla.gnome.org/show_bug.cgi?id=782093
This commit is contained in:
parent
03dc22951b
commit
c019530091
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ gst_shout2send_start (GstBaseSink * basesink)
|
||||||
goto set_failed;
|
goto set_failed;
|
||||||
|
|
||||||
cur_prop = "username";
|
cur_prop = "username";
|
||||||
GST_DEBUG_OBJECT (sink, "setting %s: %s", cur_prop, "source");
|
GST_DEBUG_OBJECT (sink, "setting %s: %s", cur_prop, sink->username);
|
||||||
if (shout_set_user (sink->conn, sink->username) != SHOUTERR_SUCCESS)
|
if (shout_set_user (sink->conn, sink->username) != SHOUTERR_SUCCESS)
|
||||||
goto set_failed;
|
goto set_failed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue