Skip to content

Commit

Permalink
Remove these for now as I cant figure these out
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Sep 5, 2024
1 parent 4f41122 commit 8d9675f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/androidx.media3/media3-effect/Transforms/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,11 @@
AndroidX.Media3.Common.IVideoFrameProcessor
</attr>


<!-- Remove this for now as I cant figure this one out, something to do with the event not having the correct parameter, probably because two events need to exist.-->
<remove-node
path="/api/package[@name='androidx.media3.effect']/interface[@name='VideoCompositor.Listener']/method[@name='onEnded' and count(parameter)=0]"
/>
<remove-node
path="/api/package[@name='androidx.media3.effect']/interface[@name='VideoCompositor.Listener']/method[@name='onError' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.VideoFrameProcessingException']]"
/>
</metadata>

0 comments on commit 8d9675f

Please sign in to comment.