[Bug 752493] harness: Improve detection of element type

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 16 07:41:55 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752493

--- Comment #1 from Stian Selnes (stianse) <stian.selnes at gmail.com> ---
Created attachment 307560
  --> https://bugzilla.gnome.org/attachment.cgi?id=307560&action=edit
harness: Improve detection of element type

The element flag does not indicate wether a bin should be tested as a
source or as a sink, eg. a bin with the sink flag may still have a
source pad and a bin with the source flag may have a sink pad. In this
case it is better to determine the element type by looking at the
available pads and pad templates.

Also rename srcpad and sinkpad where it actually represents
element_srcpad_name and element_sinkpad_name.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list