GNOME Bugzilla – Bug 703377
gst_check_setup_events() and multiple src or sink pads
Last modified: 2013-07-01 13:54:40 UTC
gst_check_setup_events() does not work when the element being tested has more than one src or sink pad. According to a discussion on IRC a new function needs to be added for this.
Created attachment 248124 [details] [review] gst_check_setup_events_with_stream_id() Added gst_check_setup_events_with_stream_id() to make it possible to set stream_id in the stream-start event. Changed the check test for funnel as an example of how to use it.
commit 0ea8748c6b1cfdeb35b5fc71f4d6abb2bfc8b3c1 Author: Jonas Holmberg <jonashg@axis.com> Date: Mon Jul 1 11:10:00 2013 +0200 check: Added gst_check_setup_events_with_stream_id() Added a new function gst_check_setup_events_with_stream_id(), since gst_check_setup_events() does not work with multiple pads. https://bugzilla.gnome.org/show_bug.cgi?id=703377