diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-09-19 13:50:44 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-09-19 13:50:44 +0000 |
commit | 67ec288392f0e9c2a97c5c78f8014473bddd91b8 (patch) | |
tree | de50b815a07db7a4f5230df194cca00645fe694e /ChangeLog | |
parent | a458032e6ebafa9245575155c0d3233d30843762 (diff) | |
download | gst-plugins-bad-67ec288392f0e9c2a97c5c78f8014473bddd91b8.tar.gz gst-plugins-bad-67ec288392f0e9c2a97c5c78f8014473bddd91b8.tar.bz2 gst-plugins-bad-67ec288392f0e9c2a97c5c78f8014473bddd91b8.zip |
gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding errors.
Original commit message from CVS:
* gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
(open_library), (gst_real_video_dec_init),
(gst_real_video_dec_set_property),
(gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
* gst/real/gstrealvideodec.h:
Don't generate an error for occasional decoding errors.
Add max-errors property.
Error out when we receive max-errors in a row. Fixes #478159.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-09-19 Wim Taymans <wim.taymans@gmail.com> + + * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), + (open_library), (gst_real_video_dec_init), + (gst_real_video_dec_set_property), + (gst_real_video_dec_get_property), (gst_real_video_dec_class_init): + * gst/real/gstrealvideodec.h: + Don't generate an error for occasional decoding errors. + Add max-errors property. + Error out when we receive max-errors in a row. Fixes #478159. + 2007-09-19 Thijs Vermeir <thijsvermeir@gmail.com> * gst/librfb/gstrfbsrc.c: |