Skip to content

Commit

Permalink
EXPERIMENTAL: Use SCP_DMABUF screencast instance
Browse files Browse the repository at this point in the history
  • Loading branch information
columbarius committed Sep 15, 2020
1 parent 10824cb commit 09292f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screencast/screencast.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void xdpw_screencast_instance_init(struct xdpw_screencast_context *ctx,
cast->framerate = out->framerate;
cast->with_cursor = with_cursor;
cast->refcount = 1;
cast->type = XDPW_INSTANCE_SCP_SHM;
cast->type = XDPW_INSTANCE_SCP_DMABUF;
logprint(INFO, "xdpw: screencast instance %p has %d references", cast, cast->refcount);
wl_list_insert(&ctx->screencast_instances, &cast->link);
logprint(INFO, "xdpw: %d active screencast instances",
Expand Down

0 comments on commit 09292f0

Please sign in to comment.