Skip to content
  • Sebastian Dröge's avatar
    gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads... · e9251311
    Sebastian Dröge authored
    gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads as it's not required and the default ge...
    
    Original commit message from CVS:
    * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
    (gst_deinterleave_class_init), (gst_deinterleave_init),
    (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
    * gst/interleave/deinterleave.h:
    Don't set a getcaps() function on the src pads as it's not required
    and the default getcaps() function returns the correct results for
    our src pads.
    Complete documentation and add myself to the authors of the element.
    e9251311