mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
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:
parent
d6d1b4e2bc
commit
a656d88bb5
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2008-08-29 Jan Schmidt <Jan.Schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -174,7 +174,7 @@ rsn_dvdbin_finalize (GObject * object)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* URI interface */
|
/* URI interface */
|
||||||
static guint
|
static GstURIType
|
||||||
rsn_dvdbin_uri_get_type (void)
|
rsn_dvdbin_uri_get_type (void)
|
||||||
{
|
{
|
||||||
return GST_URI_SRC;
|
return GST_URI_SRC;
|
||||||
|
|
Loading…
Reference in a new issue