From c5d3e65e86ebe62cd002e825e7bd1afd214b8712 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 30 Jun 2005 12:09:26 +0000 Subject: [PATCH] adding interfaces.h Original commit message from CVS: adding interfaces.h --- gst-libs/gst/interfaces/interfaces.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gst-libs/gst/interfaces/interfaces.h diff --git a/gst-libs/gst/interfaces/interfaces.h b/gst-libs/gst/interfaces/interfaces.h new file mode 100644 index 0000000..da34900 --- /dev/null +++ b/gst-libs/gst/interfaces/interfaces.h @@ -0,0 +1,32 @@ +/* GStreamer Interfaces + * Copyright (C) 2005 Thomas Vander Stichele + * + * interfaces.h: include for all interfaces + * + * 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., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#ifndef __GST_INTERFACES_H__ +#define __GST_INTERFACES_H__ + +#include "colorbalance.h" +#include "mixer.h" +#include "navigation.h" +#include "propertyprobe.h" +#include "tuner.h" +#include "xoverlay.h" + +#endif /* __GST_INTERFACES_H__ */ -- 2.7.4