ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.

Original commit message from CVS:
* ext/resindvd/resindvdbin.c:
Fix compiler warning on Forte.
This commit is contained in:
Jan Schmidt 2008-08-29 14:05:25 +00:00
parent d6d1b4e2bc
commit a656d88bb5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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:

View file

@ -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;