From 72e9834e882d225a32a8df56a82745c6d7681ce6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 2 Oct 2010 18:11:32 +0300 Subject: [PATCH] basesink: add a fixme for 0.11 --- libs/gst/base/gstbasesink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstbasesink.h b/libs/gst/base/gstbasesink.h index 1ce7b2221d..60f94854c3 100644 --- a/libs/gst/base/gstbasesink.h +++ b/libs/gst/base/gstbasesink.h @@ -68,7 +68,7 @@ struct _GstBaseSink { /*< protected >*/ /* with PREROLL_LOCK */ GQueue *preroll_queue; - gint preroll_queue_max_len; + gint preroll_queue_max_len; /* FIXME-0.11: the property is guint */ gint preroll_queued; gint buffers_queued; gint events_queued;