Update for g_type_class_add_private() deprecation in recent GLib
[platform/upstream/gst-plugins-good.git] / ext / libpng / gstpng.h
1 /* GStreamer
2  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
3  *
4  * Filter:
5  * Copyright (C) 2000 Donald A. Graft
6  *
7  * This library is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10  * Library General Public License for more details.
11  *
12  * You should have received a copy of the GNU Library General Public
13  * License along with this library; if not, write to the
14  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
15  * Boston, MA 02110-1301, USA.
16  *
17  */
18
19 #include <gst/gst.h>
20 #include <png.h>
21
22 GType gst_pngenc_get_type (void);
23
24 extern GstPadTemplate *gst_png_sink_factory ();
25 extern GstPadTemplate *gst_png_src_factory ();