diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-04 17:03:52 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-04 17:03:52 +0100 |
commit | 76112f9f040e0b99339fd272b30ca512a4a33a23 (patch) | |
tree | 36b9e8436b9de2fe8fab1505a7780cd35c240f8b /docs | |
parent | 4bb5722f1a5387422e4cfe35620a4a5b72305c60 (diff) |
RTSPRange: Add method to serialize ranges
Add gst_rtsp_range_to_string() to serialize a GstRTSPRange to a string that can
be used by a server.
API: GstRTSPRange::gst_rtsp_range_to_string()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index dfab0eac..36713376 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1261,6 +1261,7 @@ GstRTSPTimeRange GstRTSPTime GstRTSPTimeType gst_rtsp_range_parse +gst_rtsp_range_to_string gst_rtsp_range_free </SECTION> |