mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gstpay: add debug
Conflicts: gst/rtp/gstrtpgstpay.c
This commit is contained in:
parent
ee5ecc7773
commit
3b1931a039
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
|
||||
#include "gstrtpgstpay.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_rtp_pay_debug);
|
||||
#define GST_CAT_DEFAULT gst_rtp_pay_debug
|
||||
|
||||
/*
|
||||
* 0 1 2 3
|
||||
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
||||
|
@ -94,6 +97,9 @@ gst_rtp_gst_pay_class_init (GstRtpGSTPayClass * klass)
|
|||
|
||||
gstrtpbasepayload_class->set_caps = gst_rtp_gst_pay_setcaps;
|
||||
gstrtpbasepayload_class->handle_buffer = gst_rtp_gst_pay_handle_buffer;
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_rtp_pay_debug, "rtpgstpay", 0,
|
||||
"rtpgstpay element");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue