Hi, I am just building a GstPushSrc based plugin that reads live data from an USB device. ( Bulk transfers a 4096 bytes). The problem is that the create function from GstPushSrc seems not to be called often/fast enough to get all the data from the USB device. Did I forget to set some rate , or how to solve that? Thx Roland