[Bug 752493] harness: Improve detection of element type

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 16 08:26:35 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
   Target Milestone|git master                  |1.5.3

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
This didn't apply because of the header changes I made, but I fixed it up:

commit 8597284d0be697bffbdb9f31a0f4e6576bc0a73f
Author: Stian Selnes <stian at pexip.com>
Date:   Mon Jul 13 11:03:13 2015 +0200

    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.

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


But please update/rebase before making more patches against the header :)

-- 
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