niimaq: cleanup, remove unused property, organize code

This commit is contained in:
Joshua M. Doe
2012-06-29 06:39:42 -04:00
parent 1b6b14d225
commit 4fa97a4290
2 changed files with 23 additions and 42 deletions

View File

@@ -56,7 +56,6 @@ struct _GstNiImaqSrc {
int rowpixels;
/* private */
gint64 timestamp_offset; /* base offset */
GstClockTime running_time; /* total running time */
gint64 n_frames; /* total frames sent */
uInt32 cumbufnum;
@@ -65,7 +64,6 @@ struct _GstNiImaqSrc {
gint bufsize;
guint32** buflist;
gchar *camera_name;
gchar *interface_name;
INTERFACE_ID iid;
SESSION_ID sid;