mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
basesink: add a fixme for 0.11
This commit is contained in:
parent
c9c9894552
commit
72e9834e88
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ struct _GstBaseSink {
|
||||||
|
|
||||||
/*< protected >*/ /* with PREROLL_LOCK */
|
/*< protected >*/ /* with PREROLL_LOCK */
|
||||||
GQueue *preroll_queue;
|
GQueue *preroll_queue;
|
||||||
gint preroll_queue_max_len;
|
gint preroll_queue_max_len; /* FIXME-0.11: the property is guint */
|
||||||
gint preroll_queued;
|
gint preroll_queued;
|
||||||
gint buffers_queued;
|
gint buffers_queued;
|
||||||
gint events_queued;
|
gint events_queued;
|
||||||
|
|
Loading…
Reference in a new issue