[gstreamer-bugs] [Bug 313043] Queue fails on dvdec element

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Aug 10 03:44:20 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=313043
 GStreamer | gst-plugins-base | Ver: HEAD CVS

wingo at pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
      everconfirmed|0                           |1



------- Additional Comments From wingo at pobox.com  2005-08-10 10:44 -------
The issue is that dvdec produces both audio and video, and that in the launch
line the pipeline is constructed from left to right. So dvdec's audio pad is
linking to the queue, which is fine, but then it's linking to xvimagesink, which
fails because you can't hook audio into video.

You can fix this particular case by using:

gst-launch filesrc location=test.dv ! dvdec .video ! queue ! xvimagesink

I've seen this problem before though; perhaps we should make dvdec have
SOMETIMES pads, so as to forcibly delay linking. That would make this case work,
because by the time dvdec makes its pads, queue will already be connected to
xvimagesink, and will thus choose the right pad. Leaving this open for comment.

------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list