[Bug 727702] gstreamer: non writable output buffer in do_transform_frame

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 7 01:01:04 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727702
  GStreamer | gstreamer (core) | 1.x

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-04-07 08:01:03 UTC ---
That looks like another bug with PyGi, where it increases the refcount of
buffers unnecessarily, and thus makes them non-writable (buffers with refcount
> 1 are considered not writable).

The buffer in the transform function is owned by the callee and thus nothing in
PyGi should increase the refcount.

-- 
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.


More information about the gstreamer-bugs mailing list