rtph264pay: Map inbuffer once only
authorJonas Holmberg <jonashg@axis.com>
Wed, 27 Nov 2013 16:02:00 +0000 (17:02 +0100)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 28 Nov 2013 21:08:40 +0000 (16:08 -0500)
commit0ab0421759815e8f04e4e48ac81e25f7cf2c7288
treeed3c7432336d9acbdf3a76ab0074f538c1ff7cae
parent77833b886d1ac162cb75d749e3e4d912823cabd5
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
gst/rtp/gstrtph264pay.c