diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-02-22 13:32:21 -0500 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-03-11 10:41:31 +0100 |
commit | 17d5dbd337aa40212a376063c3bc5f05510ddf07 (patch) | |
tree | a01072526e670417e2f4445b5efae9dba337df5b /docs | |
parent | 0353e608f8768a4982895c661d8d9367435cb07d (diff) |
rtsprange: Add function to convert a range between formats
Also add unit tests.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 482136bc1..5aa28b44f 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1540,14 +1540,16 @@ gst_rtsp_url_get_type <SECTION> <FILE>gstrtsprange</FILE> -<INCLUDE>gst/rtsp/gstrtsrange.h</INCLUDE> +<INCLUDE>gst/rtsp/gstrtsprange.h</INCLUDE> GstRTSPRangeUnit GstRTSPTimeRange GstRTSPTime +GstRTSPTime2 GstRTSPTimeType gst_rtsp_range_parse gst_rtsp_range_get_times gst_rtsp_range_to_string +gst_rtsp_range_convert_units gst_rtsp_range_free </SECTION> |