From 100b75f909147c8a80074c22a6e552ea451bd73e Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Thu, 24 Jul 2008 15:13:24 +0000 Subject: [PATCH] libs/gst/base/gstbasesrc.h: revert the changes to the header file for the ABI. Original commit message from CVS: * libs/gst/base/gstbasesrc.h: revert the changes to the header file for the ABI. --- ChangeLog | 5 +++++ libs/gst/base/gstbasesrc.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 75056d5a3a..af8cf014ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-24 Thijs Vermeir + + * libs/gst/base/gstbasesrc.h: + revert the changes to the header file for the ABI. + 2008-07-24 Thijs Vermeir * libs/gst/base/gstbasesrc.c: diff --git a/libs/gst/base/gstbasesrc.h b/libs/gst/base/gstbasesrc.h index a90df5ddfc..791c7b2b54 100644 --- a/libs/gst/base/gstbasesrc.h +++ b/libs/gst/base/gstbasesrc.h @@ -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 */