GNOME Bugzilla – Bug 703121
Make caps writable when using smartrender
Last modified: 2013-06-27 23:26:47 UTC
gst_encoding_profile_get_input_caps() may return a reference to existing caps, which is not writable. These caps are immediately modified however, so writable they must be.
Created attachment 247819 [details] [review] Make the caps from encoding profile writable
commit 3b8bfc1f161124db0cd42a8fdf92a0eafa260712 Author: Tim-Philipp Müller <tim@centricular.net> Date: Fri Jun 28 00:24:33 2013 +0100 timelinepipeline: fix caps leak commit e4b1153846115ade11a949750a6e5334318e259d Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Wed Jun 26 12:57:17 2013 +0000 timelinepipeline: make the caps from encoding profile writable https://bugzilla.gnome.org/show_bug.cgi?id=703121