mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
Merge commit '0eaa25cbf5c0e4bf86545fb67c181a0ecd2f19c7' into 0.11
This commit is contained in:
commit
90fff577f0
1 changed files with 3 additions and 0 deletions
|
@ -333,6 +333,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