summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdbin.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-08-29 14:05:25 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-08-29 14:05:25 +0000
commita656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec (patch)
tree2bfb96990536b6f8344d9d6b368b5951b0c8f6e6 /ext/resindvd/resindvdbin.c
parentd6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9 (diff)
downloadgst-plugins-bad-a656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec.tar.gz
gst-plugins-bad-a656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec.tar.bz2
gst-plugins-bad-a656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec.zip
ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.
Original commit message from CVS: * ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.
Diffstat (limited to 'ext/resindvd/resindvdbin.c')
-rw-r--r--ext/resindvd/resindvdbin.c2
1 files changed, 1 insertions, 1 deletions
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;