basesink: add a fixme for 0.11

This commit is contained in:
Stefan Kost 2010-10-02 18:11:32 +03:00
parent c9c9894552
commit 72e9834e88

View file

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