Skip to content
  • Tim-Philipp Müller's avatar
    gst/interleave/deinterleave.c: Don't leak input buffer in chain function;... · 56b1a888
    Tim-Philipp Müller authored
    gst/interleave/deinterleave.c: Don't leak input buffer in chain function; maintain our own list of source pads - ther...
    
    Original commit message from CVS:
    * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
    (gst_deinterleave_remove_pads), (gst_deinterleave_process),
    (gst_deinterleave_chain):
    Don't leak input buffer in chain function; maintain our own list of
    source pads - there are no guarantees about the order of the list
    in the GstElement struct, and we want a very specific order; lastly,
    some more debugging.
    56b1a888