diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-29 14:05:25 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-29 14:05:25 +0000 |
commit | a656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec (patch) | |
tree | 2bfb96990536b6f8344d9d6b368b5951b0c8f6e6 /ext/resindvd/resindvdbin.c | |
parent | d6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9 (diff) | |
download | gstreamer-plugins-bad-a656d88bb5b5863d2f8383e6f3b99d8a24f3c7ec.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/resindvd/resindvdbin.c b/ext/resindvd/resindvdbin.c index 37339fb04..ac50fb14d 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; |