tsdemux: Adapt to new packetizer API
authorEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 21 May 2012 15:53:37 +0000 (17:53 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 22 May 2012 15:43:38 +0000 (17:43 +0200)
commit6bf54ff850076408319b5de776e43669f3c8c77c
tree408e5e7f5a85f29b634f2737a98be7b76adf7df2
parent7fdf1cb0c8deeb71a8c52a6fe8955091787ccab7
tsdemux: Adapt to new packetizer API

We no longer use GstBufferList and instead copy the incoming data
into newly allocated memory.

This makes tsdemux behaviour 3 to 4 times faster.
gst/mpegtsdemux/tsdemux.c