theoradec: remove usless checking of return val.

fixes https://bugzilla.gnome.org/show_bug.cgi?id=676525
This commit is contained in:
Sreerenj Balachandran 2012-05-21 13:34:02 +03:00 committed by Wim Taymans
parent d42a197c04
commit 663abda778

View file

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