mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
39b0b4e27f
1 changed files with 1 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ gst_mpeg2dec_chain (GstPad * pad, GstBuffer * buf)
|
|||
("%d consecutive decoding errors", mpeg2dec->error_count),
|
||||
(NULL));
|
||||
}
|
||||
goto exit;
|
||||
continue;
|
||||
default:
|
||||
GST_ERROR_OBJECT (mpeg2dec, "Unknown libmpeg2 state %d, FIXME", state);
|
||||
goto exit;
|
||||
|
|
Loading…
Reference in a new issue