]> code.delx.au - pulseaudio/commit
tagstruct: Allow NULL proplist with pa_tagstruct_get_proplist().
authorTanu Kaskinen <tanu.kaskinen@digia.com>
Fri, 13 Apr 2012 11:40:32 +0000 (14:40 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 29 Jun 2012 10:02:39 +0000 (13:02 +0300)
commit1edb4a470b2fb67dd5cb61fb830770ff122b4876
tree21b17528853f0d7f536df2b4d688446ec77a9e48
parente17f18d89ac942252f9516e963899e4990198073
tagstruct: Allow NULL proplist with pa_tagstruct_get_proplist().

module-tunnel doesn't care about the proplist contents, so
pa_tagstruct_get_proplist() is only used for removing the
data from the tagstruct buffer. In that case it's more
convenient to just pass NULL as the proplist argument.
src/modules/module-tunnel.c
src/pulsecore/tagstruct.c