mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
pango: add missing break
This commit is contained in:
parent
bd67736851
commit
36e78af5bf
1 changed files with 1 additions and 0 deletions
|
@ -1778,6 +1778,7 @@ gst_base_text_overlay_text_event (GstPad * pad, GstObject * parent,
|
|||
GST_BASE_TEXT_OVERLAY_LOCK (overlay);
|
||||
GST_BASE_TEXT_OVERLAY_BROADCAST (overlay);
|
||||
GST_BASE_TEXT_OVERLAY_UNLOCK (overlay);
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_FLUSH_STOP:
|
||||
GST_BASE_TEXT_OVERLAY_LOCK (overlay);
|
||||
|
|
Loading…
Reference in a new issue