GNOME Bugzilla – Bug 340609
[TRACKER] Fix ADM as I read through it
Last modified: 2006-05-17 13:55:50 UTC
Since I'm reading through ADM right now, it's useful to keep track of various small fixes here so I can fix them later in one go.
Let's mention that if you have a Glib mainloop, you don't have to use win32-style switch() to receive GstBus messages. In section 7.1. How to use a bus.
8.2.1. "Dissecting capabilities" says vorbisdec will output either float or int. This is not true, only float can be output by vorbisdec.
8.3.2. "Creating capabilities for filtering" incorrectly references gst_pad_link_filtered(), which no longer exists.
Sec 8.4., under Fig 8-2: "Obviously, ghost pads can be added to any type of elements, not just to a GstBin.". It's not really obvious, so fix wording.
comment 1, comment 2, and comment 4 are now addressed. Comment 3 is a bit harder, so putting it off for now.
Comment 3 fixed as well: 2006-05-10 Tim-Philipp Müller <tim at centricular dot net> * docs/manual/basics-pads.xml: Expand a bit on caps and filtered links and update examples that were still using the no longer existing gst_pad_link_filtered() (#338206). so closing (don't think we need tracker bugs for other docs bugs given the total amount of docs bugs we have ... ;))