mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtp: rtpcbuffer: fix Since markers
https://bugzilla.gnome.org/show_bug.cgi?id=761944
This commit is contained in:
parent
74efde50ad
commit
5377088f1e
1 changed files with 14 additions and 14 deletions
|
@ -2319,7 +2319,7 @@ gst_rtcp_packet_fb_get_fci (GstRTCPPacket * packet)
|
||||||
*
|
*
|
||||||
* Set the subtype field of the APP @packet.
|
* Set the subtype field of the APP @packet.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gst_rtcp_packet_app_set_subtype (GstRTCPPacket * packet, guint8 subtype)
|
gst_rtcp_packet_app_set_subtype (GstRTCPPacket * packet, guint8 subtype)
|
||||||
|
@ -2343,7 +2343,7 @@ gst_rtcp_packet_app_set_subtype (GstRTCPPacket * packet, guint8 subtype)
|
||||||
*
|
*
|
||||||
* Returns: The subtype.
|
* Returns: The subtype.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
*/
|
*/
|
||||||
guint8
|
guint8
|
||||||
gst_rtcp_packet_app_get_subtype (GstRTCPPacket * packet)
|
gst_rtcp_packet_app_get_subtype (GstRTCPPacket * packet)
|
||||||
|
@ -2367,8 +2367,8 @@ gst_rtcp_packet_app_get_subtype (GstRTCPPacket * packet)
|
||||||
*
|
*
|
||||||
* Set the SSRC/CSRC field of the APP @packet.
|
* Set the SSRC/CSRC field of the APP @packet.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
**/
|
*/
|
||||||
void
|
void
|
||||||
gst_rtcp_packet_app_set_ssrc (GstRTCPPacket * packet, guint32 ssrc)
|
gst_rtcp_packet_app_set_ssrc (GstRTCPPacket * packet, guint32 ssrc)
|
||||||
{
|
{
|
||||||
|
@ -2391,8 +2391,8 @@ gst_rtcp_packet_app_set_ssrc (GstRTCPPacket * packet, guint32 ssrc)
|
||||||
*
|
*
|
||||||
* Returns: The SSRC/CSRC.
|
* Returns: The SSRC/CSRC.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
**/
|
*/
|
||||||
guint32
|
guint32
|
||||||
gst_rtcp_packet_app_get_ssrc (GstRTCPPacket * packet)
|
gst_rtcp_packet_app_get_ssrc (GstRTCPPacket * packet)
|
||||||
{
|
{
|
||||||
|
@ -2415,8 +2415,8 @@ gst_rtcp_packet_app_get_ssrc (GstRTCPPacket * packet)
|
||||||
*
|
*
|
||||||
* Set the name field of the APP @packet.
|
* Set the name field of the APP @packet.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
**/
|
*/
|
||||||
void
|
void
|
||||||
gst_rtcp_packet_app_set_name (GstRTCPPacket * packet, const gchar * name)
|
gst_rtcp_packet_app_set_name (GstRTCPPacket * packet, const gchar * name)
|
||||||
{
|
{
|
||||||
|
@ -2439,8 +2439,8 @@ gst_rtcp_packet_app_set_name (GstRTCPPacket * packet, const gchar * name)
|
||||||
*
|
*
|
||||||
* Returns: The 4-byte name field, not zero-terminated.
|
* Returns: The 4-byte name field, not zero-terminated.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
**/
|
*/
|
||||||
const gchar *
|
const gchar *
|
||||||
gst_rtcp_packet_app_get_name (GstRTCPPacket * packet)
|
gst_rtcp_packet_app_get_name (GstRTCPPacket * packet)
|
||||||
{
|
{
|
||||||
|
@ -2461,8 +2461,8 @@ gst_rtcp_packet_app_get_name (GstRTCPPacket * packet)
|
||||||
*
|
*
|
||||||
* Returns: The length of data in 32-bit words.
|
* Returns: The length of data in 32-bit words.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
**/
|
*/
|
||||||
guint16
|
guint16
|
||||||
gst_rtcp_packet_app_get_data_length (GstRTCPPacket * packet)
|
gst_rtcp_packet_app_get_data_length (GstRTCPPacket * packet)
|
||||||
{
|
{
|
||||||
|
@ -2489,7 +2489,7 @@ gst_rtcp_packet_app_get_data_length (GstRTCPPacket * packet)
|
||||||
* Returns: %TRUE if there was enough space in the packet to add this much
|
* Returns: %TRUE if there was enough space in the packet to add this much
|
||||||
* data.
|
* data.
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
gst_rtcp_packet_app_set_data_length (GstRTCPPacket * packet, guint16 wordlen)
|
gst_rtcp_packet_app_set_data_length (GstRTCPPacket * packet, guint16 wordlen)
|
||||||
|
@ -2521,7 +2521,7 @@ gst_rtcp_packet_app_set_data_length (GstRTCPPacket * packet, guint16 wordlen)
|
||||||
*
|
*
|
||||||
* Returns: A pointer to the data
|
* Returns: A pointer to the data
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.10
|
||||||
*/
|
*/
|
||||||
guint8 *
|
guint8 *
|
||||||
gst_rtcp_packet_app_get_data (GstRTCPPacket * packet)
|
gst_rtcp_packet_app_get_data (GstRTCPPacket * packet)
|
||||||
|
|
Loading…
Reference in a new issue