mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
rtpstorage: Add debug funcptr to chain function
This commit is contained in:
parent
2ebdd70c21
commit
9b0a373eac
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ gst_rtp_storage_class_init (GstRtpStorageClass * klass)
|
|||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_rtp_storage_debug,
|
||||
"rtpstorage", 0, "RTP Storage");
|
||||
GST_DEBUG_REGISTER_FUNCPTR (gst_rtp_storage_chain);
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
gst_static_pad_template_get (&srctemplate));
|
||||
|
|
Loading…
Reference in a new issue