summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-06-27 15:25:00 +0000
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-06-27 15:25:00 +0000
commit5e6696db9dd0f6d9d3ccd5756d28c9de1037feb5 (patch)
tree83e3ce556b103f2b3074e0c0b0e57cad88d55586 /gst/avi/gstavimux.h
parent45aa7f8f16c8ccb8877b06567be8b12bf9c69a8d (diff)
gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a complete one and to make more players happy. ...
Original commit message from CVS: * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header): * gst/avi/gstavimux.h: Add 8 bytes to current streamheader to make for a complete one and to make more players happy. Fixes #519460.
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r--gst/avi/gstavimux.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h
index 7cde4a37..0100e031 100644
--- a/gst/avi/gstavimux.h
+++ b/gst/avi/gstavimux.h
@@ -52,6 +52,15 @@ typedef struct _gst_avi_superindex_entry {
guint32 duration;
} gst_avi_superindex_entry;
+typedef struct _gst_riff_strh_full {
+ gst_riff_strh parent;
+ /* rcFrame, RECT structure (struct of 4 shorts) */
+ gint16 left;
+ gint16 top;
+ gint16 right;
+ gint16 bottom;
+} gst_riff_strh_full;
+
typedef struct _GstAviPad {
/* do not extend, link to it */
/* is NULL if original sink request pad has been removed */