mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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
2 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue