phoenix: fix buffer size and align strides

This commit is contained in:
Joshua M. Doe
2013-05-21 13:27:37 -04:00
parent c2949d882a
commit 20b8d06c84
3 changed files with 139 additions and 85 deletions

View File

@@ -68,7 +68,6 @@ struct _GstPhoenixSrc
GstClockTime first_phoenix_ts;
guint64 *frame_start_times;
guint64 *frame_end_times;
guint32 buffer_size;
gboolean buffer_ready;
guint buffer_ready_count;
guint frame_start_count;
@@ -77,6 +76,9 @@ struct _GstPhoenixSrc
gboolean timeout_occurred;
gboolean fifo_overflow_occurred;
GstVideoInfo vinfo;
guint phx_stride;
GMutex mutex;
GCond cond;
};