GNOME Bugzilla – Bug 575678
[ffmux] Set caps on the srcpad / output buffers
Last modified: 2009-03-23 13:11:52 UTC
Hi, attached patch lets ffmux_* set caps on the srcpad and the output buffers. Without the patch they have NULL caps which is not exactly useful for further processing ;)
Created attachment 130817 [details] [review] patch
isn't the proper way to just use GST_PAD_CAPS (ffmux->srcpad) instead of the templates ?
ok, I read this too quicly. Patch is correct.
commit 3447bedc3dcf692fcce47b8b70618cabc15d9b0c Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Mar 15 10:19:53 2009 +0100 ffmux: Actually set caps on the srcpad instead of working with NULL caps Fixes bug #575678.