vdr4arch - rpihddevice - kein Bild

  • Aktuell läuft vdr4arch nicht auf meinem raspberry. Läuft nicht bedeutet konkret, schwarzes Bild - weder live noch Aufnahme - teilweise mit viel zu kleinem OSD.


    Das Debuggen hat mich ein paar Stunden gekostet, hier der Patch für vdr/PKGBUILD:


    DEPRECATED_VIDEOSYSTEM existiert seit vdr-2.2.0:
    "The function cDevice::GetVideoSystem() has been deprecated and will be removed in a future version. In order to check whether a particular plugin needs to be modified if this function is removed, you can comment out the line #define DEPRECATED_VIDEOSYSTEM in device.h."


    cDevice::GetVideoSystem() findet sich omxdevice.o

    Code
    [sg75@rasp3 rpihddevice]$ nm omxdevice.o | grep GetVideoSystem
    00000000 W _ZN7cDevice14GetVideoSystemEv


    allerdings nicht in omxdevice.c

    Code
    [sg75@rasp3 rpihddevice]$ cat omxdevice.[hc] | grep "GetVideoSystem" 
    [sg75@rasp3 rpihddevice]$


    Für einem rpihddevice-Patch hat es also aus Mangel an C++-Kenntnissen nicht gereicht ...

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!