qtmux: Fix assertion on caps update
authorSeungha Yang <seungha@centricular.com>
Wed, 22 Feb 2023 13:18:48 +0000 (22:18 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 23 Feb 2023 12:06:57 +0000 (12:06 +0000)
commit0e01e55778f5117dfbe09404f66f3b426839e289
tree034044bfdaec5cd4f0b85301c773affd2d2dde24
parent13714d507de2a8a2094bcf93e0a64741c0571e51
qtmux: Fix assertion on caps update

GstQTMuxPad.configured_caps should be protected since it's
updated from streaming thread and accessed in aggregate thread

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4055>
subprojects/gst-plugins-good/gst/isomp4/gstqtmux.c