niimaq: more cleanup, rely more on base and video libraries
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user