mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
dtmfsrc: remove DEBUG_FUNCPTR from gobject vmethods
This commit is contained in:
parent
603a3e6677
commit
1b23f7719a
1 changed files with 3 additions and 3 deletions
|
@ -265,9 +265,9 @@ gst_dtmf_src_class_init (GstDTMFSrcClass * klass)
|
|||
gstelement_class = GST_ELEMENT_CLASS (klass);
|
||||
|
||||
|
||||
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_dtmf_src_finalize);
|
||||
gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_dtmf_src_set_property);
|
||||
gobject_class->get_property = GST_DEBUG_FUNCPTR (gst_dtmf_src_get_property);
|
||||
gobject_class->finalize = gst_dtmf_src_finalize;
|
||||
gobject_class->set_property = gst_dtmf_src_set_property;
|
||||
gobject_class->get_property = gst_dtmf_src_get_property;
|
||||
|
||||
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_INTERVAL,
|
||||
g_param_spec_uint ("interval", "Interval between tone packets",
|
||||
|
|
Loading…
Reference in a new issue