mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
This commit is contained in:
parent
992cf09a5a
commit
b567db4155
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ gst_tag_lib_mux_class_init (GstTagLibMuxClass * klass)
|
|||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
|
||||
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_tag_lib_mux_finalize);
|
||||
gobject_class->finalize = gst_tag_lib_mux_finalize;
|
||||
gstelement_class->change_state =
|
||||
GST_DEBUG_FUNCPTR (gst_tag_lib_mux_change_state);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue