diff options
Diffstat (limited to 'gst/real/gstrealvideodec.h')
-rw-r--r-- | gst/real/gstrealvideodec.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gst/real/gstrealvideodec.h b/gst/real/gstrealvideodec.h index 641f39bc..db2496f4 100644 --- a/gst/real/gstrealvideodec.h +++ b/gst/real/gstrealvideodec.h @@ -65,20 +65,9 @@ struct _GstRealVideoDec gint format, subformat; gint framerate_num, framerate_denom; - /* Variables needed for fixing timestamps. */ - GstClockTime next_ts, last_ts; - guint16 next_seq, last_seq; - /* Hooks */ GstRealVideoDecHooks hooks; - /* State */ - GstAdapter *adapter; - guint8 seqnum, subseq; - guint16 length; - guint32 fragment_count; - guint32 fragments[256]; - /* Properties */ gchar *real_codecs_path, *rv20_names, *rv30_names, *rv40_names; }; |