Skip to content

Commit 2acdab2

Browse files
committed
[acn][webkit]: Fix resume func. after using audio position as sync source
1 parent 6f5b2c0 commit 2acdab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/wpe/wpewebkit/0009-use-audio-position.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ index 0a875d2..c1ffe96 100644
6767
+ }
6868
+
6969
+ GST_DEBUG("BRCM Video Position %" GST_TIME_FORMAT "BRCM Audio Position %" GST_TIME_FORMAT, GST_TIME_ARGS(position), GST_TIME_ARGS(audioPosition));
70-
+ if (audioPosition != GST_CLOCK_TIME_NONE)
70+
+ if (audioPosition != GST_CLOCK_TIME_NONE && position != GST_CLOCK_TIME_NONE)
7171
+ position = audioPosition;
7272
#else
7373
videoDec = m_pipeline.get();

0 commit comments

Comments
 (0)