Blame sys/oss/gstosshelper.h

Packit 1f69a5
/* GStreamer
Packit 1f69a5
 * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
Packit 1f69a5
 *                    2000 Wim Taymans <wim.taymans@chello.be>
Packit 1f69a5
 *
Packit 1f69a5
 * gstosshelper.h: OSS helper routines.
Packit 1f69a5
 *
Packit 1f69a5
 * This library is free software; you can redistribute it and/or
Packit 1f69a5
 * modify it under the terms of the GNU Library General Public
Packit 1f69a5
 * License as published by the Free Software Foundation; either
Packit 1f69a5
 * version 2 of the License, or (at your option) any later version.
Packit 1f69a5
 *
Packit 1f69a5
 * This library is distributed in the hope that it will be useful,
Packit 1f69a5
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 1f69a5
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 1f69a5
 * Library General Public License for more details.
Packit 1f69a5
 *
Packit 1f69a5
 * You should have received a copy of the GNU Library General Public
Packit 1f69a5
 * License along with this library; if not, write to the
Packit 1f69a5
 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Packit 1f69a5
 * Boston, MA 02110-1301, USA.
Packit 1f69a5
 */
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
#ifndef __GST_OSS_HELPER_H__
Packit 1f69a5
#define __GST_OSS_HELPER_H__
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
#include <gst/gst.h>
Packit 1f69a5
#include <sys/types.h>
Packit 1f69a5
Packit 1f69a5
#include "gstosshelper.h"
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
G_BEGIN_DECLS
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
GstCaps* gst_oss_helper_probe_caps (gint fd);
Packit 1f69a5
Packit 1f69a5
gchar *gst_oss_helper_get_card_name (const gchar * mixer_name);
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
G_END_DECLS
Packit 1f69a5
Packit 1f69a5
Packit 1f69a5
#endif /* __GST_OSS_HELPER_H__ */