GNOME Bugzilla – Bug 674339
Wrong pad request template used for tee
Last modified: 2012-05-01 18:08:48 UTC
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.
Created attachment 212303 [details] [review] Fix src pad request template for tee
commit f65df0ec248731b2babbf6810a617a2661c0c11a Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Wed Apr 18 18:34:01 2012 +0400 timeline-pipeline: fix src pad request template for tee https://bugzilla.gnome.org/show_bug.cgi?id=674339