ext/faad/gstfaad.h: Forgot to commit the header file too.
authorEdward Hervey <bilboed@bilboed.com>
Wed, 31 May 2006 19:26:24 +0000 (19:26 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 31 May 2006 19:26:24 +0000 (19:26 +0000)
Original commit message from CVS:
* ext/faad/gstfaad.h:
Forgot to commit the header file too.

ChangeLog
common
ext/faad/gstfaad.h

index 0ebe0b6..92bd2bd 100644 (file)
--- 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
index b0fd90b..80b4e2c 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit b0fd90b1cfb51107e8a511a1f3983a06bdd18638
+Subproject commit 80b4e2c08717159760ebaa40715f8919b3f77ba9
index 2650223..4297e98 100644 (file)
@@ -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 {