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.
This commit is contained in:
Thijs Vermeir 2008-07-24 15:13:24 +00:00
parent 4d9689b66a
commit 100b75f909
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View 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 */