summaryrefslogtreecommitdiffstats
path: root/gst/real/gstrealvideodec.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-07 15:21:17 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-07 15:21:17 +0000
commit966bbca4bcdd2135d46ba17695abba0d4edfb75a (patch)
treee83ee006ba2b42fecdc0103019760e89f7392d5b /gst/real/gstrealvideodec.h
parent9cf09a5871479270e2e76a1aad2250def30d155e (diff)
downloadgst-plugins-bad-966bbca4bcdd2135d46ba17695abba0d4edfb75a.tar.gz
gst-plugins-bad-966bbca4bcdd2135d46ba17695abba0d4edfb75a.tar.bz2
gst-plugins-bad-966bbca4bcdd2135d46ba17695abba0d4edfb75a.zip
gst/real/gstrealvideodec.*: Remove some old unused vars.
Original commit message from CVS: * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), (gst_real_video_dec_activate_push), (open_library), (gst_real_video_dec_init), (gst_real_video_dec_finalize): * gst/real/gstrealvideodec.h: Remove some old unused vars.
Diffstat (limited to 'gst/real/gstrealvideodec.h')
-rw-r--r--gst/real/gstrealvideodec.h11
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;
};