decodebin3: Remove spurious input locking during parsebin reconfiguration
authorPhilippe Normand <philn@igalia.com>
Wed, 12 Jul 2023 16:08:32 +0000 (17:08 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 12 Jul 2023 19:32:53 +0000 (21:32 +0200)
commite7724ecf0be2d516071a72bfb4707cbfd64c046d
tree6502792e2f0493c4e14cc8d7105a5710e61a0fa1
parentca868332f1903598de8fbca5873961d1d4868e58
decodebin3: Remove spurious input locking during parsebin reconfiguration

Commit 22917b140ffac5208eff173321fa7cdad8976cca added extra locks in
`reset_input_parsebin()` but all call sites of that function already take the
input lock.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5025>
subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c