GNOME Bugzilla – Bug 719434
rtph264pay maps and unmaps inbuffer twice
Last modified: 2013-11-28 21:32:31 UTC
rtph264pay calls gst_buffer_extract() twice and each call will map and unmap the buffer.
Created attachment 262959 [details] [review] Map inbuffer once only Do not call gst_buffer_extract() twice since each call will map and unmap the buffer.
Comitted commit 0ab0421759815e8f04e4e48ac81e25f7cf2c7288 Author: Jonas Holmberg <jonashg@axis.com> Date: Wed Nov 27 17:02:00 2013 +0100 rtph264pay: Map inbuffer once only Do not call gst_buffer_extract() twice since each call will map and unmap the biffer. https://bugzilla.gnome.org/show_bug.cgi?id=719434