mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
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:
parent
8d9e3abb5b
commit
a9f2d28efb
2 changed files with 8 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue