phoenix: expose board and channel via properties

Conflicts:

	sys/phoenix/gstphoenixsrc.c
This commit is contained in:
Joshua M. Doe
2013-05-15 16:44:14 -04:00
parent 0a1f4baf4f
commit d462014dfd
2 changed files with 74 additions and 4 deletions

View File

@@ -62,6 +62,8 @@ struct _GstPhoenixSrc
/* properties */
gchar *config_filepath;
guint num_capture_buffers;
guint board;
guint channel;
GstClockTime first_phoenix_ts;
guint64 *frame_start_times;