pyges : correct the defs for ges_track_audio_raw_new and ges_track_video_raw_new

This commit is contained in:
Mathieu Duponchelle 2011-06-08 03:23:17 +02:00 committed by Thibault Saunier
parent 0711c8d2c4
commit f43d26e319

View file

@ -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*")
)