summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-05-21 13:34:02 +0300
committerWim Taymans <wim.taymans@collabora.co.uk>2012-05-24 11:12:26 +0200
commit663abda77898f0ee0767e8e4dfb7e407cb651742 (patch)
treeca7dcbf95066a646c4f61103849dae5fa6b74d3a
parentd42a197c045ad4c711cdddf8f8a2a796529c0551 (diff)
theoradec: remove usless checking of return val.
fixes https://bugzilla.gnome.org/show_bug.cgi?id=676525
-rw-r--r--ext/theora/gsttheoradec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/theora/gsttheoradec.c b/ext/theora/gsttheoradec.c
index e63cfa6dc..51927eae7 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;