Merge branch 'master' into 0.11

This commit is contained in:
Wim Taymans 2011-08-25 12:54:42 +02:00
commit 39b0b4e27f

View file

@ -1150,7 +1150,7 @@ gst_mpeg2dec_chain (GstPad * pad, GstBuffer * buf)
("%d consecutive decoding errors", mpeg2dec->error_count), ("%d consecutive decoding errors", mpeg2dec->error_count),
(NULL)); (NULL));
} }
goto exit; continue;
default: default:
GST_ERROR_OBJECT (mpeg2dec, "Unknown libmpeg2 state %d, FIXME", state); GST_ERROR_OBJECT (mpeg2dec, "Unknown libmpeg2 state %d, FIXME", state);
goto exit; goto exit;