Unverified Commit be0cef2f authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8527 from alexeylysenko/fix_videoreceiver_typo

Fixed 'if' typo in VideoReceiver::_makeSource method
parents 862508fc 1985cf96
......@@ -332,7 +332,7 @@ VideoReceiver::_makeSource(const QString& uri)
qCCritical(VideoReceiverLog) << "gst_caps_from_string() failed";
break;
}
} else if (isUdp264) {
} else if (isUdp265) {
if ((caps = gst_caps_from_string("application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H265")) == nullptr) {
qCCritical(VideoReceiverLog) << "gst_caps_from_string() failed";
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment