[gtk: 2/3] Apply 1 suggestion(s) to 1 file(s)
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 2/3] Apply 1 suggestion(s) to 1 file(s)
- Date: Thu, 24 Mar 2022 19:19:02 +0000 (UTC)
commit ddba7f86018f4197037fdddaa812654b4bc41c5f
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 24 17:16:11 2022 +0000
Apply 1 suggestion(s) to 1 file(s)
modules/media/gtkgstmediafile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/modules/media/gtkgstmediafile.c b/modules/media/gtkgstmediafile.c
index 58a8e5219f..0633214939 100644
--- a/modules/media/gtkgstmediafile.c
+++ b/modules/media/gtkgstmediafile.c
@@ -180,7 +180,7 @@ gtk_gst_media_file_media_info_updated_cb (GstPlayer *player,
/* clock_time == 0: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1588
* GstPlayer's first media-info-updated comes with 0 duration
*
- * click_time == -1: Seen on loading an audio-only ogg
+ * clock_time == -1: Seen on loading an audio-only ogg
*/
GstClockTime clock_time = gst_player_media_info_get_duration (media_info);
if (clock_time == 0 || clock_time == -1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]