summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpng.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-11-18 22:29:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-11-18 22:29:38 +0000
commit1c4686af940a6191c284c93b75968a24eb081fbc (patch)
treec855da10c37a43f999ac5921bbad28fefd3be8b6 /ext/libpng/gstpng.h
parent5ed59e18ed6bca07f66c7820694eb0a3f00b42e5 (diff)
putting in apoc's png encoder, needs some cleanup
Original commit message from CVS: putting in apoc's png encoder, needs some cleanup
Diffstat (limited to 'ext/libpng/gstpng.h')
-rw-r--r--ext/libpng/gstpng.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/ext/libpng/gstpng.h b/ext/libpng/gstpng.h
new file mode 100644
index 00000000..c3ced9e1
--- /dev/null
+++ b/ext/libpng/gstpng.h
@@ -0,0 +1,26 @@
+/* GStreamer
+ * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
+ *
+ * Filter:
+ * Copyright (C) 2000 Donald A. Graft
+ *
+ * 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.
+ *
+ */
+
+#include <gst/gst.h>
+#include <png.h>
+
+GType gst_pngenc_get_type (void);
+extern GstElementDetails gst_pngenc_details;
+
+extern GstPadTemplate *gst_png_sink_factory ();
+extern GstPadTemplate *gst_png_src_factory ();