GNOME Bugzilla – Bug 338206
App Dev Manual: example uses old gst_pad_link_filtered()
Last modified: 2006-05-10 15:01:06 UTC
I wanted to use gst_pad_link_filtered() function as described in section 8.3.2. - Creating capabilities for filtering in the GStreamer Application Development Manual but it was missing. I also tied to grep the gstreamer header files and I found it only in version 0.8. Than I looked in the GStreamer 0.10 Core Reference Manual and I found only the gst_element_link_filtered() and gst_element_link_pads_filtered(). So I think it's an problem in the GStreamer Application Development Manual.
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).