pad: Fix iterator aggregation of all pads in the internal links fallback
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 13 Jun 2010 14:27:39 +0000 (16:27 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 13 Jun 2010 14:27:39 +0000 (16:27 +0200)
commit6ff314c75a4466536c39b143c156baa64011f516
tree154c8daa4c06a766cb37ff710c7cb9bcd4cc38f8
parent18f23bc0b0b65b4648e3b375947ccfbb98f5c645
pad: Fix iterator aggregation of all pads in the internal links fallback

g_list_prepend() returns the new head of the list and not
using this will create a memory leak and a single-element list.
gst/gstpad.c