17#ifndef QGST_VIDEOOVERLAY_H
18#define QGST_VIDEOOVERLAY_H
21#include "../QGlib/object.h"
22#include <QtGui/qwindowdefs.h>
36 void setWindowHandle(WId
id);
37 void enableEventHandling(
bool enabled);
38 bool setRenderRectangle(
int x,
int y,
int width,
int height);
39 bool setRenderRectangle(
const QRect & rect);
41 static bool isPrepareWindowHandleMessage(
const MessagePtr & msg);
Base class for interface wrappers.
Smart pointer class for working with wrapper classes that support reference counting.
Wrapper class for GstVideoOverlay.
Wrappers for GStreamer classes.