Apply 1 suggestion(s) to 1 file(s)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Mar 2022 17:16:11 +0000 (17:16 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Mar 2022 17:16:11 +0000 (17:16 +0000)
modules/media/gtkgstmediafile.c

index 58a8e5219fa68b33615897f9154bfb5a273a45cd..06332149397de0d3fb7ff30e962c0c9bc864a5b8 100644 (file)
@@ -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)