bump product version to 4.1.6.2
[LibreOffice.git] / avmedia / source / gstreamer / gst_0_10.cxx
blob9f2715b5d9e671ff9ac03d60a761b4113b959226
1 /*
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
9 #define AVMEDIA_GST_0_10
11 // forward compatibility goodness
12 #include <gst/interfaces/xoverlay.h>
13 #define gst_video_overlay_expose(a) gst_x_overlay_expose(GST_X_OVERLAY (a))
14 #define gst_video_overlay_set_window_handle(a,b) gst_x_overlay_set_xwindow_id( \
15 reinterpret_cast<GstXOverlay *>(a), (b) )
16 #define GST_VIDEO_OVERLAY(a) reinterpret_cast<GstVideoOverlay *>(a)
18 // #define GstVideoOverlay GstXOverlay
20 #include "gstmanager.cxx"
21 #include "gstplayer.cxx"
22 #include "gstuno.cxx"
23 #include "gstwindow.cxx"
24 #include "gstframegrabber.cxx"