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
66fc0016
Commit
66fc0016
authored
Apr 23, 2008
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python bindings: rename some files
parent
445d63e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bindings/python/vlc_media.c
bindings/python/vlc_media.c
+1
-1
bindings/python/vlc_mediaplayer.c
bindings/python/vlc_mediaplayer.c
+1
-1
No files found.
bindings/python/vlc_media
descriptor
.c
→
bindings/python/vlc_media.c
View file @
66fc0016
...
...
@@ -191,7 +191,7 @@ vlcMediaDescriptor_get_meta( PyObject *self, PyObject *args )
}
if
(
i_index
<
0
)
{
PyObject
*
py_exc
=
vlc
Instance
_Exception
;
PyObject
*
py_exc
=
vlc_Exception
;
PyErr_SetString
(
py_exc
,
"Unknown meta attribute"
);
return
NULL
;
}
...
...
bindings/python/vlc_
input
.c
→
bindings/python/vlc_
mediaplayer
.c
View file @
66fc0016
...
...
@@ -467,7 +467,7 @@ vlcMediaInstance_set_media( PyObject *self, PyObject *args )
}
else
{
PyObject
*
py_exc
=
vlc
Instance
_Exception
;
PyObject
*
py_exc
=
vlc_Exception
;
PyErr_SetString
(
py_exc
,
"vlc.MediaDescriptor parameter needed"
);
return
NULL
;
}
...
...
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