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
@ -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…
x
Reference in New Issue
Block a user