diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-04-20 15:03:57 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-04-23 13:44:03 +0100 |
commit | 65c83b08732569c619efb6abad3421ab6c37d340 (patch) | |
tree | 83f8d07f29cae5290a35a810979c9cac9370ed27 /src/backend/bvw-test.c | |
parent | 211ee6a0567949d314742a30fcb254a3346f51c4 (diff) | |
download | totem-65c83b08732569c619efb6abad3421ab6c37d340.tar.gz |
backend: Split out the subtitle loading
Split out the subtitle loading from _open() so it can
be handled on-the-fly (without reloading the movie itself).
https://bugzilla.gnome.org/show_bug.cgi?id=514050
Diffstat (limited to 'src/backend/bvw-test.c')
-rw-r--r-- | src/backend/bvw-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/bvw-test.c b/src/backend/bvw-test.c index d73a5fec3..d516721c4 100644 --- a/src/backend/bvw-test.c +++ b/src/backend/bvw-test.c @@ -16,7 +16,7 @@ static void test_bvw_set_mrl (GtkWidget *bvw, const char *path) { mrl = g_strdup (path); - bacon_video_widget_open (BACON_VIDEO_WIDGET (bvw), mrl, NULL, NULL); + bacon_video_widget_open (BACON_VIDEO_WIDGET (bvw), mrl, NULL); } static void |