Re: [Live-devel] Public vs Protected of StopPlaying()

2008-11-22 Thread Ross Finlayson
While writing code using the library I ran through a minor compilation problem where the compiler would complain about member function StopPlaying() being protected. The issue I got was causing by the library having class MediaSink declares virtual member function StopPlaying() as public membe

[Live-devel] Public vs Protected of StopPlaying()

2008-11-21 Thread Guy Bonneau
While writing code using the library I ran through a minor compilation problem where the compiler would complain about member function StopPlaying() being protected. The issue I got was causing by the library having class MediaSink declares virtual member function StopPlaying() as public member.