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 301292 - caps nego problem in gst-adder
caps nego problem in gst-adder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-20 08:54 UTC by Wouter Paesen
Modified: 2005-06-09 14:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Solves the problem by implementing a get_caps method (1.48 KB, patch)
2005-04-20 08:54 UTC, Wouter Paesen
none Details | Review
quick fix for gst-plugins-0.8.9 (571 bytes, patch)
2005-05-30 15:55 UTC, Wouter Paesen
none Details | Review

Description Wouter Paesen 2005-04-20 08:54:00 UTC
My app issues a warning : 
pad adder0:src returned caps that are not a real subset of its template caps
Comment 1 Wouter Paesen 2005-04-20 08:54:46 UTC
Created attachment 45468 [details] [review]
Solves the problem by implementing a get_caps method
Comment 2 Ronald Bultje 2005-04-22 15:23:19 UTC
applied, thanks.
Comment 3 Wouter Paesen 2005-05-30 15:55:16 UTC
Created attachment 47042 [details] [review]
quick fix for gst-plugins-0.8.9
Comment 4 Ronald Bultje 2005-06-09 14:16:04 UTC
applied that one too, thanks again.