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 401456 - [API] Rename gst_bin_find_unconnected_pad to gst_bin_find_unlinked_pad()
[API] Rename gst_bin_find_unconnected_pad to gst_bin_find_unlinked_pad()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal enhancement
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-27 20:26 UTC by René Stadler
Modified: 2008-05-27 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add gst_bin_find_unlinked_pad() and deprecate gst_bin_find_unconnected_pad() (4.05 KB, patch)
2008-05-25 16:56 UTC, Tim-Philipp Müller
committed Details | Review

Description René Stadler 2007-01-27 20:26:19 UTC
The function

  gst_bin_find_unconnected_pad

should be renamed to

  gst_bin_find_unlinked_pad

The terminology of "connected pads" isn't used anywhere in the API.  It's "linked pads" all over the place.  The inconsistent naming is confusing and makes it hard to discover the function.
Comment 1 Tim-Philipp Müller 2008-05-25 16:56:25 UTC
Created attachment 111511 [details] [review]
add gst_bin_find_unlinked_pad() and deprecate gst_bin_find_unconnected_pad()
Comment 2 Tim-Philipp Müller 2008-05-27 10:57:47 UTC
2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>

        * docs/gst/gstreamer-sections.txt:
        * gst/gstutils.c: (element_find_unlinked_pad),
          (gst_bin_find_unlinked_pad), (gst_bin_find_unconnected_pad),
        * gst/gstutils.h:
          API: add gst_bin_find_unlinked_pad()
          API: deprecate gst_bin_find_unconnected_pad() (#401456)

2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>

        * tests/check/pipelines/oggmux.c: (test_pipeline):
          Don't use deprecated function.