aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-05-21 19:19:52 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-05-21 19:19:52 +0200
commitf511d4deb0207bc0ef18a2b2bbf7cfac9540a319 (patch)
treeec99502402868c7c5a28d90648e60c98336fa82c /lib/service/servicemp3.h
parent9a47cf98658ea064ce5cb7ddbd5f22d4ecbc36ac (diff)
downloadenigma2-f511d4deb0207bc0ef18a2b2bbf7cfac9540a319.tar.gz
enigma2-f511d4deb0207bc0ef18a2b2bbf7cfac9540a319.zip
change subtitle timing, requires gst-plugin-dvbmediasink CVS 20090522
introduce gst pipeline state transition capturing clean out some deprecated callbacks from header
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index d5e6a169..f4d657ca 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -177,12 +177,7 @@ private:
audiotype_t gstCheckAudioPad(GstStructure* structure);
void gstBusCall(GstBus *bus, GstMessage *msg);
static GstBusSyncReply gstBusSyncHandler(GstBus *bus, GstMessage *message, gpointer user_data);
- static void gstCBpadAdded(GstElement *decodebin, GstPad *pad, gpointer data); /* for mpegdemux */
- static void gstCBfilterPadAdded(GstElement *filter, GstPad *pad, gpointer user_data); /* for id3demux */
- static void gstCBnewPad(GstElement *decodebin, GstPad *pad, gboolean last, gpointer data); /* for decodebin */
- static void gstCBunknownType(GstElement *decodebin, GstPad *pad, GstCaps *l, gpointer data);
static void gstCBsubtitleAvail(GstElement *element, gpointer user_data);
- static void gstCBsubtitlePadEvent(GstPad *pad, GstEvent *event, gpointer user_data);
GstPad* gstCreateSubtitleSink(eServiceMP3* _this, subtype_t type);
void gstPoll(const int&);