multiudpsink: don't do things with side-effects inside g_return_val_if_fail()
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Aug 2009 10:44:03 +0000 (11:44 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Aug 2009 10:50:43 +0000 (11:50 +0100)
commit6c323f5b0d8a82aa88c10f62cd8a2b824a08db69
tree91dff8abe4cbc9fd077285a5472d8d70e377d3d7
parenta3c393248a69a2ec7dd8ce168ef2f07cb93bac1b
multiudpsink: don't do things with side-effects inside g_return_val_if_fail()

Someone might compile this code with -DG_DISABLE_ASSERT some day.
gst/udp/gstmultiudpsink.c