mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
gst/base.defs: Update for new check_get_range virtual method in GstBaseSrc
Original commit message from CVS: * gst/base.defs: Update for new check_get_range virtual method in GstBaseSrc
This commit is contained in:
parent
d64761af50
commit
04d31802b9
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-07 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/base.defs:
|
||||||
|
Update for new check_get_range virtual method in GstBaseSrc
|
||||||
|
|
||||||
2006-03-06 Michael Smith <msmith@fluendo.com>
|
2006-03-06 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* gst/gststructure.override:
|
* gst/gststructure.override:
|
||||||
|
|
|
@ -330,6 +330,10 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-virtual check_get_range
|
||||||
|
(of-object "GstBaseSrc")
|
||||||
|
(return-type "gboolean")
|
||||||
|
)
|
||||||
|
|
||||||
;; From ../gstreamer/libs/gst/base/gstbasetransform.h
|
;; From ../gstreamer/libs/gst/base/gstbasetransform.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue