phoenix: fix buffer size and align strides
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user