From 3c6ffd36bc58c05875957a509117c3136511d0d7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 9 May 2012 17:02:31 +0200 Subject: use only filenames instead of URIs when working with the VLC player * under windows, "C:\..." paths are constructed for the quickopen-menu, they are not accepted by libvlc_media_new_location() * support both loading filenames and URIs --- src/experiment-player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/experiment-player.h') diff --git a/src/experiment-player.h b/src/experiment-player.h index e8a145f..9fb2faa 100644 --- a/src/experiment-player.h +++ b/src/experiment-player.h @@ -3,7 +3,7 @@ #include -gboolean load_media_file(const gchar *uri); +gboolean load_media_file(const gchar *file); extern GtkWidget *player_window; -- cgit v1.2.3