mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
various Wall fixes
Original commit message from CVS: various Wall fixes
This commit is contained in:
parent
b80effb948
commit
a230672f1b
2 changed files with 5 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6148068f2318e85d8e66df485342b630d8fb49ac
|
Subproject commit d8fa5431e3f6f1b9c8be36bad079719a6c4b529a
|
|
@ -190,13 +190,16 @@ dvdsrc_init (DVDSrc *dvdsrc)
|
||||||
dvdsrc->priv->angle = 1;
|
dvdsrc->priv->angle = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: this code is not being used */
|
||||||
|
#ifdef PLEASEFIXTHISCODE
|
||||||
static void
|
static void
|
||||||
dvdsrc_destory (DVDSrc *dvdsrc)
|
dvdsrc_destroy (DVDSrc *dvdsrc)
|
||||||
{
|
{
|
||||||
/* FIXME */
|
/* FIXME */
|
||||||
g_print("FIXME\n");
|
g_print("FIXME\n");
|
||||||
g_free(dvdsrc->priv);
|
g_free(dvdsrc->priv);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dvdsrc_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)
|
dvdsrc_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)
|
||||||
|
|
Loading…
Reference in a new issue