[maemo-commits] [maemo-commits] r8829 - in projects/haf/trunk/python-gstreamer: debian gst
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 19 23:19:34 EET 2006
- Previous message: [maemo-commits] r8828 - projects/haf/trunk/pybluez/debian
- Next message: [maemo-commits] r8830 - in projects/haf/branches/osso-gnome-vfs2/2.12.x/trunk: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: osantana Date: 2006-12-19 23:19:28 +0200 (Tue, 19 Dec 2006) New Revision: 8829 Modified: projects/haf/trunk/python-gstreamer/debian/changelog projects/haf/trunk/python-gstreamer/gst/gst-types.defs projects/haf/trunk/python-gstreamer/gst/gst.defs Log: - removing some methods and types that doesn't exist in the scirocco's Modified: projects/haf/trunk/python-gstreamer/debian/changelog =================================================================== --- projects/haf/trunk/python-gstreamer/debian/changelog 2006-12-19 21:19:21 UTC (rev 8828) +++ projects/haf/trunk/python-gstreamer/debian/changelog 2006-12-19 21:19:28 UTC (rev 8829) @@ -1,3 +1,10 @@ +python-gstreamer (0.10.5-0osso2) unstable; urgency=low + + * removing some methods and types that doesn't exist in the scirocco's + gstreamer + + -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br> Tue, 19 Dec 2006 18:17:25 -0300 + python-gstreamer (0.10.5-0osso1) unstable; urgency=low * Using new version (0.10.5) Modified: projects/haf/trunk/python-gstreamer/gst/gst-types.defs =================================================================== --- projects/haf/trunk/python-gstreamer/gst/gst-types.defs 2006-12-19 21:19:21 UTC (rev 8828) +++ projects/haf/trunk/python-gstreamer/gst/gst-types.defs 2006-12-19 21:19:28 UTC (rev 8829) @@ -311,13 +311,15 @@ ) ) -(define-pointer TypeFind - (in-module "Gst") - (c-name "GstTypeFind") - (gtype-id "GST_TYPE_TYPE_FIND") - (fields - ) -) +; INdT +;(define-pointer TypeFind +; (in-module "Gst") +; (c-name "GstTypeFind") +; (gtype-id "GST_TYPE_TYPE_FIND") +; (fields +; ) +;) +; /INdT ;; Enumerations and flags ... @@ -1053,10 +1055,12 @@ (gtype-id "GST_TYPE_TAG_SETTER") ) -(define-interface ImplementsInterface - (in-module "Gst") - (c-name "GstImplementsInterface") - (gtype-id "GST_TYPE_IMPLEMENTS_INTERFACE") - (vtable "GstImplementsInterfaceClass") -) +; INdT +;(define-interface ImplementsInterface +; (in-module "Gst") +; (c-name "GstImplementsInterface") +; (gtype-id "GST_TYPE_IMPLEMENTS_INTERFACE") +; (vtable "GstImplementsInterfaceClass") +;) +; /INdT Modified: projects/haf/trunk/python-gstreamer/gst/gst.defs =================================================================== --- projects/haf/trunk/python-gstreamer/gst/gst.defs 2006-12-19 21:19:21 UTC (rev 8828) +++ projects/haf/trunk/python-gstreamer/gst/gst.defs 2006-12-19 21:19:28 UTC (rev 8829) @@ -2643,13 +2643,15 @@ ) ) -(define-virtual supported - (of-object "GstImplementsInterface") - (return-type "gboolean") - (parameters - '("GType" "iface_type") - ) -) +; INdT +;(define-virtual supported +; (of-object "GstImplementsInterface") +; (return-type "gboolean") +; (parameters +; '("GType" "iface_type") +; ) +;) +; /INdT ;; From ../gstreamer/gst/gstiterator.h @@ -6171,14 +6173,16 @@ (return-type "GstCaps*") ) -(define-method call_function - (of-object "GstTypeFindFactory") - (c-name "gst_type_find_factory_call_function") - (return-type "none") - (parameters - '("GstTypeFind*" "find") - ) -) +; INdT +;(define-method call_function +; (of-object "GstTypeFindFactory") +; (c-name "gst_type_find_factory_call_function") +; (return-type "none") +; (parameters +; '("GstTypeFind*" "find") +; ) +;) +; /INdT ;; From ../gstreamer/gst/gsturi.h
- Previous message: [maemo-commits] r8828 - projects/haf/trunk/pybluez/debian
- Next message: [maemo-commits] r8830 - in projects/haf/branches/osso-gnome-vfs2/2.12.x/trunk: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]