GNOME Bugzilla – Bug 490521
[pwg] caps negotiation docs need updating
Last modified: 2012-09-28 18:03:13 UTC
I think the pad is wrong in the example of the caps negotiation in the second example: ... if (gst_pad_set_caps (filter->sinkpad, caps)) { filter->passthrough = TRUE; } else { ... must be: ... if (gst_pad_set_caps (filter->srcpad, caps)) { filter->passthrough = TRUE; } else { ... http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-nego-downstream.html
Created attachment 97919 [details] [review] patch for this typo
Created attachment 97920 [details] [review] patch from the root dir
That example is completely outdated, this is not how 0.10 capsnego works at all.
If that information is wrong/outdated, we better update or remove it ...
> If that information is wrong/outdated, we better update or remove it ... Agreed, so let's keep the bug open :)
commit 58d21a49d1de8f66a17e2136d9c8d458a91c6ca2 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Fri Sep 28 10:04:51 2012 +0200 pwg: fix more negotiation for 1.0 commit b68c7fc9549ed3e40d2526289327ddea06e34fae Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Sep 27 17:21:53 2012 +0200 pwg: fix some negotiation to 1.0