mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 06:38:19 +00:00
ext/directfb/dfbvideosink.c: Chain up in finalize.
Original commit message from CVS: * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize): Chain up in finalize.
This commit is contained in:
parent
ac5cbd0134
commit
6c13003331
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
|
||||
Chain up in finalize.
|
||||
|
||||
2007-03-03 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -2224,6 +2224,8 @@ gst_dfbvideosink_finalize (GObject * object)
|
|||
if (dfbvideosink->setup) {
|
||||
gst_dfbvideosink_cleanup (dfbvideosink);
|
||||
}
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue