gsettings: fix a compiler warning

This commit is contained in:
Alessandro Decina 2010-07-05 09:28:49 +02:00
parent 0d2fc6a730
commit c71e8a9341

View file

@ -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);
}