[gstreamermm: 1/2] Remove the trailing semicolon in videoinfo.hg, to get rid of double semicolons in resulting videoinf
- From: Marcin Kolny <mkolny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm: 1/2] Remove the trailing semicolon in videoinfo.hg, to get rid of double semicolons in resulting videoinf
- Date: Tue, 10 Jul 2018 14:47:17 +0000 (UTC)
commit 93f7245b7670fac45d9377bb36478927a742d0d1
Author: medithe <mail wuehrer net>
Date: Tue Jul 10 06:46:24 2018 +0000
Remove the trailing semicolon in videoinfo.hg, to get rid of double semicolons in resulting videoinfo.h.
gstreamer/src/videoinfo.hg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer/src/videoinfo.hg b/gstreamer/src/videoinfo.hg
index 6e552fe..eb75d71 100644
--- a/gstreamer/src/videoinfo.hg
+++ b/gstreamer/src/videoinfo.hg
@@ -66,7 +66,7 @@ public:
_WRAP_METHOD(void init(), gst_video_info_init)
_WRAP_METHOD(void set_format(Gst::VideoFormat format, guint width, guint height),
gst_video_info_set_format)
_WRAP_METHOD(bool from_caps(const Glib::RefPtr<const Gst::Caps>& caps), gst_video_info_from_caps)
- _WRAP_METHOD(Glib::RefPtr<Gst::Caps> to_caps() const, gst_video_info_to_caps);
+ _WRAP_METHOD(Glib::RefPtr<Gst::Caps> to_caps() const, gst_video_info_to_caps)
_WRAP_METHOD(bool convert(Gst::Format src_format, gint64 src_value, Gst::Format dest_format, gint64&
dest_value), gst_video_info_convert)
_WRAP_METHOD(bool is_equal(const Gst::VideoInfo& other) const, gst_video_info_is_equal)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]