edtpdvsrc: make number of ring buffers configurable

This commit is contained in:
Joshua M. Doe
2013-11-20 14:04:06 -05:00
parent 530fd119a5
commit 000fab6c14
2 changed files with 18 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ struct _GstEdtPdvSrc
guint unit;
guint channel;
gchar *config_file_path;
guint num_ring_buffers;
PdvDev *dev;
gboolean acq_started;