[gstreamer-bugs] [Bug 533365] dvdlpcmdec no chainfunction

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 15 19:48:33 PDT 2008


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

  GStreamer | gst-plugins-ugly | Ver: 0.10.15

Michael Smith changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msmith at xiph.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #1 from Michael Smith  2008-05-16 02:48 UTC -------
This sounds like a request for help with developing your plugin, rather than a
bug report. Normally, you should use the mailing list for that purpose

So, I'm closing it, but I'll also give you some explanation.

dvdlpcmdec is a little unusual in how it's structured - it doesn't set the
chain function until its setcaps function is called. Normally, it would have a
chain function, but the chain function would return an error code in this case,
so the result would be the same - the pipeline would shut down.

In this case, the setcaps function hasn't been called, which means your plugin
isn't setting caps on the buffers that it's pushing - that's a bug in your
plugin, not in dvdlpcmdec.


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




More information about the Gstreamer-bugs mailing list