mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ private:
|
||||||
idx = name_it->second;
|
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);
|
std::to_string (idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue