From 631e93a642d3f4aacd6ab4ca2c1b5f61314f93f4 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 24 Apr 2012 15:38:44 +0200 Subject: gnlcomposition: Use correct enum type --- gnl/gnlcomposition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnl') diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index d29b2f4..ae21807 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -845,7 +845,7 @@ get_new_seek_event (GnlComposition * comp, gboolean initial, GST_DEBUG_OBJECT (comp, "initial:%d", initial); /* remove the seek flag */ if (!(initial)) - flags = priv->segment->flags; + flags = (GstSeekFlags) priv->segment->flags; else flags = GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_FLUSH; -- cgit v1.2.3