EricssonResearch / scream

SCReAM - Mobile optimised congestion control algorithm
BSD 2-Clause "Simplified" License
174 stars 53 forks source link

Unable to set rtcp-reduced-size #14

Open j-licht opened 5 years ago

j-licht commented 5 years ago

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

IngJohEricsson commented 5 years ago

OK, thanks, One may as well remove this as it does not seem to be working just yet.

j-licht commented 5 years ago

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.