mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
rsvg: Add missing break in switch statement
This wasn't fatal before (worst case it would clear an already empty adapter). CID #1139758
This commit is contained in:
parent
8ca5387b0f
commit
2e808ca1e9
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ gst_rsvg_overlay_data_sink_event (GstPad * pad, GstObject * parent,
|
||||||
}
|
}
|
||||||
GST_RSVG_UNLOCK (overlay);
|
GST_RSVG_UNLOCK (overlay);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case GST_EVENT_FLUSH_STOP:
|
case GST_EVENT_FLUSH_STOP:
|
||||||
gst_adapter_clear (overlay->adapter);
|
gst_adapter_clear (overlay->adapter);
|
||||||
|
|
Loading…
Reference in a new issue