libs/gst/base/gstbasesrc.h: revert the changes to the header file for the ABI.
authorThijs Vermeir <thijsvermeir@gmail.com>
Thu, 24 Jul 2008 15:13:24 +0000 (15:13 +0000)
committerThijs Vermeir <thijsvermeir@gmail.com>
Thu, 24 Jul 2008 15:13:24 +0000 (15:13 +0000)
Original commit message from CVS:
* libs/gst/base/gstbasesrc.h:
revert the changes to the header file for the ABI.

ChangeLog
libs/gst/base/gstbasesrc.h

index 75056d5a3a9005e8f00081aa30a363705d7cdcd6..af8cf014cecfa78dadf36bd412448c3a2a3d32c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-24  Thijs Vermeir  <thijsvermeir@gmail.com>
+
+       * libs/gst/base/gstbasesrc.h:
+       revert the changes to the header file for the ABI.
+
 2008-07-24  Thijs Vermeir  <thijsvermeir@gmail.com>
 
        * libs/gst/base/gstbasesrc.c:
index a90df5ddfcb97167aacf12b681362d6460acc664..791c7b2b54e22af001d76049f2bb5ce37a78af8a 100644 (file)
@@ -85,6 +85,7 @@ struct _GstBaseSrc {
   gint          blocksize;     /* size of buffers when operating push based */
   gboolean      can_activate_push;     /* some scheduling properties */
   GstActivateMode pad_mode;
+  gboolean       seekable; /* not used anymore */
   gboolean       random_access;
 
   GstClockID     clock_id;     /* for syncing */