GNOME Bugzilla – Bug 401456
[API] Rename gst_bin_find_unconnected_pad to gst_bin_find_unlinked_pad()
Last modified: 2008-05-27 10:57:47 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.
Created attachment 111511 [details] [review] add gst_bin_find_unlinked_pad() and deprecate gst_bin_find_unconnected_pad()
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.