media: make sure the buffer is writable before modifying it
commit26186dca00be72e3e47310afb65780d1b37b3eef
authorMichael Olbrich <m.olbrich@pengutronix.de>
Mon, 30 Jan 2017 17:10:16 +0000 (30 18:10 +0100)
committerMichael Olbrich <m.olbrich@pengutronix.de>
Wed, 29 Mar 2017 08:11:25 +0000 (29 10:11 +0200)
tree67e2f3f0f4b6265c635f625c2ec3538cfdf76ebe
parent4f47fe1f46a34908a762c1ec8f1ed76c0feff0e2
media: make sure the buffer is writable before modifying it

The buffer may not be writable when it is passed to the pad probe
function. The 'info' object is checked for new data, so it can be used to
return the new buffer.
src/purple/purple-media.c