niimaq: more cleanup, rely more on base and video libraries

This commit is contained in:
Joshua M. Doe
2012-06-28 14:53:16 -04:00
parent 7c251fa83a
commit 48ea4b565d
2 changed files with 10 additions and 104 deletions

View File

@@ -47,11 +47,6 @@ typedef struct _GstNiImaqSrcClass GstNiImaqSrcClass;
struct _GstNiImaqSrc {
GstPushSrc element;
/* video state */
gint width;
gint height;
gint depth;
gint bpp;
gint framesize;
/* private */
@@ -71,8 +66,6 @@ struct _GstNiImaqSrc {
gboolean session_started;
GstCaps *caps;
GSList *timelist;
GMutex *frametime_mutex;