mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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;
|
gsize maxsize;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#define GST_RTCP_BUFFER_INIT { NULL, 0, NULL, 0, 0 }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstRTCPPacket:
|
* GstRTCPPacket:
|
||||||
* @rtcp: pointer to RTCP buffer
|
* @rtcp: pointer to RTCP buffer
|
||||||
|
|
Loading…
Reference in a new issue