mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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:
parent
4d9689b66a
commit
100b75f909
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2008-07-24 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||||
|
|
||||||
* libs/gst/base/gstbasesrc.c:
|
* libs/gst/base/gstbasesrc.c:
|
||||||
|
|
|
@ -85,6 +85,7 @@ struct _GstBaseSrc {
|
||||||
gint blocksize; /* size of buffers when operating push based */
|
gint blocksize; /* size of buffers when operating push based */
|
||||||
gboolean can_activate_push; /* some scheduling properties */
|
gboolean can_activate_push; /* some scheduling properties */
|
||||||
GstActivateMode pad_mode;
|
GstActivateMode pad_mode;
|
||||||
|
gboolean seekable; /* not used anymore */
|
||||||
gboolean random_access;
|
gboolean random_access;
|
||||||
|
|
||||||
GstClockID clock_id; /* for syncing */
|
GstClockID clock_id; /* for syncing */
|
||||||
|
|
Loading…
Reference in a new issue