[gstreamer-bugs] [Bug 343196] basetransform not handles ro/rw buffer flagging for transform_ip in all cases

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun May 28 07:57:15 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343196
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gstreamer-                  |ensonic at sonicpulse.de
                   |bugs at lists.sourceforge.net  |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev)  2006-05-28 14:57 UTC -------
Created an attachment (id=66374)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=66374&action=view)
fixes both basetransform problems

to test the patch add these lines to the beginning of
gstvolume::volume_transform_ip

  /* don't process data in passthrough-mode */
  if (!gst_buffer_is_writable (outbuf)) return GST_FLOW_OK;

then go to gst-plugins-base/tests/check and run
  make elements/volume.check


-- 
Configure bugmail: http://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