[gstreamer-bugs] [Bug 506594] [interleave] doesn't work with channels > 1

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 4 07:29:27 PST 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=506594

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
           Severity|major                       |blocker
             Status|UNCONFIRMED                 |NEW
          Component|gst-plugins                 |gst-plugins-bad
     Ever Confirmed|0                           |1
            Summary|Interleave plugin doesn't   |[interleave] doesn't work
                   |work with more than one     |with channels > 1
                   |request pad                 |




------- Comment #4 from Tim-Philipp Müller  2008-01-04 15:29 UTC -------
Example pipeline:

  gst-launch-0.10 -v interleave name=i ! fakesink   audiotestsrc ! audioconvert
! audio/x-raw-float,channels=2 ! deinterleave name=d  d. ! queue ! i.  d. !
queue ! i. 

will lead to interleave returning FLOW_ERROR due to

  interleave.c:501:gst_interleave_pen_buffer: Pad i:sink0 already has penned
buffer

(which is due to interleave being fundamentally broken, at least in push mode;
it should use GstCollectPads or GstMuxer or so).

I'm marking this as a blocker, because if this is not fixed in time for the
release the element should be disabled for the release.


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




More information about the Gstreamer-bugs mailing list