summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/gstpoll.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstpoll.c b/gst/gstpoll.c
index 5e8f6bd004..cbc3904d94 100644
--- a/gst/gstpoll.c
+++ b/gst/gstpoll.c
@@ -582,6 +582,9 @@ gst_poll_new (gboolean controllable)
nset->wakeup_event = CreateEvent (NULL, TRUE, FALSE, NULL);
#endif
+ /* ensure (re)build, though already sneakily set in non-windows case */
+ MARK_REBUILD (nset);
+
nset->controllable = controllable;
return nset;