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 122046 - osssink should call try_set_caps() instead of "enjoy the noise"
osssink should call try_set_caps() instead of "enjoy the noise"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-11 19:18 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2003-09-11 19:18:25 UTC
In the cases where osssink currently says "enjoy the noise", it should
decide whether the caps are close enough, where "close enough" is defined
by a parameter (probably).  If the caps are close enough, good.  If not, it
should attempt to renegotiate caps on the sink pad with the new parameters.
Comment 1 David Schleef 2003-12-02 04:46:03 UTC
The caps branch fixes this, but in a completely different way.