mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
subtitle: avoid deadlock
This commit is contained in:
parent
74683f60c4
commit
6d5882754f
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue