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
This commit is contained in:
Stefan Kost 2005-12-11 17:50:50 +00:00
parent 8b6d639c5d
commit 5a91d04ed4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-11 Stefan Kost <ensonic@users.sf.net>
* sys/oss/gstosssink.c: (gst_oss_sink_class_init):
more debug-func-ptr usage
2005-12-11 Zeeshan Ali <zeenix at gmail dot com>
* gst/flx/flx_color.c: (flx_colorspace_convert):

View file

@ -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);