baseparse: Store incoming cached events in reverse order
authorJan Schmidt <thaytan@noraisin.net>
Mon, 3 Sep 2012 17:30:08 +0000 (10:30 -0700)
committerJan Schmidt <thaytan@noraisin.net>
Thu, 13 Sep 2012 05:38:40 +0000 (22:38 -0700)
commitdbf4c13489a98514a6206eb90c29b174f9bffca4
tree8cabe0a786c294a0aa0b6445f33dd5d62230803f
parent3226160b31aa6a3792edba9e2a24dac9fbe27b6b
baseparse: Store incoming cached events in reverse order

Reverse the list just before sending. Prepending is more efficient
than appending, so this saves some cycles.
libs/gst/base/gstbaseparse.c