summaryrefslogtreecommitdiffstats
path: root/audio/gsta2dpsink.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r--audio/gsta2dpsink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h
index 4bf9d603..f74185ef 100644
--- a/audio/gsta2dpsink.h
+++ b/audio/gsta2dpsink.h
@@ -47,6 +47,7 @@ struct _GstA2dpSink {
GstBaseRTPPayload *rtp;
GstA2dpSenderSink *sink;
GstElement *capsfilter;
+ GstElement *mpegparse;
gchar *device;
@@ -55,6 +56,9 @@ struct _GstA2dpSink {
GstPadEventFunction ghostpad_eventfunc;
GstEvent *newseg_event;
+ /* Store the tags received before the a2dpsender sink is created
+ * when it is created we forward this to it */
+ GstTagList *taglist;
};
struct _GstA2dpSinkClass {