diff options
Diffstat (limited to 'gst-libs/gst/video/gstvideosink.h')
-rw-r--r-- | gst-libs/gst/video/gstvideosink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h index 2a460fda..171a91ba 100644 --- a/gst-libs/gst/video/gstvideosink.h +++ b/gst-libs/gst/video/gstvideosink.h @@ -56,7 +56,7 @@ struct _GstVideoSink { gint width, height; gint frames_displayed; - guint64 frame_time; + gint64 frame_time; GstClock *clock; |