interleave: port to 0.11
[platform/upstream/gst-plugins-good.git] / ext / libmng / gstmng.h
1 /* GStreamer
2  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
3  *
4  * This library is distributed in the hope that it will be useful,
5  * but WITHOUT ANY WARRANTY; without even the implied warranty of
6  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
7  * Library General Public License for more details.
8  *
9  * You should have received a copy of the GNU Library General Public
10  * License along with this library; if not, write to the
11  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
12  * Boston, MA 02111-1307, USA.
13  *
14  */
15
16 #include <gst/gst.h>
17
18 GType gst_mngenc_get_type (void);
19
20 extern GstPadTemplate *gst_mng_sink_factory ();
21 extern GstPadTemplate *gst_mng_src_factory ();