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 537812 - [check] add api to setup a pad by name
[check] add api to setup a pad by name
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-11 15:23 UTC by Thijs Vermeir
Modified: 2008-06-21 22:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
setup pad by name (3.33 KB, patch)
2008-06-11 15:24 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2008-06-11 15:23:07 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.
Comment 1 Thijs Vermeir 2008-06-11 15:24:06 UTC
Created attachment 112547 [details] [review]
setup pad by name
Comment 2 Thijs Vermeir 2008-06-21 19:57:20 UTC
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