niimaqdxsrc: port to 1.0

This commit is contained in:
Joshua M. Doe
2013-05-15 09:48:06 -04:00
parent f995ed9987
commit 2388d2ccd6
3 changed files with 84 additions and 291 deletions

View File

@@ -68,7 +68,7 @@ struct _GstNiImaqDxSrc {
int width;
int height;
int dx_row_stride;
gint framesize;
gint dx_framesize;
guint8 *temp_buffer;
const ImaqDxCapsInfo *caps_info;
@@ -85,7 +85,7 @@ struct _GstNiImaqDxSrc {
GstDateTime *start_time;
gboolean start_time_sent;
GMutex *mutex;
GMutex mutex;
};
struct _GstNiImaqDxSrcClass {