We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the receiver I got: gscream name2 pipeline0
(gst-launch-1.0:11847): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed SINK EVENT
I think it's releated to g_object_set(&(filter->rtpSession), "rtcp-reduced-size", true, NULL); in gstscreamrx.cpp
The text was updated successfully, but these errors were encountered:
OK, thanks, One may as well remove this as it does not seem to be working just yet.
Sorry, something went wrong.
I'm a little bit confused about this, because as I saw you pointed to: https://github.com/GStreamer/gst-plugins-good/blob/61a9b13942cd7cf43ff17cf13d10da0d68f0608e/gst/rtpmanager/rtpsession.c#L578 where this parameter exits.
No branches or pull requests
In the receiver I got:
gscream name2 pipeline0
(gst-launch-1.0:11847): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed
SINK EVENT
I think it's releated to g_object_set(&(filter->rtpSession), "rtcp-reduced-size", true, NULL); in gstscreamrx.cpp
The text was updated successfully, but these errors were encountered: