gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose): Let's not forget to chain up to the parent dispose.
This commit is contained in:
parent
3424048158
commit
cd1bbadf59
@ -349,6 +349,8 @@ gst_qtdemux_dispose (GObject * object)
|
|||||||
g_object_unref (G_OBJECT (qtdemux->adapter));
|
g_object_unref (G_OBJECT (qtdemux->adapter));
|
||||||
qtdemux->adapter = NULL;
|
qtdemux->adapter = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user