[gstreamermm/devel-other-plugins: 8/10] GLFilter: build fix
- From: Marcin Kolny <mkolny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm/devel-other-plugins: 8/10] GLFilter: build fix
- Date: Wed, 29 Jul 2015 10:23:37 +0000 (UTC)
commit 0c1833daec692ca9fb74a87abc0b0ab08bc31446
Author: Marcin Kolny <marcin kolny flytronic pl>
Date: Fri Jul 24 07:18:41 2015 +0200
GLFilter: build fix
* gst-plugins-bad/src/glfilter.hg: conversion methods required add
Gst:: namespace.
gst-plugins-bad/src/glfilter.hg | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gst-plugins-bad/src/glfilter.hg b/gst-plugins-bad/src/glfilter.hg
index 0df6a71..94f70c9 100644
--- a/gst-plugins-bad/src/glfilter.hg
+++ b/gst-plugins-bad/src/glfilter.hg
@@ -49,8 +49,8 @@ public:
void render_to_target(bool resize, GLuint input, GLuint target, const SlotTextureOperation& slot);
_IGNORE(gst_gl_filter_render_to_target);
- _MEMBER_GET(in_info, in_info, VideoInfo, GstVideoInfo)
- _MEMBER_SET(in_info, in_info, VideoInfo, GstVideoInfo)
+ _MEMBER_GET(in_info, in_info, Gst::VideoInfo, GstVideoInfo)
+ _MEMBER_SET(in_info, in_info, Gst::VideoInfo, GstVideoInfo)
_MEMBER_GET(out_caps, out_caps, Glib::RefPtr<Gst::Caps>, GstCaps*)
_MEMBER_SET(out_caps, out_caps, Glib::RefPtr<Gst::Caps>, GstCaps*)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]