2 * Copyright (C) 2018 Centricular Ltd.
3 * Author: Nirbheek Chauhan <nirbheek@centricular.com>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
15 * You should have received a copy of the GNU Library General Public
16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
21 #ifndef __GST_PROXY_PRIV_H__
22 #define __GST_PROXY_PRIV_H__
24 #include "gstproxysrc.h"
25 #include "gstproxysink.h"
30 void gst_proxy_sink_set_proxysrc (GstProxySink *sink, GstProxySrc *src);
33 GstPad* gst_proxy_sink_get_internal_sinkpad (GstProxySink *sink);
36 GstPad* gst_proxy_src_get_internal_srcpad (GstProxySrc *src);
40 #endif /* __GST_PROXY_PRIV_H__ */