mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gsettings: fix a compiler warning
This commit is contained in:
parent
0d2fc6a730
commit
c71e8a9341
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ gst_gsettings_audio_sink_change_child (GstGSettingsAudioSink * sink)
|
|||
if (new_string) {
|
||||
new_kid = gst_parse_bin_from_description (new_string, TRUE, &err);
|
||||
if (err) {
|
||||
GST_ERROR_OBJECT ("error creating bin '%s': %s", new_string,
|
||||
GST_ERROR_OBJECT (sink, "error creating bin '%s': %s", new_string,
|
||||
err->message);
|
||||
g_error_free (err);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue