mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rtspdefs: Add Onvif Rate-Control header
This commit is contained in:
parent
e9b2cd0e53
commit
57f5c2d4db
2 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@ static struct rtsp_header rtsp_headers[] = {
|
|||
|
||||
/* Onvif extensions */
|
||||
{"Frames", FALSE},
|
||||
{"Rate-Control", FALSE},
|
||||
|
||||
{NULL, FALSE}
|
||||
};
|
||||
|
|
|
@ -343,6 +343,7 @@ typedef enum {
|
|||
|
||||
/* Onvif extensions */
|
||||
GST_RTSP_HDR_FRAMES, /* Frames Rr opt. PLAY */
|
||||
GST_RTSP_HDR_RATE_CONTROL, /* Rate-control Rr opt. PLAY */
|
||||
|
||||
GST_RTSP_HDR_LAST
|
||||
} GstRTSPHeaderField;
|
||||
|
|
Loading…
Reference in a new issue