[gst-cvs] gst-python: pbutils: update for discoverer API changes in last gst-plugins-base pre-release
Tim Müller
tpm at kemper.freedesktop.org
Mon Nov 1 04:03:25 PDT 2010
Module: gst-python
Branch: master
Commit: 366f1650a510faf6d80f7d856432d4c839196ae2
URL: http://cgit.freedesktop.org/gstreamer/gst-python/commit/?id=366f1650a510faf6d80f7d856432d4c839196ae2
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Oct 30 16:18:59 2010 +0100
pbutils: update for discoverer API changes in last gst-plugins-base pre-release
https://bugzilla.gnome.org/show_bug.cgi?id=633311
---
gst/pbutils.defs | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/gst/pbutils.defs b/gst/pbutils.defs
index 6bf9482..0336487 100644
--- a/gst/pbutils.defs
+++ b/gst/pbutils.defs
@@ -363,7 +363,7 @@
(c-name "gst_discoverer_audio_info_get_channels")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererAudioInfo*" "info")
)
)
@@ -371,7 +371,7 @@
(c-name "gst_discoverer_audio_info_get_sample_rate")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererAudioInfo*" "info")
)
)
@@ -379,7 +379,7 @@
(c-name "gst_discoverer_audio_info_get_depth")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererAudioInfo*" "info")
)
)
@@ -387,7 +387,7 @@
(c-name "gst_discoverer_audio_info_get_bitrate")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererAudioInfo*" "info")
)
)
@@ -395,7 +395,7 @@
(c-name "gst_discoverer_audio_info_get_max_bitrate")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererAudioInfo*" "info")
)
)
@@ -408,7 +408,7 @@
(c-name "gst_discoverer_video_info_get_width")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -416,7 +416,7 @@
(c-name "gst_discoverer_video_info_get_height")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -424,7 +424,7 @@
(c-name "gst_discoverer_video_info_get_depth")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -432,7 +432,7 @@
(c-name "gst_discoverer_video_info_get_framerate_num")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -440,7 +440,7 @@
(c-name "gst_discoverer_video_info_get_framerate_denom")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -448,7 +448,7 @@
(c-name "gst_discoverer_video_info_get_par_num")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -456,15 +456,15 @@
(c-name "gst_discoverer_video_info_get_par_denom")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
-(define-function gst_discoverer_video_info_get_interlaced
- (c-name "gst_discoverer_video_info_get_interlaced")
+(define-function gst_discoverer_video_info_is_interlaced
+ (c-name "gst_discoverer_video_info_is_interlaced")
(return-type "gboolean")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -472,7 +472,7 @@
(c-name "gst_discoverer_video_info_get_bitrate")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
@@ -480,15 +480,15 @@
(c-name "gst_discoverer_video_info_get_max_bitrate")
(return-type "guint")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
-(define-function gst_discoverer_video_info_get_is_image
- (c-name "gst_discoverer_video_info_get_is_image")
+(define-function gst_discoverer_video_info_is_image
+ (c-name "gst_discoverer_video_info_is_image")
(return-type "gboolean")
(parameters
- '("GstDiscovererStreamInfo*" "info")
+ '("GstDiscovererVideoInfo*" "info")
)
)
More information about the Gstreamer-commits
mailing list