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.
This commit is contained in:
Jan Schmidt 2006-03-10 12:37:53 +00:00
parent 8d9e3abb5b
commit a9f2d28efb
2 changed files with 8 additions and 1 deletions

View file

@ -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):

View file

@ -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