[Bug 743907] exclusion: exception when set factor to 0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 22 09:46:11 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743907

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
I don't understand why this is needed.

gst-launch-1.0 videotestsrc ! exclusion factor=0 ! ximagesink

works just fine for me (well, it shows a black image anyway) and the code has 

  if (G_UNLIKELY (factor == 0))
    return;

so it seems to be an intentionally allowed value. Could you explain what goes
wrong for you? What "exception" occurs?

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