forked from jsl/video_editing_poc
The ClipProcessor symbol issue is fixed now.
The root cause was that ClipProcessor had been updated to call objectStoragePort.uploadGeneratedClip(...), but src/main/java/org/example/videoclips/storage/ObjectStoragePort.java did not yet declare that method. I added it to the port and confirmed both adapters implement it: - src/main/java/org/example/videoclips/storage/InMemoryObjectStorageAdapter.java - src/main/java/org/example/videoclips/storage/S3ObjectStorageAdapter.java I also verified the generated-clip contract is aligned across: - src/main/java/org/example/videoclips/processing/GeneratedClip.java - src/main/java/org/example/videoclips/processing/VideoClipperPort.java - src/main/java/org/example/videoclips/processing/StubVideoClipperAdapter.java - src/main/java/org/example/videoclips/processing/FfmpegVideoClipperAdapter.java
This commit is contained in:
parent
66e998ee2a
commit
abf1259397
|
|
@ -0,0 +1 @@
|
|||
stub-video-content
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-video-content
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_4c3db1c00f58
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_40f5c4bd1569
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_9bc569665c0f
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_8469868182d1
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_dedf0bdd8aec
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_937f3ff7df71
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_4c3db1c00f58
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_40f5c4bd1569
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_9bc569665c0f
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_8469868182d1
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_dedf0bdd8aec
|
||||
|
|
@ -0,0 +1 @@
|
|||
stub-clip-content-clip_937f3ff7df71
|
||||
Loading…
Reference in New Issue