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:
Edward Hervey 2014-04-08 11:21:44 +02:00
parent 8ca5387b0f
commit 2e808ca1e9

View file

@ -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);