-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error #35
Comments
The gstreamer plugin has been poorly maintained lately, furthermore it did not work perfekt. However we hope to have an updated plugin available in the fall
/Ingemar
Hämta Outlook för iOS<https://aka.ms/o0ukef>
…________________________________
Från: githubjsh <[email protected]>
Skickat: Thursday, July 23, 2020 2:47:29 PM
Till: EricssonResearch/scream <[email protected]>
Kopia: Subscribed <[email protected]>
Ämne: [EricssonResearch/scream] Compile error (#35)
Hello,
There is a compile error at gst-gscreamrx/gst-plugin/src/gstscreamrx.cpp (line no. 378)
function argument number mismatch error:
bool isFb = filter->screamRx->createStandardizedFeedback(time_ntp, buf , rtcpSize);
The createStandardizedFeedback function is defined as
bool ScreamRx::createStandardizedFeedback(uint32_t time_ntp, bool isMark, unsigned char *buf, int &size)
With best regards,
SeunbgHo Jung
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://protect2.fireeye.com/v1/url?k=be0f47a4-e0af85e1-be0f073f-86b568293eb5-2e31195d22c21ee8&q=1&e=36b63ffe-4892-4d1c-ac9d-7c5830cfbea0&u=https%3A%2F%2Fgithub.com%2FEricssonResearch%2Fscream%2Fissues%2F35>, or unsubscribe<https://protect2.fireeye.com/v1/url?k=f2181524-acb8d761-f21855bf-86b568293eb5-867a6b82030e71fd&q=1&e=36b63ffe-4892-4d1c-ac9d-7c5830cfbea0&u=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACRZ2GA6IUTPT5YA5CE7KG3R5AWODANCNFSM4PFWAGVA>.
|
Thank you for your response. I hope to be able to use gScream as soon as possible. With best regards, SeungHo Jung |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
There is a compile error at gst-gscreamrx/gst-plugin/src/gstscreamrx.cpp (line no. 378)
function argument number mismatch error:
The createStandardizedFeedback function is defined as
bool ScreamRx::createStandardizedFeedback(uint32_t time_ntp, bool isMark, unsigned char *buf, int &size)
With best regards,
SeunbgHo Jung
The text was updated successfully, but these errors were encountered: