multiudpsink: optimisation: avoid unnecessary memory ref/unrefs
authorTim-Philipp Müller <tim@centricular.com>
Fri, 20 Jun 2014 11:21:05 +0000 (12:21 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 20 Jun 2014 11:21:05 +0000 (12:21 +0100)
commit41c895de4d1181e51ef860f09804c0ce563fec95
tree853c1aa5638951648b135d197172de5b8d87a754
parent3512ad3be01b81bfcd1bdb338983351eacb53069
multiudpsink: optimisation: avoid unnecessary memory ref/unrefs

We know the buffer will stay valid and we will also not
modify the buffer, we just want to send out the data.
gst/udp/gstmultiudpsink.c