Skip to content
  • Tim-Philipp Müller's avatar
    gst/playback/gstdecodebin2.c: Cast lock macro parameters to make sure we're... · af529009
    Tim-Philipp Müller authored
    gst/playback/gstdecodebin2.c: Cast lock macro parameters to make sure we're actually accessing the lock member at the...
    
    Original commit message from CVS:
    * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
    Cast lock macro parameters to make sure we're actually accessing the
    lock member at the right class level. Free list itself in _dispose()
    as well and NULL it in case dispose gets called multiple times.
    af529009