Commit 9e96ce01 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_descriptor.c: Proper vlc: URL.

parent 6fe2f30c
......@@ -312,7 +312,7 @@ libvlc_media_descriptor_t * libvlc_media_descriptor_new_as_node(
input_item_t * p_input_item;
libvlc_media_descriptor_t * p_md;
p_input_item = input_ItemNew( p_instance->p_libvlc_int, "vlc:nop", psz_name );
p_input_item = input_ItemNew( p_instance->p_libvlc_int, "vlc://nop", psz_name );
if (!p_input_item)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment