g_usleep() takes a microsecond value, GST_SECOND is nanoseconds, so we were sleeping for more than 3 minutes here instead of 200ms.
g_usleep() takes a microsecond value, GST_SECOND is nanoseconds, so we were sleeping for more than 3 minutes here instead of 200ms.