Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
70855de9
Commit
70855de9
authored
Mar 29, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mosaic wizard: audio stuff was missing
parent
cb5f895c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
share/http/js/mosaic.js
share/http/js/mosaic.js
+4
-3
No files found.
share/http/js/mosaic.js
View file @
70855de9
...
...
@@ -46,7 +46,7 @@ var cells = Object();
function
mosaic_init
()
{
document
.
getElementById
(
'
sout_transcode_extra
'
).
value
=
"
,sfilter=mosaic
"
;
document
.
getElementById
(
'
sout_transcode_extra
'
).
value
=
"
,sfilter=mosaic
}:bridge-in{offset=100
"
;
mosaic_size_change
();
/* Force usage of transcode in sout */
...
...
@@ -201,7 +201,8 @@ function mosaic_code_update()
if
(
!
o
.
test
(
value
(
'
mosaic_output
'
)
)
)
{
code
.
value
+=
"
setup bg option sub-filter=mosaic
\n
"
;
"
setup bg option sub-filter=mosaic
\n
"
+
"
setup bg output #bridge-in{offset=100}:display
\n
"
;
}
code
.
value
+=
"
\n
"
+
...
...
@@ -248,7 +249,7 @@ function mosaic_code_update()
code
.
value
+=
"
new
"
+
s
+
"
broadcast enabled
\n
"
+
"
setup
"
+
s
+
"
input
"
+
sanitize_input
(
streams
[
s
]
)
+
"
\n
"
+
"
setup
"
+
s
+
"
output #duplicate{dst=mosaic-bridge{id=
"
+
s
+
"
,width=
"
+
cell_width
+
"
,height=
"
+
cell_height
+
"
},select=video,dst=bridge-out,select=audio}
\n
"
+
"
setup
"
+
s
+
"
output #duplicate{dst=mosaic-bridge{id=
"
+
s
+
"
,width=
"
+
cell_width
+
"
,height=
"
+
cell_height
+
"
},select=video,dst=bridge-out
{id=
"
+
(
y
*
mosaic_cols
+
x
)
+
"
}
,select=audio}
\n
"
+
"
\n
"
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment