mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
sys/ximage/gstximagesrc.c: Chain up in dispose
Original commit message from CVS: * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose): Chain up in dispose
This commit is contained in:
parent
2229ae3f98
commit
5ab0aa1028
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
|
||||
Chain up in dispose
|
||||
|
||||
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
|
||||
|
|
|
@ -838,6 +838,8 @@ gst_ximage_src_dispose (GObject * object)
|
|||
{
|
||||
/* Drop references in the buffer_pool */
|
||||
gst_ximage_src_clear_bufpool (GST_XIMAGE_SRC (object));
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue