mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
7cae4e5629
Original commit message from CVS: various updates to work with cvs code
20 lines
317 B
Text
20 lines
317 B
Text
;;
|
|
;; HACK
|
|
;;
|
|
|
|
(define-function gst_buffer_get_data
|
|
(c-name "gst_buffer_get_data")
|
|
(return-type "char*")
|
|
(parameters
|
|
'("GstBuffer*" "buf")
|
|
)
|
|
)
|
|
|
|
(define-function gst_buffer_set_data
|
|
(c-name "gst_buffer_set_data")
|
|
(return-type "none")
|
|
(parameters
|
|
'("GstBuffer*" "buf")
|
|
'("char*" "data")
|
|
)
|
|
)
|