Skip to content

Commit c187e3b

Browse files
committed
Support drag-and-drop image sources
1 parent b91b888 commit c187e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source-defaults-filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ static void source_created_cb(void *data, calldata_t *cd)
526526

527527
// Except media sources because drag-and-drop already
528528
// sets properties before the signal is propagated
529-
if (strcmp(dst_id, "ffmpeg_source") != 0) {
529+
if (strcmp(dst_id, "ffmpeg_source") != 0 || strcmp(dst_id, "image_source") != 0) {
530530
already_encountered =
531531
strcmp(dst_properties_json, "{}") != 0;
532532
}

0 commit comments

Comments
 (0)