inherite producer properties defined by uset
[melted] / src / mvcp / mvcp.h
index 47c042b..9490e6d 100644 (file)
@@ -123,7 +123,7 @@ extern mvcp_error_code mvcp_unit_clear_in( mvcp, int );
 extern mvcp_error_code mvcp_unit_clear_out( mvcp, int );
 extern mvcp_error_code mvcp_unit_clear_in_out( mvcp, int );
 extern mvcp_error_code mvcp_unit_set( mvcp, int, const char *, const char * );
-extern mvcp_error_code mvcp_unit_get( mvcp, int, char * );
+extern mvcp_error_code mvcp_unit_get( mvcp, int, char *, char *, int );
 extern mvcp_error_code mvcp_unit_status( mvcp, int, mvcp_status );
 extern mvcp_error_code mvcp_unit_transfer( mvcp, int, int );
 
@@ -180,7 +180,7 @@ typedef struct
        int32_t out;
        int32_t max;
        int32_t size;
-       int32_t fps;
+       float fps;
 }
 *mvcp_list_entry, mvcp_list_entry_t;