[gstreamer-bugs] [Bug 500258] Buffer is not writable in do_transform_ip in gst.BaseTransform with passthrough=False and in_place=True

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 18 03:58:12 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=500258

  GStreamer | gst-python | Ver: 0.10.9

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com
 Attachment #103128|none                        |rejected
               Flag|                            |




------- Comment #3 from Edward Hervey  2008-01-18 11:58 UTC -------
This is not an issue with gst-python basetransform, but rather a bad usage of
both.

* You need to feed your basetransform buffers with fixed caps
* Those buffers need to have valid sizes (fakesrc.set_property("sizetype", 2))
* buffers data are arrays of string, so you can't do = 1, but you can do = "1"

Will attach my modified version so you can see how to properly use it


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=500258.




More information about the Gstreamer-bugs mailing list