GNOME Bugzilla – Bug 572643
when emitting pull-buffer signal on appsink when there are no more buffers left, an internal SystemError is produced
Last modified: 2009-07-09 19:15:16 UTC
Please describe the problem: SystemError error return without exception set Steps to reproduce: 1. run the attached python script 2. 3. Actual results: the system-error gets printed Expected results: either a more concrete exception, or whatever other mechanism usually is used to indicate an action signal failed. Does this happen every time? yeah baby Other information: I'll attach.
Created attachment 129209 [details] testcase
works fine with git. Just adjust your code to check whether the returned buffer is None or not (which is in par with the C code which would return a NULL buffer when EOS).