[gstreamermm: 158/167] wrapped necessary field in PadProbeInfo struct, fixed get_event method(constversion, refreturn added
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm: 158/167] wrapped necessary field in PadProbeInfo struct, fixed get_event method(constversion, refreturn added
- Date: Tue, 3 Sep 2013 19:32:21 +0000 (UTC)
commit d6a0a3b82997f246fc3d0940c2bc85b16ac23016
Author: Marcin Kolny at Flytronic.pl <marcin kolny flytronic pl>
Date: Wed Aug 14 13:19:19 2013 +0200
wrapped necessary field in PadProbeInfo struct, fixed get_event method(constversion, refreturn added)
gstreamer/src/pad.hg | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gstreamer/src/pad.hg b/gstreamer/src/pad.hg
index b606e9d..208bc49 100644
--- a/gstreamer/src/pad.hg
+++ b/gstreamer/src/pad.hg
@@ -442,7 +442,9 @@ public:
const GstPadProbeInfo* gobj() const { return gobj_; };
- _WRAP_METHOD(Glib::RefPtr<Gst::Event> get_event(), gst_pad_probe_info_get_event)
+ _MEMBER_GET(id, id, gulong, gulong)
+ _WRAP_METHOD(Glib::RefPtr<Gst::Event> get_event(), gst_pad_probe_info_get_event, refreturn)
+ _WRAP_METHOD(const Glib::RefPtr<Gst::Event> get_event() const, gst_pad_probe_info_get_event, constversion,
refreturn)
_WRAP_METHOD(Glib::RefPtr<Gst::Query> get_query(), gst_pad_probe_info_get_query)
_WRAP_METHOD(Glib::RefPtr<Gst::Buffer> get_buffer(), gst_pad_probe_info_get_buffer, refreturn)
_WRAP_METHOD(Glib::RefPtr<Gst::BufferList> get_buffer_list(), gst_pad_probe_info_get_buffer_list)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]