mpegtsmux: fix release_pad
authorDavid Schleef <ds@schleef.org>
Sun, 5 Dec 2010 03:55:32 +0000 (19:55 -0800)
committerDavid Schleef <ds@schleef.org>
Thu, 17 Feb 2011 21:47:52 +0000 (13:47 -0800)
commit455aaa3fbd2ba0b994fc28c09af93c01399ce6ac
treea8650070a7dc2600cd276c3b9a78887134556b29
parent92d5ea292634d9133ff25e06d70ef282502c0d2f
mpegtsmux: fix release_pad

Remove bogus freeing of pad element_private data that we
never set (collectpads uses it, which causes confusion here).
Also, check that our collectpads instance exists before using
it.  Partial fix for #636011.
gst/mpegtsmux/mpegtsmux.c