phoenix: support Bayer 8-bit

This commit is contained in:
Joshua M. Doe
2013-05-22 08:03:16 -04:00
parent 20b8d06c84
commit a4e6fa7db1
2 changed files with 185 additions and 75 deletions

View File

@@ -76,7 +76,8 @@ struct _GstPhoenixSrc
gboolean timeout_occurred;
gboolean fifo_overflow_occurred;
GstVideoInfo vinfo;
gint height;
gint gst_stride;
guint phx_stride;
GMutex mutex;