[Bug 761225] pad: Allow multiple conversion specifiers for request pads and don't require it at the very end

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 29 13:54:43 UTC 2016


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

Wonchul Lee <chul0812 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #320688|needs-work                  |none
             status|                            |
 Attachment #320688|0                           |1
        is obsolete|                            |

--- Comment #17 from Wonchul Lee <chul0812 at gmail.com> ---
Created attachment 324938
  --> https://bugzilla.gnome.org/attachment.cgi?id=324938&action=edit
[patch] Allow multiple conversion specifiers for request pads 3

str is assigned by strchr (templ->name_template, '%') ,so it can point to '%'
or NULL here and *(str+1) should be one of the characters ('s', 'd', 'u')
otherwise request padtemplate will not be created.(The name_is_valid function
in padtemplate guarantee that str+1 should be valid)

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