summaryrefslogtreecommitdiffstats
path: root/ext/taglib/gsttaglibmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/taglib/gsttaglibmux.h')
-rw-r--r--ext/taglib/gsttaglibmux.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/ext/taglib/gsttaglibmux.h b/ext/taglib/gsttaglibmux.h
index 6240e140..b98a339c 100644
--- a/ext/taglib/gsttaglibmux.h
+++ b/ext/taglib/gsttaglibmux.h
@@ -28,13 +28,15 @@ typedef struct _GstTagLibMuxPriv GstTagLibMuxPriv;
/* Definition of structure storing data for this element. */
typedef struct _GstTagLibMux {
- GstElement element;
+ GstElement element;
- GstPad *sinkpad, *srcpad;
- GstTagList *tags;
- gsize tag_size;
- gboolean render_tag;
+ GstPad *srcpad;
+ GstPad *sinkpad;
+ GstTagList *event_tags; /* tags received from upstream elements */
+ gsize tag_size;
+ gboolean render_tag;
+ GstEvent *newsegment_ev; /* cached newsegment event from upstream */
} GstTagLibMux;
/* Standard definition defining a class for this element. */