diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c
index 71c3e8e738..483e1eda3f 100644
--- a/gst/playback/gstplaybin2.c
+++ b/gst/playback/gstplaybin2.c
@@ -187,6 +187,16 @@
* possible yet.
*
*
+ * Handling redirects
+ *
+ * Some elements may post 'redirect' messages on the bus to tell the
+ * application to open another location. These are element messages containing
+ * a structure named 'redirect' along with a 'new-location' field of string
+ * type. The new location may be a relative or an absolute URI. Examples
+ * for such redirects can be found in many quicktime movie trailers.
+ *
+ *
+ *
* Examples
* |[
* gst-launch -v playbin uri=file:///path/to/somefile.avi