diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-09-02 01:17:44 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-02 01:18:58 +0100 |
commit | f712a9596c2bc1863edf9b816d9854eefca9ba45 (patch) | |
tree | cac752882a783536a0793e2a0bdd8cd6b3e5bd12 /docs/gst | |
parent | a053bfb6f4fc8bd1d12626d8097ef7e9cf45b093 (diff) |
message: rename GST_MESSAGE_DURATION -> GST_MESSAGE_DURATION_CHANGED
The duration should be re-queried via a query using the
normal path, we don't want applications to use the value
from the message itself, since it might no match what a
duration query done from the sink upstream might yield.
Also disables duration caching in GstBin. It should be
added back again at some point.
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index ca0389f9a..64fcf0fcc 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1434,8 +1434,7 @@ gst_message_new_segment_start gst_message_parse_segment_start gst_message_new_segment_done gst_message_parse_segment_done -gst_message_new_duration -gst_message_parse_duration +gst_message_new_duration_changed gst_message_new_latency gst_message_new_async_start gst_message_new_async_done |