Skip to content
Draft
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
16e0d40
use cef plugin with another pts fix
pyldin601 Feb 7, 2023
7f21139
Disable DTS generating
SoftwareArchitector Feb 9, 2023
6c6f30b
Try version without pts improvements
SoftwareArchitector Feb 9, 2023
350db46
Disable dts generating and enable do_timestamps
SoftwareArchitector Feb 9, 2023
6048af4
cef: disable sync
SoftwareArchitector Feb 10, 2023
746d4dd
cef: disable sync
SoftwareArchitector Feb 10, 2023
19345d2
cef: enable dts generation
SoftwareArchitector Feb 10, 2023
7e5376c
cef: enable clock now
SoftwareArchitector Feb 10, 2023
b684045
cef: enable clock now
SoftwareArchitector Feb 10, 2023
a323870
cef: enable audio clock and logs
SoftwareArchitector Feb 10, 2023
bb38f8a
cef: enable audio clock and logs
SoftwareArchitector Feb 10, 2023
3a1c032
cef: enable video clock and logs
SoftwareArchitector Feb 10, 2023
23a1f35
cef: sync audio with video
SoftwareArchitector Feb 11, 2023
81c68fd
cef: fix sync
SoftwareArchitector Feb 11, 2023
99f19ef
cef: fix sync2
SoftwareArchitector Feb 11, 2023
1272d50
cef: rework sync
SoftwareArchitector Feb 11, 2023
6a9cb20
cef: rework sync
SoftwareArchitector Feb 11, 2023
13d206e
cef: tune sync drift
SoftwareArchitector Feb 12, 2023
731424c
cef: small fix
SoftwareArchitector Feb 12, 2023
1cf8849
cef: small fix 2
SoftwareArchitector Feb 12, 2023
a74374b
cef: log rework
SoftwareArchitector Feb 13, 2023
17b6360
cef: log rework
SoftwareArchitector Feb 13, 2023
b6ca8d0
cef: log rework 2
SoftwareArchitector Feb 13, 2023
c70cf63
cef: log rework 3
SoftwareArchitector Feb 13, 2023
20327d0
cef: log rework 4
SoftwareArchitector Feb 13, 2023
6079e80
cef: log rework 5
SoftwareArchitector Feb 13, 2023
1f9623e
cef: log fix
SoftwareArchitector Feb 13, 2023
41dd180
Cef: log fix 2
SoftwareArchitector Feb 14, 2023
b2c0006
Cef: log fix 3
SoftwareArchitector Feb 14, 2023
f254f28
Cef: no video correct warnings for static picture
SoftwareArchitector Feb 17, 2023
957dee3
Cef: Increase audio buffer advance time
SoftwareArchitector Mar 13, 2023
6fc5445
Cef: Write all audio buffers to file
SoftwareArchitector Mar 13, 2023
77f60e6
Cef: Write all audio buffers to file
SoftwareArchitector Mar 13, 2023
73db20c
Update GSTREAMER_CEF_CHECKOUT to e96e073b9dd5b0943c17054e9978bc53fa4a…
pyldin601 Mar 15, 2023
3e52551
Update GSTREAMER_CEF_CHECKOUT to e96e073b9dd5b0943c17054e9978bc53fa4a…
pyldin601 Mar 15, 2023
394f538
Update GSTREAMER_CEF_REPOSITORY to restreamio and GSTREAMER_CEF_CHECK…
pyldin601 Apr 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile-dev-downloaded.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ ARG GSTREAMER_REPOSITORY=https://gitlab.freedesktop.org/philn/gstreamer.git
# 1.20-studio-rebase-220504 branch
ARG GSTREAMER_CHECKOUT=3cbbd3addcf5dd1f88ab595a5562d16ee975c35d

ARG GSTREAMER_CEF_REPOSITORY=https://github.com/centricular/gstcefsrc
ARG GSTREAMER_CEF_CHECKOUT=cce144d984e70cc88f4624390419171fea6ca8ee
ARG GSTREAMER_CEF_REPOSITORY=https://github.com/restreamio/gstcefsrc
# fix/pts: audio/video pts improvements
ARG GSTREAMER_CEF_CHECKOUT=b324338406239326099202b61005873b4c038e2a

COPY docker/cef-config.sh /.cef-config.sh

Expand Down