- just skip the frame when there was a decoding error instead of failing.

Original commit message from CVS:
- just skip the frame when there was a decoding error instead of failing.
This commit is contained in:
Wim Taymans 2003-04-19 12:09:36 +00:00
parent 4e51fe4fb6
commit 51124a1514
2 changed files with 2 additions and 3 deletions

2
common

@ -1 +1 @@
Subproject commit 50879a63c4fa8f2544d4d89a9dbfa0f5720c3266
Subproject commit ed429334bba35b10172ba97d9b3795b75a65b388

View file

@ -334,8 +334,7 @@ gst_ffmpegdecall_chain (GstPad *pad, GstBuffer *inbuf)
&have_picture, data, size);
if (len < 0) {
gst_element_error(GST_ELEMENT(ffmpegdec),
"ffmpegdec: failed to decode frame");
g_warning ("ffmpegdec: failed to decode frame");
break;
}