summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xartigas@fluendo.com>2012-10-30 10:38:13 +0100
committerXavi Artigas <xartigas@fluendo.com>2012-10-30 10:38:50 +0100
commitb0cff5fa8f69a2be6ac83a1e74dfd936df552012 (patch)
tree7e02f536d80b74e91e751de9d4f4ca6671a09925
parentd357a0332a8e80009274ae1b3c9066d78511189e (diff)
Comment
-rw-r--r--gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c b/gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c
index d4332b4..0ec6a8a 100644
--- a/gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c
+++ b/gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c
@@ -214,7 +214,7 @@ static void eos_cb (GstBus *bus, GstMessage *msg, CustomData *data) {
execute_seek (0, data);
}
-/* Called when the duration of the media changes. Just mark it as unknown, so we re-query it later. */
+/* Called when the duration of the media changes. Just mark it as unknown, so we re-query it in the next UI refresh. */
static void duration_cb (GstBus *bus, GstMessage *msg, CustomData *data) {
data->duration = GST_CLOCK_TIME_NONE;
}