From b0cff5fa8f69a2be6ac83a1e74dfd936df552012 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 30 Oct 2012 10:38:13 +0100 Subject: [PATCH] Comment --- gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4