Home
last modified time | relevance | path

Searched refs:gst_rtsp_range_parse (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c162 fail_unless (gst_rtsp_range_parse ("npt=", &range) == GST_RTSP_EINVAL); in GST_START_TEST()
163 fail_unless (gst_rtsp_range_parse ("npt=0", &range) == GST_RTSP_EINVAL); in GST_START_TEST()
164 fail_unless (gst_rtsp_range_parse ("npt=-", &range) == GST_RTSP_EINVAL); in GST_START_TEST()
165 fail_unless (gst_rtsp_range_parse ("npt=now", &range) == GST_RTSP_EINVAL); in GST_START_TEST()
167 fail_unless (gst_rtsp_range_parse ("npt=-now", &range) == GST_RTSP_OK); in GST_START_TEST()
180 fail_unless (gst_rtsp_range_parse ("npt=now-now", &range) == GST_RTSP_OK); in GST_START_TEST()
190 fail_unless (gst_rtsp_range_parse ("npt=now-", &range) == GST_RTSP_OK); in GST_START_TEST()
200 fail_unless (gst_rtsp_range_parse ("npt=now-34.12", &range) == GST_RTSP_OK); in GST_START_TEST()
214 fail_unless (gst_rtsp_range_parse ("npt=23,89-now", &range) == GST_RTSP_OK); in GST_START_TEST()
228 fail_unless (gst_rtsp_range_parse ("npt=-12.09", &range) == GST_RTSP_OK); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsprange.h146 GstRTSPResult gst_rtsp_range_parse (const gchar *rangestr, GstRTSPTimeRange **range);
Dgstrtsprange.c267 gst_rtsp_range_parse (const gchar * rangestr, GstRTSPTimeRange ** range) in gst_rtsp_range_parse() function
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c7716 if (gst_rtsp_range_parse (range, &therange) == GST_RTSP_OK) { in gst_rtspsrc_parse_range()
/third_party/gstreamer/gstplugins_base/
DChangeLog140102 (gst_rtsp_range_parse):
140130 (gst_rtsp_range_parse):
140207 (gst_rtsp_range_parse), (gst_rtsp_range_free):