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 338206 - App Dev Manual: example uses old gst_pad_link_filtered()
App Dev Manual: example uses old gst_pad_link_filtered()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.x
Other Linux
: Normal trivial
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-12 11:50 UTC by Michal Bebjak
Modified: 2006-05-10 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Bebjak 2006-04-12 11:50:24 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.
Comment 1 Tim-Philipp Müller 2006-05-10 15:01:06 UTC
 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).