mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rtp: add INIT macros
This commit is contained in:
parent
06f51b9a96
commit
6be9a67148
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ struct _GstRTCPBuffer
|
|||
gsize maxsize;
|
||||
};
|
||||
|
||||
#define GST_RTCP_BUFFER_INIT { NULL, 0, NULL, 0, 0 }
|
||||
|
||||
/**
|
||||
* GstRTCPPacket:
|
||||
* @rtcp: pointer to RTCP buffer
|
||||
|
|
Loading…
Reference in a new issue