message: rename GST_MESSAGE_DURATION -> GST_MESSAGE_DURATION_CHANGED
authorTim-Philipp Müller <tim@centricular.net>
Sun, 2 Sep 2012 00:17:44 +0000 (01:17 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 2 Sep 2012 00:18:58 +0000 (01:18 +0100)
commitf712a9596c2bc1863edf9b816d9854eefca9ba45
treecac752882a783536a0793e2a0bdd8cd6b3e5bd12
parenta053bfb6f4fc8bd1d12626d8097ef7e9cf45b093
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.
docs/gst/gstreamer-sections.txt
docs/random/porting-to-0.11.txt
gst/gstbin.c
gst/gstcompat.h
gst/gstmessage.c
gst/gstmessage.h
gst/gstquark.c
gst/gstquark.h
win32/common/libgstreamer.def