From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:28:45
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |kaf...@gm... Resolution| |DUPLICATE --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2012-02-19 15:28:30 UTC --- (In reply to comment #1) > Here's a script that only uses GStreamer. After having an appsink pull a > buffer, the buffer is mysteriously erased, and other variables, such as > $pipeline, are mysteriously changed. As Quentin said, this is indeed due to some signals (pad-added, new-buffer) being invoked from a foreign thread, for which Glib was not yet prepared. I just committed <http://git.gnome.org/browse/perl-Glib/commit/?id=6f1bc1a56e4c7c87d44caca1001cd50357f7a603> the fix mentioned in the other bug, which does indeed also seem to solve your problem. Please test extensively. *** This bug has been marked as a duplicate of bug 620099 *** -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |