Re: VDR 2.3.1 dvbhddevice plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



cedric.dewijs@xxxxxxxxxx wrote:

Hi Richard,
Could you show the changes you made? Maybe we can see from that what you missed :-)

Hi Cedric,

Thanks for your help.

In dvbhddevice.c :

- static const char *VERSION        = "2.2.0";
+ static const char *VERSION        = "2.3.1";

In dvbhdffdevice.c:

void cDvbHdFfDevice::SetAudioTrackDevice(eTrackType Type)
{
    //printf("SetAudioTrackDevice %d\n", Type);
    const tTrackId *TrackId = GetTrack(Type);
    if (TrackId && TrackId->id) {
        int streamType = 0;
-        cChannel * channel = Channels.GetByNumber(CurrentChannel());
+       LOCK_CHANNELS_READ;
+        const cChannel * channel = Channels->GetByNumber(CurrentChannel());

After making these changes, the plugin compiled without error.

Regards,

Richard


_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr




[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux