gst/audioconvert/gstaudioconvert.c: call parent dispose method

Original commit message from CVS:
2004-11-27  Christophe Fergeau  <teuf@gnome.org>

* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
call parent dispose method
This commit is contained in:
Christophe Fergeau 2004-11-27 14:41:51 +00:00
parent 8ed05be101
commit 39f436c1a0
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-11-27 Christophe Fergeau <teuf@gnome.org>
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
call parent dispose method
2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
* gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)

View file

@ -264,6 +264,7 @@ gst_audio_convert_dispose (GObject * obj)
g_free (this->srccaps.pos);
this->srccaps.pos = NULL;
}
G_OBJECT_CLASS (parent_class)->dispose (obj);
}
/*** GSTREAMER FUNCTIONS ******************************************************/