After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113207 - tee doesn't pass caps properly
tee doesn't pass caps properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-18 04:12 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2003-05-18 04:12:55 UTC
tee doesn't pass caps properly.  This can be seen using

  videotestsrc ! tee ! xvideosink

  videotestsrc fourcc="I420" ! tee ! xvideosink

  smpte ! tee ! xvideosink

etc.
Comment 1 David Schleef 2003-05-19 02:38:05 UTC
I changed how tee handles caps negotiation, so it seems to work in the
above cases.  Tee probably needs a bit more work in this area, but we
need some test cases first.
Comment 2 Thomas Vander Stichele 2003-12-16 16:31:39 UTC
can you give an example of what testcases you would want so I can
write them ?
Comment 3 Ronald Bultje 2004-01-02 23:44:51 UTC
This is apparently fixed in HEAD/CVS with the new caps system. Indeed,
videotestsrc/tee works now, to give an example.