From 5a91d04ed4771c7336bf2c55567818502360c835 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 11 Dec 2005 17:50:50 +0000 Subject: sys/oss/gstosssink.c: more debug-func-ptr usage Original commit message from CVS: * sys/oss/gstosssink.c: (gst_oss_sink_class_init): more debug-func-ptr usage --- ChangeLog | 5 +++++ sys/oss/gstosssink.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b71d508a..b4e8b9d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-11 Stefan Kost + + * sys/oss/gstosssink.c: (gst_oss_sink_class_init): + more debug-func-ptr usage + 2005-12-11 Zeeshan Ali * gst/flx/flx_color.c: (flx_colorspace_convert): diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c index f44961b3..02e217e0 100644 --- a/sys/oss/gstosssink.c +++ b/sys/oss/gstosssink.c @@ -178,7 +178,7 @@ gst_oss_sink_class_init (GstOssSinkClass * klass) parent_class = g_type_class_ref (GST_TYPE_BASE_AUDIO_SINK); - gobject_class->dispose = gst_oss_sink_dispose; + gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_oss_sink_dispose); gobject_class->get_property = GST_DEBUG_FUNCPTR (gst_oss_sink_get_property); gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_oss_sink_set_property); -- cgit