Home
last modified time | relevance | path

Searched refs:gst_segment_to_stream_time_full (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsegment.c1024 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1027 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1033 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1036 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1057 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1063 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1074 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.h311 gint gst_segment_to_stream_time_full (const GstSegment *segment, GstFormat format, guint64 …
Dgstsegment.c418 gst_segment_to_stream_time_full (const GstSegment * segment, GstFormat format, in gst_segment_to_stream_time_full() function
542 if (gst_segment_to_stream_time_full (segment, format, position, &result) == 1) in gst_segment_to_stream_time()
/third_party/gstreamer/gstreamer/
DChangeLog26260 …segment: Return -1 if gst_segment_to_stream_time_full() considers the position not inside the segm…