rtph263pay: Stop using an adapter and directly use the buffer
authorSebastian Dröge <sebastian@centricular.com>
Thu, 2 Jul 2015 07:17:59 +0000 (09:17 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 2 Jul 2015 07:26:27 +0000 (09:26 +0200)
commit8b0d11a0eedd0c335182b18da25a889549f26edb
tree495a890596d8437adcd7f6806691049de2e945ce
parent51cd22c9123de1b01eb47105bdfeacf63970414c
rtph263pay: Stop using an adapter and directly use the buffer

We always pushed one buffer into the adapter, then handled exactly that one
buffer and flushed it from the adapter. Now also don't memcpy() the actual
payload but just attach the input buffer's data to the output buffer.

This code still needs some serious refactoring/rewriting.
gst/rtp/gstrtph263pay.c
gst/rtp/gstrtph263pay.h