diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-04 16:38:39 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-04 16:38:39 +0000 |
commit | 6c13003331659d53deda02f631a94b31c95f2f31 (patch) | |
tree | cbd3347cb123d2bef1529bbf51f9f8c9602e6a7e /ext/directfb | |
parent | ac5cbd0134c0c006d06a251f677a2235d5349f02 (diff) | |
download | gst-plugins-bad-6c13003331659d53deda02f631a94b31c95f2f31.tar.gz gst-plugins-bad-6c13003331659d53deda02f631a94b31c95f2f31.tar.bz2 gst-plugins-bad-6c13003331659d53deda02f631a94b31c95f2f31.zip |
ext/directfb/dfbvideosink.c: Chain up in finalize.
Original commit message from CVS:
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
Chain up in finalize.
Diffstat (limited to 'ext/directfb')
-rw-r--r-- | ext/directfb/dfbvideosink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index 1b72de87..92bd61b3 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -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 |