aboutsummaryrefslogtreecommitdiff
path: root/docs/libs/html/GstAdapter.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libs/html/GstAdapter.html')
-rw-r--r--docs/libs/html/GstAdapter.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libs/html/GstAdapter.html b/docs/libs/html/GstAdapter.html
index 35e594f..29f132e 100644
--- a/docs/libs/html/GstAdapter.html
+++ b/docs/libs/html/GstAdapter.html
@@ -193,7 +193,7 @@ need to clear the adapter after a discontinuity.
<p>
The adapter will keep track of the timestamps of the buffers
that were pushed. The last seen timestamp before the current position
-can be queried with <code class="function">gst_adapter_prev_timestamp()</code>. This function can
+can be queried with <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstAdapter.html#gst-adapter-prev-timestamp"><code class="function">gst_adapter_prev_timestamp()</code></a>. This function can
optionally return the amount of bytes between the start of the buffer that
carried the timestamp and the current adapter position. The distance is
useful when dealing with, for example, raw audio samples because it allows