baseparse: Fix handling of queued frames
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 18 Oct 2011 08:58:14 +0000 (10:58 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 18 Oct 2011 08:58:57 +0000 (10:58 +0200)
commit1eb73339b9b4ec09373bb1d1674a239e2d34fd19
tree649812613aa6a9ffe77b87769ccd39ff42cd4f3e
parentd42923b0147211f013d033fed5dde18c0b197dca
baseparse: Fix handling of queued frames

gst_base_parse_push_frame() already frees the frame, no need to
do it another time again.
libs/gst/base/gstbaseparse.c