From f43d26e319718cc410ba4a4e5a844aa30317dbb3 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 8 Jun 2011 03:23:17 +0200 Subject: [PATCH] pyges : correct the defs for ges_track_audio_raw_new and ges_track_video_raw_new --- bindings/python/ges.defs | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/python/ges.defs b/bindings/python/ges.defs index 797e0b12ec..c6c2701355 100644 --- a/bindings/python/ges.defs +++ b/bindings/python/ges.defs @@ -1589,13 +1589,11 @@ (define-function track_video_raw_new (c-name "ges_track_video_raw_new") - (is-constructor-of "GESTrackVideoRaw") (return-type "GESTrack*") ) (define-function track_audio_raw_new (c-name "ges_track_audio_raw_new") - (is-constructor-of "GESTrackAudioRaw") (return-type "GESTrack*") )