[Bug 674339] New: Wrong pad request template used for tee
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Apr 18 07:56:36 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=674339
GStreamer | gst-editing-services | git
Summary: Wrong pad request template used for tee
Classification: Platform
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-editing-services
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: lrn1986 at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The following line:
tmppad = gst_element_get_request_pad (chain->tee, "src%d");
results in tmppad == NULL
The reason for that is that "src%d" template is wrong, it should be "src_%u"
for tee element.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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