Skip to content

Commit

Permalink
Add pipewire buffers_dataType parameter in pipwire_screencast.c
Browse files Browse the repository at this point in the history
  • Loading branch information
columbarius authored and emersion committed Sep 19, 2020
1 parent 25e7719 commit c2883a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screencast/pipewire_screencast.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ static void pwr_handle_stream_param_changed(void *data, uint32_t id,
SPA_PARAM_BUFFERS_blocks, SPA_POD_Int(1),
SPA_PARAM_BUFFERS_size, SPA_POD_Int(cast->simple_frame.size),
SPA_PARAM_BUFFERS_stride, SPA_POD_Int(cast->simple_frame.stride),
SPA_PARAM_BUFFERS_align, SPA_POD_Int(ALIGN));
SPA_PARAM_BUFFERS_align, SPA_POD_Int(ALIGN),
SPA_PARAM_BUFFERS_dataType, SPA_POD_Int((1<<SPA_DATA_MemPtr)));

params[1] = spa_pod_builder_add_object(&b,
SPA_TYPE_OBJECT_ParamMeta, SPA_PARAM_Meta,
Expand Down

0 comments on commit c2883a4

Please sign in to comment.