X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.h;h=01f7cf7f2efd6fa63aa15da1383089ad51f24b97;hb=2c862a6323b51e446270ee3b6845ed234ed8771d;hp=af68bd9159a5ea1f0e6ce683950f71d91aacedba;hpb=9d2867afd1360fe877f1513dad4d1edc6ab5b4f9;p=vuplus_dvbapp diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index af68bd9..01f7cf7 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -208,6 +208,7 @@ private: static void gstCBsubtitleAvail(GstElement *element, gpointer user_data); GstPad* gstCreateSubtitleSink(eServiceMP3* _this, subtype_t type); void gstPoll(const int&); + static void gstHTTPSourceSetAgent(GObject *source, GParamSpec *unused, gpointer user_data); std::list m_subtitle_pages; ePtr m_subtitle_sync_timer; @@ -224,6 +225,7 @@ private: RESULT seekToImpl(pts_t to); gint m_aspect, m_width, m_height, m_framerate, m_progressive; + std::string m_useragent; RESULT trickSeek(gdouble ratio); }; #endif