diff --git a/ext/theora/gsttheoradec.c b/ext/theora/gsttheoradec.c index e63cfa6dc8..51927eae73 100644 --- a/ext/theora/gsttheoradec.c +++ b/ext/theora/gsttheoradec.c @@ -711,8 +711,6 @@ theora_handle_data_packet (GstTheoraDec * dec, ogg_packet * packet, goto wrong_dimensions; result = theora_handle_image (dec, buf, frame); - if (result != GST_FLOW_OK) - return result; return result;