Seungha Yang
|
0b26254a6a
|
mediafoundation: Cosmetic changes
Rename baseclass to be consistent with other Windows plugins
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1596>
|
2022-02-11 04:16:22 +09:00 |
|
Seungha Yang
|
ce4875ccde
|
mediafoundation: Use & operator instead of GetAddressOf()
Use shorter expression
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1596>
|
2022-02-11 04:16:22 +09:00 |
|
Seungha Yang
|
36020c7549
|
mediafoundation: Port to C++
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1596>
|
2022-02-11 04:16:15 +09:00 |
|
Seungha Yang
|
d0c86365d2
|
mediafoundation: Use GetProcAddress() for OS version dependent symbols
We are using some symbols which are not available on Windows 7,
specifically D3D11 interop related ones
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1167>
|
2021-10-16 18:07:06 +09:00 |
|
Seungha Yang
|
ba79339d56
|
mediafoundation: Fix various string constness handling
... with fixing typo (g_strup -> g_strdup)
Constness needs to be explicit in C++ world otherwise compiler
would complain about that.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1164>
|
2021-10-15 23:38:48 +09:00 |
|
Thibault Saunier
|
019971a3c7
|
Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir
|
2021-09-24 16:14:36 -03:00 |
|