Comment
authorXavi Artigas <xartigas@fluendo.com>
Tue, 30 Oct 2012 09:38:13 +0000 (10:38 +0100)
committerXavi Artigas <xartigas@fluendo.com>
Tue, 30 Oct 2012 09:38:50 +0000 (10:38 +0100)
gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c

index d4332b4..0ec6a8a 100644 (file)
@@ -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;
 }