Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
02b1c7e2
Commit
02b1c7e2
authored
Dec 16, 2005
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use vlc_object_exists -> the messages queue isn't filled with warnings
anymore.
parent
2a2b6acc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
share/http/requests/status.xml
share/http/requests/status.xml
+4
-2
No files found.
share/http/requests/status.xml
View file @
02b1c7e2
...
...
@@ -76,7 +76,9 @@
<!-- misc commands -->
<vlc
id=
"if"
param1=
"command value 'fullscreen' strcmp 0 ="
/>
<vlc
id=
"rpn"
param1=
"'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get ! 'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_set"
/>
<vlc
id=
"if"
param1=
"'VLC_OBJECT_VOUT' vlc_obj_exists"
/>
<vlc
id=
"rpn"
param1=
"'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get ! 'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_set"
/>
<vlc
id=
"end"
/>
<vlc
id=
"end"
/>
<vlc
id=
"if"
param1=
"command value 'volume' strcmp 0 ="
/>
<vlc
id=
"rpn"
param1=
"val value vlc_volume_set"
/>
...
...
@@ -89,7 +91,7 @@
<time><vlc
id=
"value"
param1=
"stream_time"
/></time>
<state><vlc
id=
"value"
param1=
"stream_state"
/></state>
<position><vlc
id=
"value"
param1=
"stream_position"
/></position>
<fullscreen><vlc
id=
"
value"
param1=
"'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get
"
/></fullscreen>
<fullscreen><vlc
id=
"
if"
param1=
"'VLC_OBJECT_VOUT' vlc_obj_exists"
/><vlc
id=
"value"
param1=
"'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get"
/><vlc
id=
"end
"
/></fullscreen>
<loop><vlc
id=
"value"
param1=
"'loop' 'VLC_OBJECT_PLAYLIST' vlc_var_get"
/></loop>
<repeat><vlc
id=
"value"
param1=
"'repeat' 'VLC_OBJECT_PLAYLIST' vlc_var_get"
/></repeat>
</root>
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