You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can't build this project.
I get the following error, is there something missing in my procedure?
Severity Code Description Project File Line Suppression State
Error C2146 syntax error : missing ';' before identifier 'timestamp' GStreamerUnityPlugin c:\users\mq053840\desktop\mraygstreamerunity-master\plugin\sources\IGStreamerPlayer.h 39
Severity Code Description Project File Line Suppression State
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int GStreamerUnityPlugin c:\users\mq053840\desktop\mraygstreamerunity-master\plugin\sources\IGStreamerPlayer.h 39
I think this project defines uint32_t somewhere, but I don't know where it is.
The text was updated successfully, but these errors were encountered:
Hi,
I can't build this project.
I get the following error, is there something missing in my procedure?
Severity Code Description Project File Line Suppression State
Error C2146 syntax error : missing ';' before identifier 'timestamp' GStreamerUnityPlugin c:\users\mq053840\desktop\mraygstreamerunity-master\plugin\sources\IGStreamerPlayer.h 39
Severity Code Description Project File Line Suppression State
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int GStreamerUnityPlugin c:\users\mq053840\desktop\mraygstreamerunity-master\plugin\sources\IGStreamerPlayer.h 39
I think this project defines uint32_t somewhere, but I don't know where it is.
The text was updated successfully, but these errors were encountered: