GNOME Bugzilla – Bug 639516
muxers: fix setting src pad caps
Last modified: 2011-01-14 15:34:56 UTC
Created attachment 178317 [details] [review] avimux: set src pad caps In reference to bug #639338, src pad of muxer needs to be set properly for there to be caps following (de)activation cycle.
Created attachment 178318 [details] [review] matroskamux: avoid creating caps from string And a minor cleanup in matroskamux in this area ...
commit 0124302b58c2c575245bcec36cc9d12dd75761e1 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Fri Jan 14 14:51:51 2011 +0100 matroskamux: avoid creating caps from string when possible Fixes #639516. commit a49a248fff74f4a87bdecd8975f6a136055d1109 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Fri Jan 14 14:48:49 2011 +0100 avimux: set src pad caps when starting file Fixes #639516.