Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 573796 | Differences between
and this patch

Collapse All | Expand All

(-)me-tv-1.4.0.10/client/vlc_engine.cc (-1 / +1 lines)
Lines 142-148 Link Here
142
142
143
	stop();
143
	stop();
144
	
144
	
145
	libvlc_media_t* media = libvlc_media_new_path(instance, mrl.c_str());
145
	libvlc_media_t* media = libvlc_media_new_location(instance, mrl.c_str());
146
	libvlc_media_player_set_media(media_player, media);
146
	libvlc_media_player_set_media(media_player, media);
147
	libvlc_media_release(media);
147
	libvlc_media_release(media);
148
}
148
}

Return to bug 573796