mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
pad: register gst_pad_get_fixed_caps_func() with the debug log system
This commit is contained in:
parent
d1eb8a14c5
commit
0eaa25cbf5
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ gst_pad_class_init (GstPadClass * klass)
|
|||
GST_DEBUG_REGISTER_FUNCPTR (gst_pad_iterate_internal_links_default);
|
||||
GST_DEBUG_REGISTER_FUNCPTR (gst_pad_acceptcaps_default);
|
||||
|
||||
/* from gstutils.c */
|
||||
GST_DEBUG_REGISTER_FUNCPTR (gst_pad_get_fixed_caps_func);
|
||||
|
||||
klass->have_data = default_have_data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue