From 77015e02a49508794d2b7a3c5d87518331ea32af Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 27 Feb 2007 10:44:21 +0000 Subject: [PATCH] gst/base.defs: Limitations in the code generator mean that we can't handle PushSrc in a way which works, so just comm... Original commit message from CVS: * gst/base.defs: Limitations in the code generator mean that we can't handle PushSrc in a way which works, so just comment this out until someone wants to tackle this more completely. --- ChangeLog | 7 +++++++ gst/base.defs | 37 +++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5937d3..0c11c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-27 Michael Smith + + * gst/base.defs: + Limitations in the code generator mean that we can't handle PushSrc + in a way which works, so just comment this out until someone wants + to tackle this more completely. + 2007-02-25 Michael Smith * gst/pygstvalue.c: (pygst_value_init_for_pyobject), diff --git a/gst/base.defs b/gst/base.defs index 8ee7a38..786fee5 100644 --- a/gst/base.defs +++ b/gst/base.defs @@ -35,12 +35,13 @@ (gtype-id "GST_TYPE_COLLECT_PADS") ) -(define-object PushSrc - (in-module "Gst") - (parent "GstBaseSrc") - (c-name "GstPushSrc") - (gtype-id "GST_TYPE_PUSH_SRC") -) +; PushSrc doesn't work due to limitations in the code generator, so disable +;(define-object PushSrc +; (in-module "Gst") +; (parent "GstBaseSrc") +; (c-name "GstPushSrc") +; (gtype-id "GST_TYPE_PUSH_SRC") +;) ;; Enumerations and flags ... @@ -708,18 +709,18 @@ ;; From ../gstreamer/libs/gst/base/gstpushsrc.h -(define-function gst_push_src_get_type - (c-name "gst_push_src_get_type") - (return-type "GType") -) - -(define-virtual create - (of-object "GstPushSrc") - (return-type "GstFlowReturn") - (parameters - '("GstBuffer**" "buf") - ) -) +;(define-function gst_push_src_get_type +; (c-name "gst_push_src_get_type") +; (return-type "GType") +;) + +;(define-virtual create +; (of-object "GstPushSrc") +; (return-type "GstFlowReturn") +; (parameters +; '("GstBuffer**" "buf") +; ) +;) -- 2.7.4