[gstreamer-bugs] [Bug 589314] [basetransform] clears GAP flag in passthrough mode

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 22 22:56:27 PDT 2009


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=589314

  GStreamer | gstreamer (core) | Ver: git




------- Comment #6 from Sebastian Dröge  2009-07-23 05:56 UTC -------
GAP aware and passthrough are two different properties but passthrough implies
GAP aware (not the other way around).

A passthrough element will never (and can't) change the content of the buffers,
i.e. the output buffers will still contain silence if the GAP flag was set and
there's no reason to unset it.

The reason why the GAP aware mode exists is only to make sure that the output
buffers only contain the GAP flag if the elements make sure that the buffers
only have a GAP flag if they really contain silence. For a passthrough element
this is always true and if the element understands the GAP flag or not doesn't
matter, a buffer with GAP flag must contain silence.


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




More information about the Gstreamer-bugs mailing list