examples/video-play: HACK disable dsp

This commit is contained in:
columbarius 2023-09-23 13:53:30 +02:00
parent 0af8a47058
commit bafc779c86

View file

@ -407,6 +407,7 @@ static int build_format(struct data *data, struct spa_pod_builder *b, const stru
fprintf(stderr, "supported SDL formats:\n"); fprintf(stderr, "supported SDL formats:\n");
spa_debug_format(2, NULL, params[0]); spa_debug_format(2, NULL, params[0]);
return 1;
params[1] = spa_pod_builder_add_object(b, params[1] = spa_pod_builder_add_object(b,
SPA_TYPE_OBJECT_Format, SPA_PARAM_EnumFormat, SPA_TYPE_OBJECT_Format, SPA_PARAM_EnumFormat,
SPA_FORMAT_mediaType, SPA_POD_Id(SPA_MEDIA_TYPE_video), SPA_FORMAT_mediaType, SPA_POD_Id(SPA_MEDIA_TYPE_video),