support to query videoheight, width, aspect, framerate and progressive state also...
[vuplus_dvbapp] / lib / service / servicemp3.h
index a43c8ad..5e706e9 100644 (file)
@@ -180,6 +180,7 @@ private:
        static void gstCBsubtitlePadEvent(GstPad *pad, GstEvent *event, gpointer user_data);
        GstPad* gstCreateSubtitleSink(eServiceMP3* _this, subtype_t type);
        void gstPoll(const int&);
+       gint m_aspect, m_width, m_height, m_framerate, m_progressive;
 };
 #endif