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:
parent
8ed05be101
commit
39f436c1a0
@ -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)
|
||||
|
@ -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 ******************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user