diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-02-09 16:24:19 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-02-09 17:50:14 +0000 |
commit | 9b4ea3f5dde03ae37895616c603c6f8cadcc9b28 (patch) | |
tree | 8302cbb0a656db0877a1063344ae5630575d2f36 /docs | |
parent | 72bb2d8637e915fba28f9a0dcdb0a8de82b996ff (diff) |
rtspmessage: add API to add and get custom headers
Add API to add and get custom headers that are not
covered by our header fields enum. This is backwards
compatible in that it will also work for our defined
fields, so if we ever add a new header field to the
enum, get_header_by_name() for the same header string
will still work.
API: gst_rtsp_message_add_header_by_name()
API: gst_rtsp_message_take_header_by_name()
API: gst_rtsp_message_remove_header_by_name()
API: gst_rtsp_message_get_header_by_name()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 0fff111c4..231ff690f 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1540,6 +1540,10 @@ gst_rtsp_message_add_header gst_rtsp_message_take_header gst_rtsp_message_remove_header gst_rtsp_message_get_header +gst_rtsp_message_add_header_by_name +gst_rtsp_message_take_header_by_name +gst_rtsp_message_remove_header_by_name +gst_rtsp_message_get_header_by_name gst_rtsp_message_append_headers gst_rtsp_message_set_body gst_rtsp_message_take_body |