[Webkit-unassigned] [Bug 105181] New: [GStreamer] Use gst_element_link_pads_full() with CHECK_NOTHING for speed and sanity
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 17 07:49:13 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=105181
Summary: [GStreamer] Use gst_element_link_pads_full() with
CHECK_NOTHING for speed and sanity
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: elima at igalia.com
There are calls to gst_pad_link() that can be replaced by gst_element_link_pads_full() with GST_PAD_LINK_CHECK_NOTHING flag, preventing unnecessary checks and simplifying code.
Also, getting rid of the gst_element_get_request_pad() calls will ease the migration to Gst 1.0.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list