mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 02:30:35 +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),
|
("%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;
|
||||||
|
|
Loading…
Reference in a new issue