splitmuxsink: Don't take lock during posting message
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 7 Oct 2019 03:45:00 +0000 (12:45 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 18 Nov 2019 00:08:36 +0000 (00:08 +0000)
commita441779d39670fb1d5479e782f908345aa286901
tree615a89dc25613248ff0c4221c9c0f4bc5b088df3
parent7606c0eb7c9962c6930ee3f4dea0908953ab768c
splitmuxsink: Don't take lock during posting message

An application might try to access splitmuxsink from sync message handler
by g_object_{get,set} which takes lock also. In general, we don't
take lock around message handler.
gst/multifile/gstsplitmuxsink.c