Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/module extras #82

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c2da9d3
Merge commit '3ca11c1db05b8f6e4b254ab6c8ae9a04ca0750b6' into feature/…
slabajo Sep 20, 2024
035662c
module videosampler
slabajo Oct 17, 2024
003f29f
add timestamp to grpc request
slabajo Oct 18, 2024
b18c350
write grpc received frmaes to file in tests
slabajo Oct 18, 2024
a09398b
optimize pipeline
slabajo Oct 18, 2024
bee4060
remove fix GST_DEBUG
slabajo Oct 18, 2024
9f97dd5
initial changelog
slabajo Oct 18, 2024
709d65b
fix dependencies
slabajo Oct 18, 2024
43ecebe
videosampler module
slabajo Oct 18, 2024
07a02d0
fix artifact generation
slabajo Oct 21, 2024
cf76b6d
Merge branch 'feature/video-sampler' into feature/module-extras
slabajo Oct 21, 2024
758ee52
fix debian package
slabajo Oct 22, 2024
7785a6c
Merge branch 'feature/video-sampler' into feature/module-extras
slabajo Oct 22, 2024
892b149
fix debian package name
slabajo Oct 22, 2024
7746dac
Merge commit '892b14994db26374be3845a501315d1046573ffa' into feature/…
slabajo Oct 22, 2024
80f70d7
fix auto dependencies
slabajo Oct 22, 2024
2efaea3
Merge commit '80f70d7ca3afd2725140512360f7f5f7386cbdad' into feature/…
slabajo Oct 22, 2024
6655377
fix workflow order
slabajo Oct 22, 2024
935ed77
Add module-extras to build process
slabajo Oct 22, 2024
63e5452
temporary fix for testing
slabajo Oct 22, 2024
ca64e73
fix dockerfile
slabajo Oct 23, 2024
d6923b7
add extras to client generation
slabajo Oct 23, 2024
f2e3a7e
fix extras image tag
slabajo Oct 23, 2024
c9948d8
revert temporal fix
slabajo Oct 23, 2024
6b4757c
add javascript module extras generation
slabajo Oct 23, 2024
70e8129
fix tag generation
slabajo Oct 23, 2024
2cf3005
fix base image name
slabajo Oct 23, 2024
fd7e248
Merge commit 'aca0f6ea4e33da0dab004011fcc0f8f377792b36' into feature/…
slabajo Oct 24, 2024
d7081a0
update docs
slabajo Oct 24, 2024
6404d96
Merge commit '52188543f3572c8ef7e313f85e18a0a4a0be98df' into feature/…
slabajo Nov 6, 2024
c5e5c04
Merge commit '011d53dc468f0951455ec38fb4f6b97d16e48017' into feature/…
slabajo Nov 6, 2024
44ac79f
Merge commit '35090f1c8c41fdf6a2f7d5f9546bd47fbab80bf5' into feature/…
slabajo Nov 12, 2024
1f83c15
Merge commit '63d3515a747152a5cf2df2a165bf93595b94bf49' into feature/…
slabajo Nov 12, 2024
6c2e42a
Merge commit '3dcbcd478b4a095c38db16ee7d8345e402ae46ec' into feature/…
slabajo Nov 12, 2024
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
Prev Previous commit
Next Next commit
fix auto dependencies
slabajo committed Oct 22, 2024
commit 80f70d7ca3afd2725140512360f7f5f7386cbdad
6 changes: 6 additions & 0 deletions server/module-extras/video-sampler/debian/control
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ Build-Depends:
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
kurento-module-core-dev (>= 7.1.1),
kurento-module-elements-dev (>= 7.1.1),
kurento-module-filters-dev (>= 7.1.1),
pkg-config,
protobuf-compiler-grpc,
libgrpc-dev,
@@ -29,6 +31,8 @@ Depends:
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
kurento-module-core (>= 7.1.1),
kurento-module-elements (>= 7.1.1),
kurento-module-filters (>= 7.1.1),
libgrpc++1.51t64,
libgrpc29t64,
libprotobuf32t64
@@ -47,4 +51,6 @@ Depends:
${misc:Depends},
kurento-module-videosampler (= ${binary:Version}),
kurento-module-core-dev,
kurento-module-elements-dev,
kurento-module-filters-dev,
Description: Kurento video sampler element - Development files