diff options
Diffstat (limited to 'gst/real/gstrealvideodec.h')
-rw-r--r-- | gst/real/gstrealvideodec.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gst/real/gstrealvideodec.h b/gst/real/gstrealvideodec.h index db2496f4..148bd8ae 100644 --- a/gst/real/gstrealvideodec.h +++ b/gst/real/gstrealvideodec.h @@ -65,11 +65,17 @@ struct _GstRealVideoDec gint format, subformat; gint framerate_num, framerate_denom; + gint error_count; + /* Hooks */ GstRealVideoDecHooks hooks; /* Properties */ - gchar *real_codecs_path, *rv20_names, *rv30_names, *rv40_names; + gchar *real_codecs_path; + gchar *rv20_names; + gchar *rv30_names; + gchar *rv40_names; + gint max_errors; }; struct _GstRealVideoDecClass |