Skip to content
  • Ronald S. Bultje's avatar
    ext/faad/gstfaad.c: Add debug category, remove Close() call that made it crash... · 0ea3b5b9
    Ronald S. Bultje authored
    ext/faad/gstfaad.c: Add debug category, remove Close() call that made it crash whenever reusing, renegotiating or any...
    
    Original commit message from CVS:
    * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_setcaps):
    Add debug category, remove Close() call that made it crash
    whenever reusing, renegotiating or anything; Close() actually
    free()s the handle and should only be called on READY->NULL.
    * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
    Actually set caps on buffer (in addition to pad), also.
    0ea3b5b9