summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavisubtitle.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/avi/gstavisubtitle.h')
-rw-r--r--gst/avi/gstavisubtitle.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/avi/gstavisubtitle.h b/gst/avi/gstavisubtitle.h
index 866466a7..0cf07428 100644
--- a/gst/avi/gstavisubtitle.h
+++ b/gst/avi/gstavisubtitle.h
@@ -24,8 +24,10 @@ struct _GstAviSubtitle
{
GstElement parent;
- GstPad* src;
- GstPad* sink;
+ GstPad *src;
+ GstPad *sink;
+
+ GstBuffer *subfile; /* the complete subtitle file in one buffer */
};
struct _GstAviSubtitleClass