]> git.sesse.net Git - vlc/commit
* ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
authorSam Hocevar <sam@videolan.org>
Thu, 10 Jan 2002 04:11:25 +0000 (04:11 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 10 Jan 2002 04:11:25 +0000 (04:11 +0000)
commit0e8b68b5510d9de84cf885666aa25c212b85c749
tree4fa8bbb4ffc43a1da3acdbac1166aac34d623308
parent5467d33af680b40ce15d3549f3217dab45b51848
  * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
  * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
    DecoderError.
  * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
    fourth time someone has to commit this, so I added a reminder :-)
plugins/dummy/input_dummy.c
plugins/dvd/input_dvd.c
plugins/dvdread/input_dvdread.c
plugins/gtk/gtk_display.c
plugins/mga/xmga.c
plugins/mpeg_adec/mpeg_adec.c
plugins/x11/xcommon.c
src/input/input.c
src/input/input_ext-intf.c
src/interface/intf_playlist.c