mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 12:55:53 +00:00
50 lines
1.8 KiB
C
50 lines
1.8 KiB
C
/* GStreamer
|
|
* Copyright (C) 2012 GStreamer developers
|
|
*
|
|
* gstvideo.h: single include header for gst-video library
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Library General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Library General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
#ifndef __GST_VIDEO_GST_VIDEO_H__
|
|
#define __GST_VIDEO_GST_VIDEO_H__
|
|
|
|
#include <gst/video/colorbalancechannel.h>
|
|
#include <gst/video/colorbalance.h>
|
|
#include <gst/video/gstsurfaceconverter.h>
|
|
#include <gst/video/gstsurfacemeta.h>
|
|
#include <gst/video/gstvideodecoder.h>
|
|
#include <gst/video/gstvideoencoder.h>
|
|
#include <gst/video/gstvideofilter.h>
|
|
#include <gst/video/gstvideometa.h>
|
|
#include <gst/video/gstvideopool.h>
|
|
#include <gst/video/gstvideosink.h>
|
|
#include <gst/video/gstvideoutils.h>
|
|
#include <gst/video/navigation.h>
|
|
#include <gst/video/video-blend.h>
|
|
#include <gst/video/video-color.h>
|
|
#include <gst/video/videocontext.h>
|
|
#include <gst/video/video-enumtypes.h>
|
|
#include <gst/video/video-event.h>
|
|
#include <gst/video/video-format.h>
|
|
#include <gst/video/video-frame.h>
|
|
#include <gst/video/video.h>
|
|
#include <gst/video/video-info.h>
|
|
#include <gst/video/videoorientation.h>
|
|
#include <gst/video/video-overlay-composition.h>
|
|
#include <gst/video/videooverlay.h>
|
|
|
|
#endif /* __GST_VIDEO_GST_VIDEO_H__ */
|