pleorasrc: refactor device/stream opening

This commit is contained in:
Joshua M. Doe
2019-10-23 15:04:08 -04:00
parent 4b03de07fe
commit 6084edb3f7
2 changed files with 181 additions and 76 deletions

View File

@@ -46,6 +46,7 @@ struct _GstPleoraSrc
PvDevice *device;
PvStream *stream;
PvBuffer *pvbuffer;
PvDeviceType device_type;
/* properties */
gchar *device_id;