summaryrefslogtreecommitdiff
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
parentd6d1b4e2bcab4e6a5d8b9212d0e261de779d42e9 (diff)
ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.
Original commit message from CVS: * ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.
-rw-r--r--ChangeLog5
-rw-r--r--ext/resindvd/resindvdbin.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 395166ebf..eb7da196d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-08-29 Jan Schmidt <Jan.Schmidt@sun.com>
+ * ext/resindvd/resindvdbin.c:
+ Fix compiler warning on Forte.
+
+2008-08-29 Jan Schmidt <Jan.Schmidt@sun.com>
+
* configure.ac:
Commit FIONREAD check, needed for the dccp src.
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;