mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +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;
|
||||
}
|
||||
|
||||
return std::string ("d3d11device") + std::to_string (adapter_index) + "-" +
|
||||
return std::string ("d3d12device") + std::to_string (adapter_index) + "-" +
|
||||
std::to_string (idx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue