Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC Browser Plugins
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
VideoLAN
VLC Browser Plugins
Commits
989cca80
Commit
989cca80
authored
Feb 17, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable 'branding' by default, but enable it in the test pages
parent
4aec7dc4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
vlc_player_options.h
common/vlc_player_options.h
+1
-1
dmg_setup.scpt
extras/macosx/dmg_setup.scpt
+0
-0
test.html
share/test/test.html
+2
-0
windowless.html
share/test/windowless.html
+1
-0
No files found.
common/vlc_player_options.h
View file @
989cca80
...
...
@@ -64,7 +64,7 @@ class vlc_player_options
public
:
vlc_player_options
()
:
_autoplay
(
true
),
_show_toolbar
(
true
),
_enable_fullscreen
(
true
),
_bg_color
(
/*black*/
"#000000"
),
_enable_branding
(
tru
e
)
_bg_color
(
/*black*/
"#000000"
),
_enable_branding
(
fals
e
)
{}
void
set_autoplay
(
bool
ap
){
...
...
extras/macosx/dmg_setup.scpt
View file @
989cca80
No preview for this file type
share/test/test.html
View file @
989cca80
...
...
@@ -263,8 +263,10 @@ Insert VideoLAN.VLCPlugin.2
height=
"480"
toolbar=
"true"
loop=
"true"
branding=
"true"
text=
"Waiting for video"
bgcolor=
"#000000"
allowfullscreen=
"true"
name=
"vlc"
>
</EMBED>
</object>
...
...
share/test/windowless.html
View file @
989cca80
...
...
@@ -263,6 +263,7 @@ Insert VideoLAN.VLCPlugin.2
text=
"Waiting for video"
windowless=
"true"
bgcolor=
"#000000"
branding=
"true"
name=
"vlc"
>
</EMBED>
</object>
...
...
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