Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
66fc0016
Commit
66fc0016
authored
Apr 23, 2008
by
Olivier Aubert
Browse files
python bindings: rename some files
parent
445d63e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
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 )
...
@@ -191,7 +191,7 @@ vlcMediaDescriptor_get_meta( PyObject *self, PyObject *args )
}
}
if
(
i_index
<
0
)
if
(
i_index
<
0
)
{
{
PyObject
*
py_exc
=
vlc
Instance
_Exception
;
PyObject
*
py_exc
=
vlc_Exception
;
PyErr_SetString
(
py_exc
,
"Unknown meta attribute"
);
PyErr_SetString
(
py_exc
,
"Unknown meta attribute"
);
return
NULL
;
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 )
...
@@ -467,7 +467,7 @@ vlcMediaInstance_set_media( PyObject *self, PyObject *args )
}
}
else
else
{
{
PyObject
*
py_exc
=
vlc
Instance
_Exception
;
PyObject
*
py_exc
=
vlc_Exception
;
PyErr_SetString
(
py_exc
,
"vlc.MediaDescriptor parameter needed"
);
PyErr_SetString
(
py_exc
,
"vlc.MediaDescriptor parameter needed"
);
return
NULL
;
return
NULL
;
}
}
...
...
Write
Preview
Supports
Markdown
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