<div dir="ltr">Hi,<br><br>I'm developing a parser and it does very specific things to some events (like seek and segment, converting from time to bytes, etc).<br><br>What would be the best way to test this kind of behavior ? Right know I'm using specific event handlers on the test pads (built with gst_check_setup_*_pad functions) and gathering the events, pretty much the same way it is done to get the buffers.<div><br></div><div>I have a feeling that this may not be the best way to do this, I searched for tests of other parsers and found this on gst-plugins-bad:<br><div><br>gst-plugins-bad-1.0/tests/check/elements/parser.c</div></div><div><br></div><div>But it does not have any event handling test.</div><div><br></div><div>Any help ?</div><div><br></div><div>If gathering events like this makes sense I'm willing to add this feature to GstCheck, but since it is not already there I have a feeling that it is with good reason :-)</div><div><br></div><div>Best regards,</div><div>Tiago Katcipis</div></div>