[gstreamermm] Gst::Pad: fix method wrapper
- From: Marcin Kolny <mkolny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Gst::Pad: fix method wrapper
- Date: Sun, 16 Oct 2016 20:21:35 +0000 (UTC)
commit 3440f119a7d03d50688f303b3456695c4d8e5187
Author: Marcin Kolny <marcin kolny gmail com>
Date: Sun Oct 16 22:20:42 2016 +0200
Gst::Pad: fix method wrapper
* gstreamer/src/pad.hg: fix method proxy_query_accept_caps()
gstreamer/src/pad.hg | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gstreamer/src/pad.hg b/gstreamer/src/pad.hg
index cf0d78e..f2ff258 100644
--- a/gstreamer/src/pad.hg
+++ b/gstreamer/src/pad.hg
@@ -236,7 +236,7 @@ public:
_WRAP_METHOD(bool query_accept_caps(const Glib::RefPtr<const Gst::Caps>& caps) const,
gst_pad_query_accept_caps)
_WRAP_METHOD(bool proxy_query_caps(const Glib::RefPtr<Gst::Query>& query) const, gst_pad_proxy_query_caps)
- _WRAP_METHOD(bool proxy_query_accept_caps(const Glib::RefPtr<Gst::Query>& query) const,
gst_pad_proxy_accept_caps)
+ _WRAP_METHOD(bool proxy_query_accept_caps(const Glib::RefPtr<Gst::Query>& query) const,
gst_pad_proxy_query_accept_caps)
_WRAP_METHOD(bool peer_query_accept_caps(const Glib::RefPtr<const Gst::Caps>& caps) const,
gst_pad_peer_query_accept_caps)
_WRAP_METHOD(bool peer_query_position(Gst::Format format, gint64& cur) const, gst_pad_peer_query_position)
_WRAP_METHOD(bool peer_query_duration(Gst::Format format, gint64& duration) const,
gst_pad_peer_query_duration)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]