summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 395166eb..eb7da196 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 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;