GNOME Bugzilla – Bug 658076
setcaps function for ghost pads never called
Last modified: 2011-09-07 16:29:37 UTC
Created attachment 195506 [details] [review] potential fix Hi. Currently the setcaps function set for the ghostpad, is never called. I am not yet sure whether this is a bug or a design decision, so I posted a query: http://lists.freedesktop.org/archives/gstreamer-devel/2011-September/033018.html But here's the fix anyway.
commit fcadf09779f7c7f1856dccca90ddae8ac5c72b9e Author: Stas Sergeev <stas@stas.(none)> Date: Fri Sep 2 19:46:06 2011 +0400 ghostpad: Use gst_pad_set_caps() instead of manually changing caps gst_pad_set_caps() does essentially the same but additionally calls the pad's setcaps function. Fixes bug #658076.
> Author: Stas Sergeev <stas@stas.(none)> PS: for future patches, could you please change your git config to a proper e-mail address? Thanks!
Sure, will do. Thanks for committing the patch.