From a9f2d28efbc1432712a32934cc79ad362cfdceea Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 10 Mar 2006 12:37:53 +0000 Subject: [PATCH] gst-libs/gst/video/gstvideosink.c: Disable max-lateness by setting it to -1 for now, so that we can bed QoS stuff in ... Original commit message from CVS: * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init): Disable max-lateness by setting it to -1 for now, so that we can bed QoS stuff in thoroughly between now and the next release. --- ChangeLog | 7 +++++++ gst-libs/gst/video/gstvideosink.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ac54ba9c0..2b89000372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-10 Jan Schmidt + + * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init): + Disable max-lateness by setting it to -1 for now, so that + we can bed QoS stuff in thoroughly between now and the next + release. + 2006-03-10 Tim-Philipp Müller * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): diff --git a/gst-libs/gst/video/gstvideosink.c b/gst-libs/gst/video/gstvideosink.c index c427497830..7ce289faf8 100644 --- a/gst-libs/gst/video/gstvideosink.c +++ b/gst-libs/gst/video/gstvideosink.c @@ -104,7 +104,7 @@ gst_video_sink_init (GstVideoSink * videosink) videosink->width = 0; videosink->height = 0; - gst_base_sink_set_max_lateness (GST_BASE_SINK (videosink), 20 * GST_MSECOND); + gst_base_sink_set_max_lateness (GST_BASE_SINK (videosink), -1); } static void