[gstreamer-bugs] [Bug 588744] New: [check] Stream consistency checker utility

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jul 16 00:02:53 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=588744

  GStreamer | gstreamer (core) | Ver: git
           Summary: [check] Stream consistency checker utility
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Many elements don't have any checks (whether internally or in the unit tests)
to make sure that the outgoing data flow is consistant.

* No in-band data (buffers or events) are sent before NEWSEGMENT
* NEWSEGMENT is sent out after a FLUSH_START/FLUSH_STOP tuple
* Only *ONE* FLUSH_STOP follows a FLUSH_START
* No in-band data (buffers or events) are sent after EOS
* No in-band data (buffers or events) are sent between FLUSH_START and
FLUSH_STOP
* ... maybe some more

For this I've created a StreamConsistency helper utility for libgstcheck which
can be used in various unit tests. This has already helped detect a few bugs in
some elements.

Doing this is very important for dynamic pipelines (in general and GNonLin ones
in particular) where a certain data flow consistency is expected.


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




More information about the Gstreamer-bugs mailing list