summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-03-10 12:37:53 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-03-10 12:37:53 +0000
commita9f2d28efbc1432712a32934cc79ad362cfdceea (patch)
treed33dab6c3a42290f7c130cb27f28d9be567c8bd2
parent8d9e3abb5b72b8452d85e69204c66c327ad8a6eb (diff)
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.
-rw-r--r--ChangeLog7
-rw-r--r--gst-libs/gst/video/gstvideosink.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ac54ba9c0..2b89000372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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 <tim at centricular dot net>
* 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