GNOME Bugzilla – Bug 722396
avimux: don't make the buffer writable unless absolutely necessary
Last modified: 2014-01-17 22:56:40 UTC
Created attachment 266527 [details] [review] patch When recording live streams, it it likely that the timestamp remains the same. Making a buffer writable is usually quite cheap. However, if the buffer comes from a hardware encoder, the memory may not be shareable and must be copied.
Thanks for your patch, it has been pushed to master. commit 447556fe6bd109a3538d71420a24e6f55e647d4d Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Wed Dec 11 09:36:22 2013 +0100 avimux: don't make the buffer writable unless absolutely necessary https://bugzilla.gnome.org/show_bug.cgi?id=722396