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
VideoLAN
VLMC
Commits
ed123dd1
Commit
ed123dd1
authored
Feb 18, 2010
by
Hugo Beauzee-Luyssen
Browse files
Updating libvlcpp to latest libvlc changes
parent
0bffd160
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/LibVLCpp/VLCMedia.cpp
View file @
ed123dd1
...
...
@@ -30,7 +30,7 @@ using namespace LibVLCpp;
Media
::
Media
(
const
QString
&
filename
)
:
m_fileName
(
filename
)
{
m_internalPtr
=
libvlc_media_new
(
*
(
LibVLCpp
::
Instance
::
getInstance
()),
filename
.
toLocal8Bit
()
);
m_internalPtr
=
libvlc_media_new
_location
(
*
(
LibVLCpp
::
Instance
::
getInstance
()),
filename
.
toLocal8Bit
()
);
}
Media
::~
Media
()
...
...
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