limit gstreamer queue memory size
[vuplus_dvbapp] / lib / service / iservice.h
index 054e222..24d43fc 100644 (file)
@@ -420,7 +420,8 @@ public:
                   audio will be switched off, sync will be disabled etc. */
        virtual RESULT setTrickmode(int trick=0)=0;
        virtual RESULT isCurrentlySeekable()=0;
-       virtual RESULT seekChapter(int chapter)=0;      
+       virtual RESULT seekChapter(int) { return -1; }
+       virtual RESULT seekTitle(int) { return -1; }
 };
 SWIG_TEMPLATE_TYPEDEF(ePtr<iSeekableService>, iSeekableServicePtr);