summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-05-31 19:26:24 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-05-31 19:26:24 +0000
commit5799f0262d0ddc885a00d6a30bb7634892ad0c1b (patch)
treebad6c3e578d679ca9f8e93ae5aa6bcf628e74618
parent0050b26ee87669a533e46a35e75847d263c57120 (diff)
downloadgst-plugins-bad-5799f0262d0ddc885a00d6a30bb7634892ad0c1b.tar.gz
gst-plugins-bad-5799f0262d0ddc885a00d6a30bb7634892ad0c1b.tar.bz2
gst-plugins-bad-5799f0262d0ddc885a00d6a30bb7634892ad0c1b.zip
ext/faad/gstfaad.h: Forgot to commit the header file too.
Original commit message from CVS: * ext/faad/gstfaad.h: Forgot to commit the header file too.
-rw-r--r--ChangeLog5
m---------common0
-rw-r--r--ext/faad/gstfaad.h3
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ebe0b69..92bd2bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-05-31 Edward Hervey <edward@fluendo.com>
+ * ext/faad/gstfaad.h:
+ Forgot to commit the header file too.
+
+2006-05-31 Edward Hervey <edward@fluendo.com>
+
* ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
(gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
(gst_faad_chain), (gst_faad_change_state):
diff --git a/common b/common
-Subproject b0fd90b1cfb51107e8a511a1f3983a06bdd1863
+Subproject 80b4e2c08717159760ebaa40715f8919b3f77ba
diff --git a/ext/faad/gstfaad.h b/ext/faad/gstfaad.h
index 2650223f..4297e985 100644
--- a/ext/faad/gstfaad.h
+++ b/ext/faad/gstfaad.h
@@ -64,6 +64,9 @@ typedef struct _GstFaad {
guint64 bytes_in; /* bytes received */
guint64 sum_dur_out; /* sum of durations of decoded buffers we sent out */
gint error_count;
+
+ /* segment handling */
+ GstSegment * segment;
} GstFaad;
typedef struct _GstFaadClass {