From 6d5882754fbc5e0364a5d8a957b4232aa5d874c7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 17 Feb 2012 14:37:18 +0100 Subject: [PATCH] subtitle: avoid deadlock --- gst/playback/gstsubtitleoverlay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/playback/gstsubtitleoverlay.c b/gst/playback/gstsubtitleoverlay.c index c9c599b..fb72ae8 100644 --- a/gst/playback/gstsubtitleoverlay.c +++ b/gst/playback/gstsubtitleoverlay.c @@ -1745,7 +1745,6 @@ gst_subtitle_overlay_video_sink_setcaps (GstSubtitleOverlay * self, block_video (self); } - GST_SUBTITLE_OVERLAY_LOCK (self); if (self->fps_n != info.fps_n || self->fps_d != info.fps_d) { GST_DEBUG_OBJECT (self, "New video fps: %d/%d", info.fps_n, info.fps_d); self->fps_n = info.fps_n; -- 2.7.4