GNOME Bugzilla – Bug 727376
crash if media_prepare() fails to allocate UDP ports
Last modified: 2014-04-08 13:13:32 UTC
media_prepare() returns success for live medias even when UDP port allocation faled and no sinks were created.
Created attachment 273322 [details] [review] media: Check the return value from stream_join_bin(), also implement unit test
commit 9c0ef4d9f884200764400715ee7813c3f9e768ca Author: Ognyan Tonchev <ognyan@axis.com> Date: Mon Mar 31 11:00:11 2014 +0200 media: Make media_prepare() fail if port allocation fails Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727376