GNOME Bugzilla – Bug 537812
[check] add api to setup a pad by name
Last modified: 2008-06-21 22:33:03 UTC
This patch does 2 things: 1) Add an API to setup a src_pad by a name of the pad 2) If the static pad can not be found try if we can find a request pad.
Created attachment 112547 [details] [review] setup pad by name
Committed * libs/gst/check/gstcheck.c: * libs/gst/check/gstcheck.h: Also setup request pads and allow setup pads by name (#537812) API: gst_check_setup_src_pad_by_name API: gst_check_setup_sink_pad_by_name