remotion
Advanced tools
Comparing version 4.0.255 to 4.0.256
@@ -9,3 +9,3 @@ "use strict"; | ||
const timeToSet = (0, video_fragment_1.isIosSafari)() ? Number(time.toFixed(1)) : time; | ||
log_1.Log.trace(logLevel, `[seek] from ${mediaRef.currentTime} to ${timeToSet}. Reason: ${why}`); | ||
log_1.Log.trace(logLevel, `[seek] ${mediaRef.src} from ${mediaRef.currentTime} to ${timeToSet}. Reason: ${why}`); | ||
mediaRef.currentTime = timeToSet; | ||
@@ -12,0 +12,0 @@ return timeToSet; |
@@ -120,3 +120,3 @@ "use strict"; | ||
logLevel, | ||
why: `because time shift is too big. shouldBeTime = ${shouldBeTime}, isTime = ${mediaTagTime}, requestVideoCallbackTime = ${rvcTime}, timeShift = ${timeShift}, isVariableFpsVideo = ${Boolean(isVariableFpsVideo)}`, | ||
why: `because time shift is too big. shouldBeTime = ${shouldBeTime}, isTime = ${mediaTagTime}, requestVideoCallbackTime = ${rvcTime}, timeShift = ${timeShift}${isVariableFpsVideo ? ', isVariableFpsVideo = true' : ''}, isPremounting = ${isPremounting}, pauseWhenBuffering = ${pauseWhenBuffering}`, | ||
}); | ||
@@ -192,4 +192,6 @@ lastSeekDueToShift.current = lastSeek.current; | ||
onAutoPlayError, | ||
isPremounting, | ||
pauseWhenBuffering, | ||
]); | ||
}; | ||
exports.useMediaPlayback = useMediaPlayback; |
@@ -6,2 +6,2 @@ /** | ||
*/ | ||
export declare const VERSION = "4.0.255"; | ||
export declare const VERSION = "4.0.256"; |
@@ -10,2 +10,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = '4.0.255'; | ||
exports.VERSION = '4.0.256'; |
@@ -6,3 +6,3 @@ { | ||
"name": "remotion", | ||
"version": "4.0.255", | ||
"version": "4.0.256", | ||
"description": "Make videos programmatically", | ||
@@ -32,3 +32,3 @@ "main": "dist/cjs/index.js", | ||
"eslint": "9.14.0", | ||
"@remotion/eslint-config-internal": "4.0.255" | ||
"@remotion/eslint-config-internal": "4.0.256" | ||
}, | ||
@@ -35,0 +35,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
692768
276
17713