From a656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 29 Aug 2008 14:05:25 +0000 Subject: ext/resindvd/resindvdbin.c: Fix compiler warning on Forte. Original commit message from CVS: * ext/resindvd/resindvdbin.c: Fix compiler warning on Forte. --- ext/resindvd/resindvdbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/resindvd/resindvdbin.c') diff --git a/ext/resindvd/resindvdbin.c b/ext/resindvd/resindvdbin.c index 37339fb0..ac50fb14 100644 --- a/ext/resindvd/resindvdbin.c +++ b/ext/resindvd/resindvdbin.c @@ -174,7 +174,7 @@ rsn_dvdbin_finalize (GObject * object) } /* URI interface */ -static guint +static GstURIType rsn_dvdbin_uri_get_type (void) { return GST_URI_SRC; -- cgit v1.2.1