GNOME Bugzilla – Bug 638072
build failure: rtpsource.c: error: 'have_rb' may be used uninitialized in this function
Last modified: 2011-01-02 20:57:41 UTC
I am building gst-plugins-good git master via JHBuild on Fedora 14. The build fails with: cc1: warnings being treated as errors rtpsource.c: In function 'rtp_source_create_stats': rtpsource.c:336:23: error: 'have_rb' may be used uninitialized in this function make[4]: *** [libgstrtpmanager_la-rtpsource.lo] Error 1 make[3]: *** [all] Error 2 make[2]: *** [rtpmanager] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 The compiler warning looks accurate. Caused by: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=7caad21a57d196894991daddd9fcd5a1311a1f870 Author: Wim Taymans Date: Thu Dec 23 13:55:31 2010 +0100 rtpsource: include last send RB block Only report RB values for non-internal sources. Report not only the RB blocks we last received from but also the last RB block we sent to a source.
commit b5647685c4688836581cf3bde925051f0a378987 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Dec 27 13:11:59 2010 +0100 rtpsource: use the right variable Use the right variable for specifying that we sent a receiver report.