-
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fakecamera: add a destroy notifier to set_fill_pattern
- Loading branch information
Showing
4 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,8 +48,9 @@ function, which creates interface native buffers if possible. | |
has a third out parameter returning the number of buffer owned by the stream | ||
receiving thread. | ||
|
||
#### arv_camera_create_stream and arv_device_create_stream | ||
#### arv_camera_create_stream, arv_device_create_stream and arv_fake_camera_set_fill_pattern | ||
|
||
[[email protected]_stream] and [[email protected]_stream] | ||
take an additional GDestroyNotify parameter, that will be called when the | ||
callback closure data are not useful anymore, and can be destroyed. | ||
[[email protected]_stream], [[email protected]_stream] and | ||
[[email protected]_fill_pattern] take an additional GDestroyNotify | ||
parameter, that will be called when the callback closure data are not useful | ||
anymore, and can be destroyed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters