Fix a warning message
This commit is contained in:
parent
afa4d0a4e2
commit
c15afd8083
@ -144,7 +144,7 @@ SongLoader::Result SongLoader::LoadRemote() {
|
|||||||
GstElement* source = gst_element_make_from_uri(
|
GstElement* source = gst_element_make_from_uri(
|
||||||
GST_URI_SRC, url_.toEncoded().constData(), NULL);
|
GST_URI_SRC, url_.toEncoded().constData(), NULL);
|
||||||
if (!source) {
|
if (!source) {
|
||||||
qWarning() << "Couldn't create gstreamer source element for" << url_;
|
qWarning() << "Couldn't create gstreamer source element for" << url_.toString();
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user