d3d12device: Fix typo in object name
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6549>
This commit is contained in:
parent
e4ee4ca716
commit
f59c43c50f
@ -279,7 +279,7 @@ private:
|
||||
idx = name_it->second;
|
||||
}
|
||||
|
||||
return std::string ("d3d11device") + std::to_string (adapter_index) + "-" +
|
||||
return std::string ("d3d12device") + std::to_string (adapter_index) + "-" +
|
||||
std::to_string (idx);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user