Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC Browser Plugins
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC Browser Plugins
Compare revisions
1d7d0288fa03c22e5c01d790dbaa1ac48ddc2b45 to 3523b9f9b59cf97313b455c5429cda114a8a8f98
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
videolan/npapi-vlc
Select target project
No results found
3523b9f9b59cf97313b455c5429cda114a8a8f98
Select Git revision
Swap
Target
videolan/npapi-vlc
Select target project
videolan/npapi-vlc
mstorsjo/npapi-vlc
happychen/npapi-vlc
robUx4/npapi-vlc
chouquette/npapi-vlc
CymGen30/npapi-vlc
Ggjgg/npapi-vlc
dknyazev.bia/npapi-vlc
jfkruuse/npapi-vlc
jeffrey140180/npapi-vlc
megan30/npapi-vlc
gtskhadadze83/npapi-vlc
Mathias_Couder/npapi-vlc
troygallant541/npapi-vlc
bowtojoker02/npapi-vlc
tnhx/npapi-vlc
mfkl/npapi-vlc
mkutazi76/npapi-vlc
khoakun67/npapi-vlc
blackpjotr/npapi-vlc
tguillem/npapi-vlc
q.alnajem/npapi-vlc
alexandra.pomerleau90/npapi-vlc
ruanbester07/npapi-vlc
thembankambul977/npapi-vlc
lukmanaja2406/npapi-vlc
Ninaquinin/npapi-vlc
litteh82/npapi-vlc
ba6986che/npapi-vlc
mr.abakumoff2/npapi-vlc
30 results
1d7d0288fa03c22e5c01d790dbaa1ac48ddc2b45
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Bump vlcpp submodule
· 7515a0b3
Hugo Beauzée-Luyssen
authored
4 years ago
7515a0b3
activex: Use new title events
· 3523b9f9
Hugo Beauzée-Luyssen
authored
4 years ago
3523b9f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
activex/plugin.cpp
+1
-1
1 addition, 1 deletion
activex/plugin.cpp
vlcpp
+1
-1
1 addition, 1 deletion
vlcpp
with
2 additions
and
2 deletions
activex/plugin.cpp
View file @
3523b9f9
...
...
@@ -1439,7 +1439,7 @@ void VLCPlugin::player_register_events()
em
.
onPausableChanged
([
this
](
bool
b
)
{
fireOnMediaPlayerPausableChangedEvent
(
B
(
b
)
);
});
em
.
onTitleChanged
([
this
](
int
t
)
{
em
.
onTitle
Selection
Changed
([
this
](
const
VLC
::
TitleDescription
&
,
int
t
)
{
fireOnMediaPlayerTitleChangedEvent
(
t
);
});
em
.
onLengthChanged
(
[
this
](
int64_t
length
)
{
...
...
This diff is collapsed.
Click to expand it.
vlcpp
@
a490f041
Compare
e81b9f06
...
a490f041
Subproject commit
e81b9f06493becabeec794e351bb357a90af264a
Subproject commit
a490f04156224277e28a3a4131125a32b798e84d
This diff is collapsed.
Click to expand it.